| Commit message (Expand) | Author | Age | Files | Lines |
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | Silence some warnings. | dkf | 2007-11-16 | 1 | -3/+3 |
|
|
* | * generic/tclIOCmd.c: Revise [open] so that it interprets leading | dgp | 2007-10-15 | 1 | -5/+18 |
|
|
* | Whitespace/format cleanup | dkf | 2007-07-31 | 1 | -60/+57 |
|
|
* | * unix/tclUnixFCmd.c: add workaround for crashing bug in fts_open() | das | 2007-04-23 | 1 | -16/+31 |
|
|
* | TIP#270 IMPLEMENTATION | dgp | 2006-11-15 | 1 | -2/+2 |
|
|
* | * unix/tclUnixFCmd.c (CopyFile): [SF Tcl Bug 1586470]. Added code | andreas_kupries | 2006-11-07 | 1 | -1/+11 |
|
|
* | * generic/tclBasic.c: Further revised TclAppendPrintToObj() and | dgp | 2006-11-02 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Refactored and renamed the routines | dgp | 2006-10-31 | 1 | -5/+3 |
|
|
* | Rewritten MT-safe wrappers to return ptrs to TSD storage. | vasiljevic | 2006-09-07 | 1 | -49/+5 |
|
|
* | Added fixes for Tcl Bug 999544 (ported from core-8-4-branch). | vasiljevic | 2006-09-06 | 1 | -7/+53 |
|
|
* | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): create | das | 2006-07-20 | 1 | -63/+81 |
|
|
* | * unix/tclUnixFCmd.c (TclpObjNormalizePath): deal with *BSD/Darwin | das | 2006-03-28 | 1 | -3/+11 |
|
|
* | added casts to silence coverity bug 38 | das | 2006-03-25 | 1 | -5/+5 |
|
|
* | * unix/configure.in: move check for fts API to configure.in and run it | das | 2005-12-05 | 1 | -12/+23 |
|
|
* | * unix/configure: Use FTS file APIs on Darwin if available. | hobbs | 2005-12-05 | 1 | -24/+97 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -1/+6 |
|
|
* | * unix/tclUnixFCmd.c (MAX_READDIR_UNLINK_THRESHOLD): reduce to 130 | hobbs | 2005-11-09 | 1 | -3/+3 |
|
|
* | ANSIfy | dkf | 2005-11-02 | 1 | -190/+178 |
|
|
* | * unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change tomsofer_wcodes_branch_20051007kennykb_numerics_branch_20051008 | hobbs | 2005-10-07 | 1 | -34/+52 |
|
|
* | * generic/tclBasic.c: More callers of TclObjPrintf and | dgp | 2005-09-15 | 1 | -5/+4 |
|
|
* | Getting more systematic about style | dkf | 2005-07-20 | 1 | -569/+618 |
|
|
* | * unix/tclUnixFCmd.c: add lint attr to enum to satisfy strictly | hobbs | 2005-05-11 | 1 | -1/+2 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | Convert u_int to unsigned to make clashes with types in standard C headers less | dkf | 2005-01-10 | 1 | -3/+3 |
|
|
* | * tests/fCmd.test: | das | 2004-11-11 | 1 | -33/+49 |
|
|
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -7/+4 |
|
|
* | Stop NULL interp args from causing crashes. [Bug 1020538] | dkf | 2004-09-03 | 1 | -44/+69 |
|
|
* | * unix/tclUnixFCmd.c (TclpObjNormalizePath): Corrected improper | dgp | 2004-04-26 | 1 | -3/+12 |
|
|
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | hidden unix-specific implementations of file volumes and file attributes | vbwagner | 2004-03-05 | 1 | -2/+11 |
|
|
* | filesystem fixes for '-force' consistency and picky compilers | vincentdarley | 2004-01-29 | 1 | -1/+5 |
|
|
* | Changes from Victor Wagner <vitus@45.free.net> for DJGPP support. | davygrvy | 2003-11-18 | 1 | -3/+9 |
|
|
* | filesystem bug fixes | vincentdarley | 2003-10-13 | 1 | -5/+19 |
|
|
* | * unix/tclUnixFCmd.c: fix for compilation errors on platforms where | das | 2003-07-18 | 1 | -7/+7 |
|
|
* | * generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840] | dgp | 2003-07-16 | 1 | -3/+1 |
|
|
* | Implementation of TIP 118: | das | 2003-05-14 | 1 | -10/+146 |
|
|
* | further fs cleanup | vincentdarley | 2003-02-10 | 1 | -2/+5 |
|
|
* | filesystem speed up round 2 | vincentdarley | 2003-02-10 | 1 | -7/+43 |
|
|
* | finalization and test fixes | vincentdarley | 2003-02-04 | 1 | -7/+6 |
|
|
* | Changed all the Tcl_Platform* symbols to TclOS*; they weren't public so their | dkf | 2002-06-28 | 1 | -14/+14 |
|
|
* | unix root volume fix | vincentdarley | 2002-06-27 | 1 | -2/+9 |
|
|
* | fs fixed commit | vincentdarley | 2002-06-10 | 1 | -2/+2 |
|
|
* | small fs fixes | vincentdarley | 2002-06-10 | 1 | -2/+4 |
|
|
* | * unix/tclUnixFCmd.c (Realpath): added a little extra code to | hobbs | 2002-04-07 | 1 | -40/+59 |
|
|
* | minor cast change to squelch warning | hobbs | 2002-04-04 | 1 | -3/+3 |
|
|
* | fixed typo and compiler warning in last commit; all tests now pass on unix | vincentdarley | 2002-03-24 | 1 | -2/+2 |
|
|
* | 4 fs fixes | vincentdarley | 2002-03-24 | 1 | -16/+64 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -28/+28 |
|
|
* | * djgpp/ (new directory) | davygrvy | 2002-02-12 | 1 | -1/+3 |
|
|