| Commit message (Expand) | Author | Age | Files | Lines |
* | backport of file writable fixes | vincentdarley | 2006-03-19 | 1 | -4/+3 |
|
|
* | backport of some file readable/writable fixes from HEAD | vincentdarley | 2006-03-10 | 1 | -12/+172 |
|
|
* | Bugs 926106 and 1353840 | Kevin B Kenny | 2005-11-15 | 1 | -60/+85 |
|
|
* | * win/tclWinFile.c: Potential buffer overflow. [Bug 1225571] | dgp | 2005-06-22 | 1 | -3/+3 |
|
|
* | fix to file norm, file pathtype on windows reserved filenames | vincentdarley | 2005-03-15 | 1 | -3/+80 |
|
|
* | * win/tclWinFile.c (NativeIsExec): correct result of 'file | hobbs | 2004-10-08 | 1 | -10/+13 |
|
|
* | backport of recent fs fixes from cvs head | vincentdarley | 2004-07-02 | 1 | -17/+46 |
|
|
* | Backport of bizarre error-loss bug found by KBK and myself. | dkf | 2004-05-19 | 1 | -3/+4 |
|
|
* | * generic/tclInt.h: | hobbs | 2004-03-29 | 1 | -13/+15 |
|
|
* | backporting of filesystem tests, docs | vincentdarley | 2003-10-03 | 1 | -2/+7 |
|
|
* | 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu> | hobbs | 2003-07-17 | 1 | -1/+16 |
|
|
* | * win/tclWinFile.c (TclpMatchInDirectory): revert glob code to | hobbs | 2003-05-16 | 1 | -71/+46 |
|
|
* | Added conditionals to make tclWinFile.c compile on VC++6, which
| Kevin B Kenny | 2003-04-14 | 1 | -1/+7 |
|
|
* | filesystem fixes backported | vincentdarley | 2003-04-14 | 1 | -80/+161 |
|
|
* | Fixes for three filesystem problems | vincentdarley | 2003-03-18 | 1 | -1/+11 |
|
|
* | further fs cleanup | vincentdarley | 2003-02-10 | 1 | -4/+9 |
|
|
* | filesystem speed up round 2 | vincentdarley | 2003-02-10 | 1 | -105/+84 |
|
|
* | first speedups to Win filesystem | vincentdarley | 2003-02-07 | 1 | -149/+182 |
|
|
* | * win/tclWin32Dll.c (squelch_warnings): Squelch | mdejong | 2003-01-16 | 1 | -7/+6 |
|
|
* | non-ascii chars in file mtime fix | vincentdarley | 2003-01-09 | 1 | -1/+35 |
|
|
* | vfs fixes | vincentdarley | 2002-07-20 | 1 | -12/+28 |
|
|
* | Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha... | dkf | 2002-07-19 | 1 | -3/+2 |
|
|
* | static internal function | vincentdarley | 2002-07-15 | 1 | -5/+1 |
|
|
* | tests, docs | vincentdarley | 2002-07-15 | 1 | -6/+4 |
|
|
* | file normalization on win 95/98 | vincentdarley | 2002-07-12 | 1 | -73/+39 |
|
|
* | file normalization on win 95/98 | vincentdarley | 2002-07-11 | 1 | -205/+107 |
|
|
* | tip99 | vincentdarley | 2002-06-21 | 1 | -113/+184 |
|
|
* | fs normalize | vincentdarley | 2002-06-13 | 1 | -3/+12 |
|
|
* | vfs, winfs testsuite | vincentdarley | 2002-06-13 | 1 | -24/+188 |
|
|
* | * win/tclWinFile.c: corrected the symbolic link handling code to | hobbs | 2002-06-12 | 1 | -31/+57 |
|
|
* | fs clarification and windows fixes | vincentdarley | 2002-06-12 | 1 | -25/+696 |
|
|
* | fix to 551306 | vincentdarley | 2002-05-02 | 1 | -55/+167 |
|
|
* | 4 fs fixes | vincentdarley | 2002-03-24 | 1 | -283/+328 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -14/+16 |
|
|
* | * Partial TIP 27 rollback. Following routines | dgp | 2002-02-08 | 1 | -8/+6 |
|
|
* | * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27). | dgp | 2002-01-25 | 1 | -11/+10 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -3/+3 |
|
|
* | Corrections to earlier TIP 27 changes. | dgp | 2002-01-24 | 1 | -9/+10 |
|
|
* | * Overlooked callers of Tcl_FSGetNativePath | dgp | 2002-01-18 | 1 | -8/+8 |
|
|
* | * Updated APIs in generic/tclUtf.c and generic/tclRegexp.c according | dgp | 2002-01-17 | 1 | -2/+3 |
|
|
* | win fs fixes | vincentdarley | 2001-11-19 | 1 | -87/+133 |
|
|
* | win fs fixes | vincentdarley | 2001-10-29 | 1 | -12/+40 |
|
|
* | One more detail. | dgp | 2001-09-27 | 1 | -2/+2 |
|
|
* | * Vince Darley reports the 2001-09-24 TIP 27 changes left the win | dgp | 2001-09-27 | 1 | -3/+4 |
|
|
* | * generic/tclInt.decls: Also added 'TclWinFlushDirtyChannels' to | andreas_kupries | 2001-09-10 | 1 | -9/+9 |
|
|
* | * All the changes below serve to fix bug [219148] which reports a | andreas_kupries | 2001-09-07 | 1 | -1/+9 |
|
|
* | filesystem | vincentdarley | 2001-08-30 | 1 | -148/+96 |
|
|
* | fs update | vincentdarley | 2001-08-23 | 1 | -28/+45 |
|
|
* | Changes from TIP#17 "Redo Tcl's filesystem" | vincentdarley | 2001-07-31 | 1 | -169/+274 |
|
|
* | * win/tclWinFile.c (TclpReadlink): Add Cygwin specific definition | mdejong | 2001-07-17 | 1 | -1/+46 |
|
|