summaryrefslogtreecommitdiff
path: root/compiler/cfileutl.pas
Commit message (Expand)AuthorAgeFilesLines
* --- Merging r43279 into '.':jonas2019-11-091-4/+7
* * merged the OpenBSD 6.5 fixesnickysn2019-06-111-1/+9
* ------------------------------------------------------------------------pierre2019-02-051-0/+3
* another fix for the new warning introduced in r39347, hopefully it fixes win3...karoly2018-06-301-0/+1
* * broken compilation after r39347 fixedflorian2018-06-301-0/+1
* Rectify display of shell command, do it if -vx option is used even without -vupierre2016-08-281-6/+3
* * removed hack to disable dircache for DragonFly BSD now that its direntjonas2015-12-241-2/+0
* * first dragonfly patch (existing most). Mantis #27091marco2014-12-071-0/+2
* * made maybequoted_for_script() publicjonas2014-10-191-0/+1
* merged/updated AROS/i386 target to trunk from AROS branch, to support Marcus ...karoly2014-08-171-4/+4
* Print out command line before running it with -vx optionpierre2014-01-121-0/+25
* * fixes several issues which cause warnings by the dfa code when using it to ...florian2013-12-011-0/+2
* use the new HASAMIGA instead of the non-existing AmigaShellkaroly2013-11-241-3/+3
* Allow compilation of compiler with 2.6.x RTL for simplyfied development.svenbarth2013-09-111-0/+4
* * changes so the compiler can be compiled with a unicode RTL without warningsjonas2013-08-191-1/+1
* * only call findclose if findfirst succeededjonas2013-07-301-2/+2
* handle the cases where f contains an absolute pathkaroly2013-06-011-0/+8
* make a warning a note, so it compiles with -Sewkaroly2013-05-301-1/+1
* * make ansistring unique before starting to change it using a pcharjonas2012-11-241-0/+2
* * GNU ld only supports double quotes in its response file -> requote therejonas2012-05-031-2/+3
* * Fix RequotedExecuteProcesspierre2012-04-271-1/+1
* * moved maybequoted() from cutils to cfileutl and let its behaviour varyjonas2012-04-161-0/+257
* * merged trunk up to r20882jonas2012-04-151-2/+2
|\
| * * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolve...florian2011-09-271-2/+2
* | * factored searching the exe directories from FindExe() intojonas2011-08-201-13/+20
|/
* * fix potential range check error in cfileutl, should resolve #19405florian2011-06-041-4/+4
* * don't look for helper executables (assembler, linker, resource compiler,jonas2011-01-021-1/+1
* * Fixed spell error revealed by lintian.mazen2010-10-061-1/+1
* * fixed 255 max path length assumptions left over from when the paths werejonas2010-03-091-3/+3
* * made MorphOS build to cycle again: fixed path_absolute() for Amiga and Morp...karoly2009-07-301-1/+4
* * enable the directory cache by default starting with the first lookupjonas2009-06-261-18/+10
* + Made a single Amiga/MorphOS-specific PathConv import to cfileutl.pas, inste...karoly2009-01-031-0/+24
* * extended fix for web bug 12370 (more platforms supported and slightly mor...hajny2008-12-171-5/+21
* * fixed path_absolute, somehow it was not implemented for windows. Probably ...marco2008-12-161-0/+1
* * Fixed compiler cycling with enabled range and overflow checking.yury2008-07-291-1/+1
* * Fixed 'mixed signed/unsigned' warnings.yury2008-07-231-0/+2
* * Removed/ifdefed/commented unused local variables.yury2008-07-201-1/+0
* * re-applied r7485, which got lost in r7639 because an oldjonas2008-03-141-0/+4
* * optimize fixpath, findfile to not require temp ansistringspeter2007-11-191-37/+43
* * replace : with ; in AddPathpeter2007-11-081-1/+5
* * Only start caching a directory once more than 20 lookups have beenjonas2007-10-251-34/+78
* + add -XR switch for target root file system with libs (also used for C lib t...micha2007-09-301-4/+2
* * usedircache reenabledhajny2007-09-241-0/+1
* Use AllFilesMask fro RTL or define itpierre2007-09-181-9/+29
* * first part of cfileutl cleanuphajny2007-09-171-26/+14
* * Do not use disk cache on go32v2 systempierre2007-09-141-0/+2
* - removed some unused variablesjonas2007-07-171-3/+3
* * fixed check for not adding "." and ".." to dircachejonas2007-07-011-5/+19
* * fixed case aware file searching in case filename also contains a pathjonas2007-07-011-7/+8
* * store the original filename on case-aware systems in the dircache, sojonas2007-06-301-15/+111