summaryrefslogtreecommitdiffstats
path: root/generic/tclFileName.c
Commit message (Expand)AuthorAgeFilesLines
* merge stable branch onto HEADdgp2007-12-131-1/+1
* More minor cleanupdkf2007-11-181-8/+7
* * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-2/+2
* Whitespace policing, replacing commas in varargs with constant string catenat...Kevin B Kenny2007-04-201-3/+3
* Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-171-2/+2
* Reformat to standard function definition formdkf2007-04-101-2/+5
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-7/+6
* * generic/tclBasic.c: Replace arrays on the C stack and ckallocdgp2007-04-021-3/+4
* various "const" additions, in line with TIP #27nijtmans2007-02-201-39/+40
* Bug #1479814. Handle extended paths on Windows NT and above.patthoyts2007-02-201-5/+47
* * generic/tclFileName.c (TclGlob): added a panic for a call withMiguel Sofer2006-09-271-2/+7
* * generic/tclFileName.c (DoGlob): match incrs with decrs.hobbs2006-08-301-1/+3
* fix to two filesystem issuesvincentdarley2006-03-191-31/+28
* fix to glob memory leak and file stat ino/nlink on windowsvincentdarley2005-10-231-1/+7
* ANSI function definitionsdkf2005-10-181-137/+137
* Getting more systematic about styledkf2005-07-171-422/+540
* bug 1194458Kevin B Kenny2005-06-211-8/+15
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* silenced a compiler warningKevin B Kenny2005-04-201-2/+2
* 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/+4
* 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-14/+15
* fix to test suite failuresvincentdarley2005-02-101-3/+12
* * generic/tclThread.c: Typo police. Fixed some nitsandreas_kupries2005-01-211-2/+2
* fix to glob failure on Windows sharesvincentdarley2005-01-171-2/+18
* filesystem generic/platform code splittingvincentdarley2004-10-071-3/+14
* Simplify the guts of [glob]; maybe mortals can comprehend it now?dkf2004-10-061-199/+214
* Silence compiler warning...dkf2004-10-061-1/+2
* Style fixes (spaces, braces, etc.)dkf2004-10-061-466/+463
* fix to small filesystem bugsvincentdarley2004-09-271-1/+7
* fix to some compiler warningsvincentdarley2004-05-081-2/+6
* vfs glob root volume fixvincentdarley2004-05-071-2/+19
* Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* Corrected case: Filesystem.h -> FileSystem.hdgp2004-03-301-2/+2
* fix to glob with volume relative paths, bug 898238vincentdarley2004-03-301-2/+50
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-576/+3
* glob -path fix for near filesystem rootvincentdarley2004-03-091-3/+6
* glob -path fix for near filesystem rootvincentdarley2004-03-091-1/+8
* * generic/tclFileName.c (SkipToChar): Corrected CONST anddgp2004-02-051-6/+5
* filesystem optimisation -- Three main issues accomplished: (1) cleaned up var...vincentdarley2004-01-211-374/+436
* * generic/tclFileName.c (Tcl_GlobObjCmd): Latest changes todgp2004-01-131-24/+16
* filesystem bug fixesvincentdarley2003-10-131-5/+7
* 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
* fix to glob and filenames with square bracketsvincentdarley2003-04-251-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