summaryrefslogtreecommitdiffstats
path: root/generic/tclPathObj.c
Commit message (Expand)AuthorAgeFilesLines
...
* filesystem generic/platform code splittingvincentdarley2004-10-071-80/+6
* Style improvements and more macro use.dkf2004-10-061-203/+361
* Factorize out the code for freeing an object's internal rep.dkf2004-09-291-13/+5
* fix to small filesystem bugsvincentdarley2004-09-271-8/+15
* * generic/tclPathObj.c: Corrected [file tail] results when operatingdgp2004-06-101-1/+16
* Silence compiler warnings.dgp2004-06-081-2/+3
* fix to 'file dirname' and to fs refCount documentationvincentdarley2004-05-191-3/+28
* fix to two filesystem bugs: more consistent file separator proc and correct T...vincentdarley2004-04-231-2/+10
* Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* fix to Tcl bug 918320vincentdarley2004-03-301-19/+25
* fixed another volume-relative file normalization problemvincentdarley2004-03-261-4/+12
* fix to windows volume-relative path normalizationvincentdarley2004-03-261-5/+7
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-81/+8
* fixed typos in documentation and commentsvincentdarley2004-03-091-3/+3
* fix to file normalization with linksvincentdarley2004-01-291-11/+43
* filesystem fixes for '-force' consistency and picky compilersvincentdarley2004-01-291-1/+7
* file normalize bug fixes for .. and .vincentdarley2004-01-231-1/+4
* filesystem optimisation -- Three main issues accomplished: (1) cleaned up var...vincentdarley2004-01-211-211/+541
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-2/+2
* fix to fs norm bug 860402vincentdarley2003-12-171-4/+7
* fixed Tcl_FSGetTranslatedPath to always return properly refcountedvasiljevic2003-12-171-9/+10
* 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
* 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/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840]dgp2003-07-161-1/+3
* 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