| Commit message (Expand) | Author | Age | Files | Lines |
* | More generation of errorCode information (default [bgerror] and [glob]). | dkf | 2011-04-02 | 1 | -0/+17 |
|
|
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -3/+2 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclFileName.c: Correct result from [glob */test] when * | dgp | 2009-08-17 | 1 | -3/+27 |
|
|
| | * | * generic/tclFileName.c (TclDoGlob): One of the | dgp | 2008-12-03 | 1 | -4/+4 |
|
|
| | * | * generic/tclFileName.c: Fix for errors handling -types {} | dgp | 2008-08-13 | 1 | -1/+5 |
|
|
| | * | Attempt to correct regression filename-16.6 due to 2006-05-13 commit. | dgp | 2006-10-03 | 1 | -2/+6 |
|
|
| | * | * generic/tclFileName.c (TclGlob): Prevent doubling of directory | dgp | 2006-10-02 | 1 | -1/+5 |
|
|
| | * | * generic/tclFileName.c (TclDoGlob): match incr with existing decr. | hobbs | 2006-08-30 | 1 | -6/+6 |
|
|
| | * | * generic/tclFileName.c (TclDoGlob): Disabled the partial | dgp | 2006-05-13 | 1 | -4/+8 |
|
|
| | * | bugs 1194458 and 1225044 | Kevin B Kenny | 2005-06-21 | 1 | -9/+15 |
|
|
| | * | more tests and a fix to bug 1158199 | vincentdarley | 2005-03-15 | 1 | -4/+7 |
|
|
| | * | fix to file norm, file pathtype on windows reserved filenames - ensure build ... | vincentdarley | 2005-03-15 | 1 | -4/+10 |
|
|
| | * | fix to file norm, file pathtype on windows reserved filenames | vincentdarley | 2005-03-15 | 1 | -18/+19 |
|
|
| | * | glob -path fix for near filesystem root | vincentdarley | 2004-03-09 | 1 | -1/+11 |
|
|
| | * | * generic/tclFileName.c (Tcl_GlobObjCmd): Latest changes to | dgp | 2004-01-13 | 1 | -24/+16 |
|
|
| | * | filesystem bug fixes: volumerelative normalization, file join inconsistency | vincentdarley | 2003-10-06 | 1 | -2/+3 |
|
|
| | * | backporting of filesystem tests, docs | vincentdarley | 2003-10-03 | 1 | -5/+6 |
|
|
| | * | 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu> | hobbs | 2003-07-17 | 1 | -40/+13 |
|
|
| | * | * generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840] | dgp | 2003-07-16 | 1 | -2/+1 |
|
|
| | * | glob and square brackets fix | vincentdarley | 2003-04-29 | 1 | -3/+14 |
|
|
| * | | installData.tcl: Make sure that copyDir only receives normalized paths. | nijtmans | 2010-05-21 | 1 | -5/+4 |
|
|
| * | | * generic/tclFileName.c: Correct regression in [Bug 2837800] fix. | dgp | 2009-08-21 | 1 | -2/+2 |
|
|
| * | | * generic/tclFileName.c: Correct result from [glob */test] when * | dgp | 2009-08-20 | 1 | -2/+30 |
|
|
| * | | * generic/tclFileName.c (DoGlob): One of the | dgp | 2008-12-03 | 1 | -3/+4 |
|
|
| * | | * generic/tclFileName.c: Fix for errors handling -types {} | dgp | 2008-08-13 | 1 | -1/+5 |
|
|
* | | | Don't use arrays of length 1, just use a single element then, it makes code m... | nijtmans | 2010-05-19 | 1 | -6/+6 |
|
|
* | | | Code Audit results: | dkf | 2010-03-05 | 1 | -4/+5 |
|
|
* | | | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 1 | -3/+2 |
|
|
* | | | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. | dkf | 2009-12-28 | 1 | -6/+7 |
|
|
* | | | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ... | nijtmans | 2009-12-21 | 1 | -5/+14 |
|
|
* | | | * generic/tclFileName.c: Correct regression in [Bug 2837800] fix. | dgp | 2009-08-21 | 1 | -2/+2 |
|
|
* | | | * generic/tclFileName.c: Correct result from [glob */test] when * | dgp | 2009-08-20 | 1 | -2/+30 |
|
|
* | | | CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27) | nijtmans | 2009-01-22 | 1 | -10/+13 |
|
|
* | | | * generic/tclFileName.c (DoGlob): One of the | dgp | 2008-12-03 | 1 | -3/+4 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-16 | 1 | -5/+5 |
|
|
* | | | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-29 | 1 | -5/+1 |
|
|
* | | | Fix [Bug 2130726]. | dkf | 2008-09-27 | 1 | -1/+24 |
|
|
* | | | Implement TIP #316. | dkf | 2008-09-24 | 1 | -1/+110 |
|
|
* | | | * generic/tclFileName.c: Fix for errors handling -types {} | dgp | 2008-08-13 | 1 | -1/+5 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages (follow-up) | nijtmans | 2008-07-21 | 1 | -2/+2 |
|
|
* | | | Reverted dkf's accidental commit of the TIP 316 APIs as part of a code cleanup | patthoyts | 2008-05-02 | 1 | -108/+1 |
|
|
* | | | More elimination of pre-C89-isms. | dkf | 2008-05-02 | 1 | -19/+128 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | More minor cleanup | dkf | 2007-11-18 | 1 | -8/+7 |
|
|
* | | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -2/+2 |
|
|
* | | Whitespace policing, replacing commas in varargs with constant string catenat... | Kevin B Kenny | 2007-04-20 | 1 | -3/+3 |
|
|
* | | Eliminate use of (VOID*) casts when calling memset or memcpy. | dkf | 2007-04-17 | 1 | -2/+2 |
|
|