summaryrefslogtreecommitdiffstats
path: root/generic/tclPathObj.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclPathObj.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath):Kevin B Kenny2007-05-021-3/+10
* Replaced commas in varargs with string concatenation where possible [Patch 15...Kevin B Kenny2007-04-201-4/+4
* * doc/clock.n: Corrected a silly error (transposed 'uppercase'Kevin B Kenny2007-04-201-2/+3
* Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-171-3/+3
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-2/+2
* various "const" additions, in line with TIP #27nijtmans2007-02-201-26/+26
* Bug #1479814. Handle extended paths on Windows NT and above.patthoyts2007-02-201-1/+16
* fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segvcoldstore2006-08-291-2/+4
* * generic/tclPathObj.c: Yet another revised fix for the [Bug 1379287]dgp2006-04-071-5/+12
* * generic/tclPathObj.c: Revised fix for the [Bug 1379287] familydgp2006-04-061-30/+19
* * generic/tclPathObj.c: More fixes for path normalization when /../dgp2006-03-291-9/+15
* another stab at fixing 1379287dgp2006-03-041-6/+13
* * generic/tclPathObj.c: Revised yesterday's fix for [Bug 1379287]dgp2006-03-031-4/+6
* * generic/tclPathObj.c: Fix for failed normalization ofdgp2006-03-031-2/+10
* Fixed potential overwriting of already freed memoryvasiljevic2006-01-121-3/+7
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+2
* Formatting and pure ANSI function declsdkf2005-10-121-152/+161
* Fix for [Bug 1325099]dkf2005-10-121-2/+2
* More informative comment.dkf2005-08-091-2/+6
* added nul-termination missing from earlier commit todaydgp2005-08-091-1/+2
* file rootname bug fixvincentdarley2005-08-081-2/+5
* Systematizing the formattingdkf2005-07-211-881/+932
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* * doc/Thread.3: Fixed sentence describing flags for Tcl_CreateThread.davidw2005-02-051-2/+2
* filesystem, glob, tilde fixvincentdarley2004-12-021-1/+17
* fix to windows file join bugvincentdarley2004-11-221-4/+12
* 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