summaryrefslogtreecommitdiff
path: root/rtl/inc/fexpand.inc
Commit message (Expand)AuthorAgeFilesLines
* FExpand: always uppercase drive letter also in BasePathondrej2020-08-101-1/+6
* SysUtils: add ExpandFileName with a BasePath overloadondrej2020-01-131-3/+23
* * fixed (harmless) range error when expanding ~jonas2019-11-221-1/+1
* Avoid warnings when -v0 is used by using $push/$poppierre2019-04-291-1/+2
* * FExpand / ExpandFileName behaviour updated according to discussion in bug...hajny2018-09-281-0/+17
* * fix by Charlie correcting treatment of a trailing directory separator on ...hajny2015-04-181-18/+2
* * let GetDirIO() return its result in DefaultFileSystemCodePage, as its onlyjonas2014-08-311-0/+4
* * ensure that sysutils.expandfilename() returns its result injonas2014-08-311-1/+4
* * don't adjust directory separators in fexpand when we're compiling thejonas2013-08-191-0/+3
* * ensure that fexpand(ansistring) never converts its argument to a code pagejonas2013-08-191-20/+102
* * made fexpand unicodestring-safe (use charinset instead of "in" --jonas2013-06-271-5/+23
* * fix for standalone '~' with HOME=/ on Unixhajny2013-01-221-1/+1
* + FileNameCasePreserving added - see #18066 in Mantishajny2012-04-151-1/+1
* * Fixed spell error revealed by lintian.mazen2010-10-061-1/+1
* * fix for web bug #16651hajny2010-06-191-1/+1
* * avoid problems for windows if case of drive letter is differentpierre2010-02-011-1/+1
* * AllowDirectorySeparators and AllowDriveSeparators typed constantspeter2008-01-291-15/+3
* * fixed more warnings and notes while compiling RTL.yury2006-07-191-0/+2
* * remove GetEnv dependencyhajny2006-05-281-6/+10
* * avoid cutting of HOME variable to 255 characters when compiled with $H+ (...hajny2006-05-281-3/+7
* * part of previous commitflorian2006-05-271-1/+1
* * fix linux buildpeter2006-05-221-1/+1
* * support also ansistringpeter2006-05-211-3/+3
* * Slight optimization (constant instead of variable in assignment)hajny2006-03-041-2/+2
* * Fix to allow / instead of " fexpand.inchajny2006-03-041-1/+1
* * remove $Logpeter2005-06-071-6/+0
* * log and id tags removedfpc2005-05-211-1/+0
* initial importfpc2005-05-161-0/+584