| Commit message (Expand) | Author | Age | Files | Lines |
* | * win/tclWinFile.c: Potential buffer overflow. [Bug 1225571] | dgp | 2005-06-22 | 1 | -3/+3 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | fix to file norm, file pathtype on windows reserved filenames | vincentdarley | 2005-03-15 | 1 | -3/+80 |
|
|
* | * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() to | dgp | 2004-12-01 | 1 | -24/+5 |
|
|
* | Patch 976520 reworks several of the details involved with | dgp | 2004-11-30 | 1 | -9/+11 |
|
|
* | TclpUTime simplification | vincentdarley | 2004-11-02 | 1 | -25/+29 |
|
|
* | Second part of fix for Bug 926106 | Kevin B Kenny | 2004-11-01 | 1 | -23/+55 |
|
|
* | Fixed conversion between FILETIME and Tcl time -Bug 926106 | Kevin B Kenny | 2004-10-30 | 1 | -47/+29 |
|
|
* | filesystem generic/platform code splitting | vincentdarley | 2004-10-07 | 1 | -1/+264 |
|
|
* | fix to trailing slash documentation and to a filesystem 'file join' bug on wi... | vincentdarley | 2004-06-30 | 1 | -35/+91 |
|
|
* | * win/tclWinFile.c (TclpFindExecutable): when using | hobbs | 2004-06-02 | 1 | -4/+6 |
|
|
* | * win/tclWinFile.c (TclpMatchInDirectory): fix for an issue
| Kevin B Kenny | 2004-05-19 | 1 | -2/+3 |
|
|
* | fix to case sensitive 'file executable' on Windows | vincentdarley | 2004-05-17 | 1 | -4/+7 |
|
|
* | * win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CE | hobbs | 2004-04-07 | 1 | -13/+15 |
|
|
* | filesystem fixes for '-force' consistency and picky compilers | vincentdarley | 2004-01-29 | 1 | -1/+6 |
|
|
* | file normalize bug fixes for .. and . | vincentdarley | 2004-01-23 | 1 | -4/+13 |
|
|
* | filesystem optimisation -- Three main issues accomplished: (1) cleaned up var... | vincentdarley | 2004-01-21 | 1 | -20/+97 |
|
|
* | * win/tclWinFile.c (TclpUtime) : utimbuf struct not a problem | davygrvy | 2003-12-16 | 1 | -2/+10 |
|
|
* | allow creation of relative links | vincentdarley | 2003-12-12 | 1 | -2/+2 |
|
|
* | NT file permissions fix and tests | vincentdarley | 2003-12-09 | 1 | -7/+9 |
|
|
* | filesystem bug fixes | vincentdarley | 2003-10-13 | 1 | -14/+144 |
|
|
* | Symbols which are visible outside a single compilation unit must have | dkf | 2003-09-29 | 1 | -3/+1 |
|
|
* | * win/tclWinFile.c (WinReadLinkDirectory): Fix for 'Initializers | davygrvy | 2003-08-27 | 1 | -2/+3 |
|
|
* | 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu> | hobbs | 2003-07-17 | 1 | -1/+16 |
|
|
* | filesystem fixes -- see ChangeLog | vincentdarley | 2003-06-23 | 1 | -46/+71 |
|
|
* | * win/tclWinFile.c (TclpMatchInDirectory): revert glob code to | hobbs | 2003-05-16 | 1 | -71/+46 |
|
|
* | * The changes below fix SF bugs [593810], and [718045]. | andreas_kupries | 2003-04-22 | 1 | -1/+3 |
|
|
* | Added conditionals to make tclWinFile.c compile on VC++6, which
| Kevin B Kenny | 2003-04-14 | 1 | -1/+3 |
|
|
* | vc++ 5.2 compile fix | vincentdarley | 2003-04-14 | 1 | -1/+5 |
|
|
* | * win/configure: Regen. | mdejong | 2003-04-14 | 1 | -1/+3 |
|
|
* | fix 5 small filesystem bugs, and some typos | vincentdarley | 2003-04-11 | 1 | -71/+160 |
|
|
* | 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 |
|
|