summaryrefslogtreecommitdiffstats
path: root/generic/tclFileName.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| * | installData.tcl: Make sure that copyDir only receives normalized paths.nijtmans2010-05-211-5/+4
| * | * generic/tclFileName.c: Correct regression in [Bug 2837800] fix.dgp2009-08-211-2/+2
| * | * generic/tclFileName.c: Correct result from [glob */test] when *dgp2009-08-201-2/+30
| * | * generic/tclFileName.c (DoGlob): One of thedgp2008-12-031-3/+4
| * | * generic/tclFileName.c: Fix for errors handling -types {}dgp2008-08-131-1/+5
* | | Don't use arrays of length 1, just use a single element then, it makes code m...nijtmans2010-05-191-6/+6
* | | Code Audit results:dkf2010-03-051-4/+5
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-3/+2
* | | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly.dkf2009-12-281-6/+7
* | | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ...nijtmans2009-12-211-5/+14
* | | * generic/tclFileName.c: Correct regression in [Bug 2837800] fix.dgp2009-08-211-2/+2
* | | * generic/tclFileName.c: Correct result from [glob */test] when *dgp2009-08-201-2/+30
* | | CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27)nijtmans2009-01-221-10/+13
* | | * generic/tclFileName.c (DoGlob): One of thedgp2008-12-031-3/+4
* | | Add "const" to many internalnijtmans2008-10-161-5/+5
* | | TIP #323 IMPLEMENTATION (partial)dgp2008-09-291-5/+1
* | | Fix [Bug 2130726].dkf2008-09-271-1/+24
* | | Implement TIP #316.dkf2008-09-241-1/+110
* | | * generic/tclFileName.c: Fix for errors handling -types {}dgp2008-08-131-1/+5
* | | fix [2021443] inconsistant "wrong # args" messages (follow-up)nijtmans2008-07-211-2/+2
* | | Reverted dkf's accidental commit of the TIP 316 APIs as part of a code cleanuppatthoyts2008-05-021-108/+1
* | | More elimination of pre-C89-isms.dkf2008-05-021-19/+128
|/ /
* | 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