| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclPathObj.c: [Bug 2806250] Prevent the storage of strings | dgp | 2009-08-20 | 1 | -149/+80 |
|
|
* | * generic/tclPathObj.c: Added NULL check to prevent crashes during | dgp | 2009-08-18 | 1 | -1/+4 |
|
|
* | * generic/tclPathObj.c (TclPathPart): TclPathPart() was computing | dgp | 2009-03-27 | 1 | -3/+29 |
|
|
* | * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() | dgp | 2009-02-20 | 1 | -1/+10 |
|
|
* | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -2/+2 |
|
|
* | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -67/+71 |
|
|
* | * generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added another | dgp | 2008-12-04 | 1 | -13/+76 |
|
|
* | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -6/+8 |
|
|
* | Add "const" to many internal | nijtmans | 2008-10-16 | 1 | -2/+2 |
|
|
* | * doc/FileSystem.3: CONSTified many functions using Tcl_FileSystem | nijtmans | 2008-07-28 | 1 | -6/+6 |
|
|
* | * generic/tclPathObj.c: Plug memory leak in [Bug 1999176] fix. Thanks | dgp | 2008-06-29 | 1 | -3/+7 |
|
|
* | * generic/tclPathObj.c: Plug memory leak in [Bug 1972879] fix. Thanks | dgp | 2008-06-28 | 1 | -3/+7 |
|
|
* | * generic/tclPathObj.c: Fixed some internals management in the "path" | dgp | 2008-06-24 | 1 | -2/+25 |
|
|
* | * generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when | dgp | 2008-06-23 | 1 | -7/+9 |
|
|
* | * generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when | dgp | 2008-06-23 | 1 | -2/+9 |
|
|
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -2/+2 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | Reduce cast count. | dkf | 2007-11-19 | 1 | -109/+102 |
|
|
* | More minor cleanup | dkf | 2007-11-18 | 1 | -6/+6 |
|
|
* | * generic/tclPathObj.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath): | Kevin B Kenny | 2007-05-02 | 1 | -3/+10 |
|
|
* | Replaced commas in varargs with string concatenation where possible [Patch 15... | Kevin B Kenny | 2007-04-20 | 1 | -4/+4 |
|
|
* | * doc/clock.n: Corrected a silly error (transposed 'uppercase' | Kevin B Kenny | 2007-04-20 | 1 | -2/+3 |
|
|
* | Eliminate use of (VOID*) casts when calling memset or memcpy. | dkf | 2007-04-17 | 1 | -3/+3 |
|
|
* | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -2/+2 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-20 | 1 | -26/+26 |
|
|
* | Bug #1479814. Handle extended paths on Windows NT and above. | patthoyts | 2007-02-20 | 1 | -1/+16 |
|
|
* | fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segv | coldstore | 2006-08-29 | 1 | -2/+4 |
|
|
* | * generic/tclPathObj.c: Yet another revised fix for the [Bug 1379287] | dgp | 2006-04-07 | 1 | -5/+12 |
|
|
* | * generic/tclPathObj.c: Revised fix for the [Bug 1379287] family | dgp | 2006-04-06 | 1 | -30/+19 |
|
|
* | * generic/tclPathObj.c: More fixes for path normalization when /../ | dgp | 2006-03-29 | 1 | -9/+15 |
|
|
* | another stab at fixing 1379287 | dgp | 2006-03-04 | 1 | -6/+13 |
|
|
* | * generic/tclPathObj.c: Revised yesterday's fix for [Bug 1379287] | dgp | 2006-03-03 | 1 | -4/+6 |
|
|
* | * generic/tclPathObj.c: Fix for failed normalization of | dgp | 2006-03-03 | 1 | -2/+10 |
|
|
* | Fixed potential overwriting of already freed memory | vasiljevic | 2006-01-12 | 1 | -3/+7 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+2 |
|
|
* | Formatting and pure ANSI function decls | dkf | 2005-10-12 | 1 | -152/+161 |
|
|
* | Fix for [Bug 1325099] | dkf | 2005-10-12 | 1 | -2/+2 |
|
|
* | More informative comment. | dkf | 2005-08-09 | 1 | -2/+6 |
|
|
* | added nul-termination missing from earlier commit today | dgp | 2005-08-09 | 1 | -1/+2 |
|
|
* | file rootname bug fix | vincentdarley | 2005-08-08 | 1 | -2/+5 |
|
|
* | Systematizing the formatting | dkf | 2005-07-21 | 1 | -881/+932 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | * doc/Thread.3: Fixed sentence describing flags for Tcl_CreateThread. | davidw | 2005-02-05 | 1 | -2/+2 |
|
|
* | filesystem, glob, tilde fix | vincentdarley | 2004-12-02 | 1 | -1/+17 |
|
|
* | fix to windows file join bug | vincentdarley | 2004-11-22 | 1 | -4/+12 |
|
|
* | filesystem generic/platform code splitting | vincentdarley | 2004-10-07 | 1 | -80/+6 |
|
|
* | Style improvements and more macro use. | dkf | 2004-10-06 | 1 | -203/+361 |
|
|
* | Factorize out the code for freeing an object's internal rep. | dkf | 2004-09-29 | 1 | -13/+5 |
|
|
* | fix to small filesystem bugs | vincentdarley | 2004-09-27 | 1 | -8/+15 |
|
|
* | * generic/tclPathObj.c: Corrected [file tail] results when operating | dgp | 2004-06-10 | 1 | -1/+16 |
|
|