summaryrefslogtreecommitdiffstats
path: root/generic/tclFileName.c
Commit message (Expand)AuthorAgeFilesLines
* Attempt to correct regression filename-16.6 due to 2006-05-13 commit.dgp2006-10-031-2/+6
* * generic/tclFileName.c (TclGlob): Prevent doubling of directorydgp2006-10-021-1/+5
* * generic/tclFileName.c (TclDoGlob): match incr with existing decr.hobbs2006-08-301-6/+6
* * generic/tclFileName.c (TclDoGlob): Disabled the partialdgp2006-05-131-4/+8
* bugs 1194458 and 1225044Kevin B Kenny2005-06-211-9/+15
* more tests and a fix to bug 1158199vincentdarley2005-03-151-4/+7
* fix to file norm, file pathtype on windows reserved filenames - ensure build ...vincentdarley2005-03-151-4/+10
* fix to file norm, file pathtype on windows reserved filenamesvincentdarley2005-03-151-18/+19
* glob -path fix for near filesystem rootvincentdarley2004-03-091-1/+11
* * generic/tclFileName.c (Tcl_GlobObjCmd): Latest changes todgp2004-01-131-24/+16
* filesystem bug fixes: volumerelative normalization, file join inconsistencyvincentdarley2003-10-061-2/+3
* backporting of filesystem tests, docsvincentdarley2003-10-031-5/+6
* 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu>hobbs2003-07-171-40/+13
* * generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840]dgp2003-07-161-2/+1
* glob and square brackets fixvincentdarley2003-04-291-3/+14
* remove unused variablevincentdarley2003-01-091-4/+1
* 3 small fixesvincentdarley2002-11-131-3/+45
* 2002-09-18 Mumit Khan <khan@nanotech.wisc.edu>hobbs2002-09-271-1/+39
* * generic/tclFileName.c (TclGlob): mac specific fix todas2002-06-051-2/+12
* glob fixesvincentdarley2002-05-301-28/+62
* fix to bug 553320vincentdarley2002-05-071-2/+9
* fix to 551306vincentdarley2002-05-021-6/+6
* 4 fs fixesvincentdarley2002-03-241-21/+10
* * generic/tclFileName.c (Tcl_TranslateFileName): decr refcount forhobbs2002-02-271-3/+4
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-2/+26
* * Partial TIP 27 rollback. Following routinesdgp2002-02-081-3/+3
* * Sought out and eliminated instances of CONST-casting that are nodgp2002-01-261-3/+3
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-46/+24
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-2/+2
* * Updated APIs in generic/tclUtf.c and generic/tclRegexp.c accordingdgp2002-01-171-3/+3
* Undo of mistaken commit. Sorry!dgp2001-10-161-3/+3
* * Added test to demonstrate memory corruption problems. [Bug 219393].dgp2001-10-161-3/+3
* minor code cleanuphobbs2001-10-151-30/+29
* * generic/tclFileName.c (Tcl_SplitPath): corrected mem leakhobbs2001-10-101-1/+6
* * Vince Darley reports the 2001-09-24 TIP 27 changes left the windgp2001-09-271-2/+2
* minor fs, vfs fixesvincentdarley2001-09-041-43/+174
* filesystemvincentdarley2001-08-301-221/+26
* corrected minor compiler warningshobbs2001-08-231-18/+11
* fs updatevincentdarley2001-08-231-269/+597
* * generic/tclFileName.c (Tcl_FSSplitPath): update to Tcl stylehobbs2001-08-071-11/+14
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-103/+330
* * generic/tclFileName.c (ExtractWinRoot): corrected ABR errorhobbs2001-05-151-12/+11
* * generic/tclFileName.c (SplitUnixPath): added support for QNXhobbs2000-04-191-1/+14
* * generic/tclFileName.c (Tcl_TranslateFileName): Applied patchhobbs2000-03-031-67/+75
* * generic/tclFileName.c (Tcl_JoinPath): improved support for specialhobbs2000-02-011-3/+6
* * generic/tclClock.c (FormatClock): inlined resultPtr, as ithobbs2000-01-261-1/+10
* * generic/tclInt.h:hobbs2000-01-241-8/+7
* * generic/tclUtf.c: changed Tcl_UtfBackslash to not allowhobbs2000-01-111-4/+4
* * doc/glob.n:hobbs1999-12-121-61/+440
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-248/+356