summaryrefslogtreecommitdiff
path: root/rtl/objpas/sysutils/fina.inc
Commit message (Expand)AuthorAgeFilesLines
* * fix casing of "VAr", no code changessvenbarth2021-03-021-1/+1
* SysUtils: add ExpandFileName with a BasePath overloadondrej2020-01-131-0/+9
* + ported and enabled compilation of unit sysutils for win16nickysn2017-12-151-0/+2
* Amiga, AROS, MorphOS: Sysutils, GetDirs must also cut at DriveSeparatormarcus2014-12-141-1/+5
* AMIGA/MorphOS/AROS: corrected pathes in FP-IDEmarcus2014-09-081-1/+1
* Amiga, AROS, MorphOS: Define in IncludeTrailingPathDelimiter changed to HASAMIGAmarcus2014-08-311-1/+1
* Amiga,AROS,MorphOS: IncludeTrailingPathDelimiter not adding DirectorySeparato...marcus2014-08-301-0/+3
* * Fix bug ID 18550michael2014-05-111-1/+9
* * Fix for bug ID 18551michael2014-05-111-1/+8
* * always use the *W version of the Windows API in ExtractShortPathName() sojonas2014-01-131-7/+14
* * changed declarations in finah.inc and diskh.inc from ansistring tojonas2013-08-191-2/+2
* * ensure that constant string concatenations don't result in convertingjonas2013-08-191-5/+63
* * rawbytestring/unicodestring versions of findfirst/findnext/findclosejonas2013-08-191-2/+10
* * made fexpand unicodestring-safe (use charinset instead of "in" --jonas2013-06-271-61/+59
* * moved GetFileHandle() from fina.inc to filutil.inc because fina.incjonas2013-06-271-11/+2
* also return the colon for ExtractFileDrive on Amiga/MorphOSkaroly2013-06-021-1/+1
* basic Amiga/MorphOS support into ExtractFileDrivekaroly2013-05-311-3/+8
* * corrected license header from GPL to LGPL + static linking exception likejonas2012-09-171-10/+4
* + ExpandFileNameCase implementation addedhajny2012-06-021-0/+105
* * Fixed ExcludeLeadingPathDelimitermichael2011-10-011-4/+4
* * GetFileHandle(), THandleStream: changed type that is used to store file han...sergei2010-11-201-2/+2
* * added function IncludeLeadingPathDelimiter: it adds a path delimiter in fro...ivost2010-04-241-0/+37
* * fix ExtractFileDrive for \\server\share\path\file: it should return \\serve...florian2009-07-151-4/+8
* * fixed also ExtractFileNamepeter2008-01-291-1/+1
* * fixed ExtractFileExt broken after previous commitpeter2008-01-291-3/+3
* * AllowDirectorySeparators and AllowDriveSeparators typed constantspeter2008-01-291-24/+23
* * Implemented ExtractShortPathNamemichael2007-12-301-2/+12
* * fix for relativepath, fixes #10224peter2007-11-211-5/+5
* * all functions use DirSeparators. This is required to be able to have cons...peter2007-11-181-37/+57
* * fixed GetDirs in case the last character of the passed directoryjonas2007-11-171-1/+3
* * remove GetEnv dependencyhajny2006-05-281-4/+3
* * fexpand defines kept in platform specific sysutils.pphajny2006-05-281-81/+0
* + added expand defines for all OSes, hopefully no OS forgottenflorian2006-05-271-2/+76
* * fix linux buildpeter2006-05-221-3/+13
* * remove dos unit from sysutilspeter2006-05-211-7/+10
* * Fixed bug 6491, fileextdrivemichael2006-05-181-13/+19
* + Patch from Graeme Geldenhuys to fix ExtractFileDrivemichael2006-01-281-1/+1
* * remove also 255 limit for ExtractFileExtpeter2005-12-231-2/+2
* * removed 255 char limit in extractfilenamemarco2005-12-231-1/+1
* + ExpandUNCFilename for win32 from Klaus Hartneggflorian2005-07-201-1/+6
* * patch from Joost van der Sluis to remove VIRTUALPASCAL define since VP is o...florian2005-06-101-6/+0
* * remove $Logpeter2005-06-071-6/+0
* * log and id tags removedfpc2005-05-211-1/+0
* initial importfpc2005-05-161-0/+255