summaryrefslogtreecommitdiffstats
path: root/generic/tclPathObj.c
Commit message (Collapse)AuthorAgeFilesLines
...
* filesystem optimisation -- Three main issues accomplished: (1) cleaned up ↵vincentdarley2004-01-211-211/+541
| | | | variable names in
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-2/+2
| | | | | | | to 'Tcl_Panic' (the function). The #define of panic in tcl.h clearly states it is deprecated in the comments. [Patch 865264]
* fix to fs norm bug 860402vincentdarley2003-12-171-4/+7
|
* fixed Tcl_FSGetTranslatedPath to always return properly refcountedvasiljevic2003-12-171-9/+10
| | | | path object. This fixes Tcl Bug #861515.
* Stop warnings due to (annoying) C type promotion rules.dkf2003-12-141-6/+5
|
* rewrite of file normalizationvincentdarley2003-12-141-84/+220
|
* remove windows [cd] bugvincentdarley2003-11-241-5/+12
|
* whitespacevincentdarley2003-11-031-2/+2
|
* filesystem bug fixesvincentdarley2003-10-131-2/+14
|
* Exported symbol name police (thanks GPS for spotting this!)dkf2003-10-101-9/+9
|
* fixed inconsistent handling of file separators in file joinvincentdarley2003-09-301-34/+53
|
* Symbols which are visible outside a single compilation unit must havedkf2003-09-291-14/+14
| | | | | the prefix 'Tcl' to keep them out of the way of non-Tcl C code on Unix. (Problem reported by George Staplin.)
* fileName test suite bug fixvincentdarley2003-09-181-3/+10
|
* minor filesystem bug fixesvincentdarley2003-09-161-10/+55
|
* Applied changes from 8.4.4 regarding the Bug #753315vasiljevic2003-08-231-40/+59
|
* 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu>hobbs2003-07-171-1/+21
| | | | | | | | | * generic/tclPathObj.c (SetFsPathFromAny): Add Cygwin specific code to convert POSIX filename to native format. * generic/tclFileName.c (Tcl_TranslateFileName): And remove from here. (TclDoGlob): Adjust for cygwin and append / for dirs instead of \ * win/tclWinFile.c (TclpObjChdir): Use chdir on Cygwin. [Patch 679315]
* * generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840]dgp2003-07-161-1/+3
| | | | | | * generic/tclPathObj.c (Tcl_FSConvertToPathType):[Bug 771947] * unix/tclUnixFCmd.c (GetModeFromPermString): [Bug 771949] Silence compiler warnings about unreached lines.
* removed undesired 'static'vincentdarley2003-04-161-2/+2
|
* shared filesystem functionvincentdarley2003-04-141-7/+4
|
* fix 5 small filesystem bugs, and some typosvincentdarley2003-04-111-0/+1857