| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclIOUtil.c (TclLoadFile): | das | 2005-05-24 | 1 | -1/+51 |
|
|
* | filesystem, glob, tilde fix | vincentdarley | 2004-12-02 | 1 | -4/+26 |
|
|
* | backport file join fix | vincentdarley | 2004-11-23 | 1 | -3/+13 |
|
|
* | Partialy fixed Bug #932314 | vasiljevic | 2004-06-10 | 1 | -6/+14 |
|
|
* | * generic/tclIOUtil.c (Tcl_FSChdir): Work-around crash condition | hobbs | 2004-05-04 | 1 | -1/+48 |
|
|
* | reverted file norm .. fixes because 8.5 had much more extensive changes acros... | hobbs | 2004-02-18 | 1 | -222/+85 |
|
|
* | * generic/tclIOUtil.c: backport of rewrite of generic file | hobbs | 2004-02-18 | 1 | -85/+222 |
|
|
* | vfs code tclfinalizefilesystem fix | vincentdarley | 2004-01-09 | 1 | -3/+3 |
|
|
* | Merged fixes for Tcl Bug #839519 and Tcl Bug #861515. | vasiljevic | 2003-12-17 | 1 | -11/+14 |
|
|
* | fix to 'cd' infinite recursion bug on Windows | vincentdarley | 2003-11-20 | 1 | -5/+12 |
|
|
* | * generic/tclIOUtil.c (FsListMounts, FsAddMountsToGlobResult): New | andreas_kupries | 2003-10-22 | 1 | -2/+153 |
|
|
* | filesystem bug fixes: volumerelative normalization, file join inconsistency | vincentdarley | 2003-10-06 | 1 | -34/+58 |
|
|
* | backporting of filesystem tests, docs | vincentdarley | 2003-10-03 | 1 | -11/+79 |
|
|
* | Backported fix from HEAD for Bug 788780 | vasiljevic | 2003-09-01 | 1 | -3/+3 |
|
|
* | * generic/tclIOUtil.c: correct MT-safety issues with filesystem | hobbs | 2003-07-18 | 1 | -179/+237 |
|
|
* | 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu> | hobbs | 2003-07-17 | 1 | -1/+21 |
|
|
* | * generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840] | dgp | 2003-07-16 | 1 | -19/+1 |
|
|
* | * generic/tclIOUtil.c: add decl for FsThrExitProc to suppress | hobbs | 2003-05-13 | 1 | -2/+2 |
|
|
* | * generic/tclIOUtil.c: ensure cd is thread-safe. | hobbs | 2003-05-11 | 1 | -68/+102 |
|
|
* | filesystem fixes backported | vincentdarley | 2003-04-14 | 1 | -1921/+2046 |
|
|
* | Fixes for three filesystem problems | vincentdarley | 2003-03-18 | 1 | -1/+3 |
|
|
* | Mac OS Classic specific fixes:core_8_4_2 | das | 2003-03-03 | 1 | -1/+13 |
|
|
* | * generic/tclIOUtil.c (MakeFsPathFromRelative): removed dead code | hobbs | 2003-02-27 | 1 | -6/+2 |
|
|
* | * generic/tclIOUtil.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath): | hobbs | 2003-02-11 | 1 | -79/+91 |
|
|
* | * tests/fileSystem.test: added test 8.3 | hobbs | 2003-02-11 | 1 | -73/+78 |
|
|
* | further fs cleanup | vincentdarley | 2003-02-10 | 1 | -43/+8 |
|
|
* | filesystem speed up round 2 | vincentdarley | 2003-02-10 | 1 | -109/+571 |
|
|
* | finalization and test fixes | vincentdarley | 2003-02-04 | 1 | -86/+131 |
|
|
* | filesystem bug fix and new test | vincentdarley | 2003-01-28 | 1 | -2/+10 |
|
|
* | WinTcl crash on exit fix | vincentdarley | 2003-01-10 | 1 | -1/+10 |
|
|
* | non-ascii chars in file mtime fix | vincentdarley | 2003-01-09 | 1 | -30/+2 |
|
|
* | * generic/tclIOUtil.c (TclFinalizeFilesystem): reset statics to | hobbs | 2002-12-06 | 1 | -2/+13 |
|
|
* | filesystem cleanup fix, virtual filesystem load fix | vincentdarley | 2002-12-04 | 1 | -12/+15 |
|
|
* | * generic/tclIOUtil.c (SetFsPathFromAny): Objects should only have | dkf | 2002-08-16 | 1 | -19/+7 |
|
|
* | removed load-related clientData, made filesystem static | vincentdarley | 2002-07-22 | 1 | -3/+7 |
|
|
* | removed load-related clientData, made filesystem static | vincentdarley | 2002-07-22 | 1 | -13/+26 |
|
|
* | * Silence compiler warning. [Bug 584408] | dgp | 2002-07-21 | 1 | -1/+3 |
|
|
* | vfs fixes | vincentdarley | 2002-07-20 | 1 | -1/+2 |
|
|
* | Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha... | dkf | 2002-07-19 | 1 | -17/+24 |
|
|
* | Tcl_LoadHandle usage | vincentdarley | 2002-07-18 | 1 | -5/+5 |
|
|
* | load comments and clientData replacement | vincentdarley | 2002-07-18 | 1 | -3/+4 |
|
|
* | load comments and clientData replacement | vincentdarley | 2002-07-18 | 1 | -9/+9 |
|
|
* | load internals refactoring | vincentdarley | 2002-07-17 | 1 | -1/+43 |
|
|
* | comment cleanup and code speedup for fs | vincentdarley | 2002-07-15 | 1 | -9/+9 |
|
|
* | no zero refcount in Tcl_FS | vincentdarley | 2002-07-08 | 1 | -1/+12 |
|
|
* | fs cleanup | vincentdarley | 2002-07-08 | 1 | -2/+2 |
|
|
* | fs cleanup | vincentdarley | 2002-07-08 | 1 | -2/+23 |
|
|
* | empty path name error msgs | vincentdarley | 2002-06-26 | 1 | -1/+19 |
|
|
* | tip99 | vincentdarley | 2002-06-21 | 1 | -10/+13 |
|
|
* | vfs, winfs testsuite | vincentdarley | 2002-06-13 | 1 | -3/+4 |
|
|