summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | fix to case sensitive 'file executable' on Windowsvincentdarley2004-05-171-4/+7
| * | | | * win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CEhobbs2004-04-071-13/+15
| * | | | filesystem fixes for '-force' consistency and picky compilersvincentdarley2004-01-291-1/+6
| * | | | file normalize bug fixes for .. and .vincentdarley2004-01-231-4/+13
| * | | | filesystem optimisation -- Three main issues accomplished: (1) cleaned up var...vincentdarley2004-01-211-20/+97
| * | | | * win/tclWinFile.c (TclpUtime) : utimbuf struct not a problemdavygrvy2003-12-161-2/+10
| * | | | allow creation of relative linksvincentdarley2003-12-121-2/+2
| * | | | NT file permissions fix and testsvincentdarley2003-12-091-7/+9
| * | | | filesystem bug fixesvincentdarley2003-10-131-14/+144
| * | | | Symbols which are visible outside a single compilation unit must havedkf2003-09-291-3/+1
| * | | | * win/tclWinFile.c (WinReadLinkDirectory): Fix for 'Initializersdavygrvy2003-08-271-2/+3
| * | | | 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu>hobbs2003-07-171-1/+16
| * | | | filesystem fixes -- see ChangeLogvincentdarley2003-06-231-46/+71
| * | | | * win/tclWinFile.c (TclpMatchInDirectory): revert glob code tohobbs2003-05-161-71/+46
| * | | | * The changes below fix SF bugs [593810], and [718045].andreas_kupries2003-04-221-1/+3
| * | | | Added conditionals to make tclWinFile.c compile on VC++6, which Kevin B Kenny2003-04-141-1/+3
| * | | | vc++ 5.2 compile fixvincentdarley2003-04-141-1/+5
| * | | | * win/configure: Regen.mdejong2003-04-141-1/+3
| * | | | fix 5 small filesystem bugs, and some typosvincentdarley2003-04-111-71/+160
* | | | | [Bug 2935503]: Windows: file mtime sets wrong timejan.nijtmans2011-11-221-0/+1
| |_|_|/ |/| | |
* | | | [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-3/+3
* | | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
| |_|/ |/| |
* | | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. Follow-up: get it rig...jan2011-04-201-2/+3
| |/ |/|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
* | * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak.dgp2009-03-181-2/+12
* | * generic/tclIOUtil.c: Cleaned up some code flagged by adgp2006-10-171-3/+1
* | Handle possible missing definepatthoyts2006-10-011-4/+7
* | Backported fix for bug #1420432 (cannot set mtime for directories on windows).patthoyts2006-10-011-4/+14
* | backport of file writable fixesvincentdarley2006-03-191-4/+3
* | backport of some file readable/writable fixes from HEADvincentdarley2006-03-101-12/+172
* | Bugs 926106 and 1353840Kevin B Kenny2005-11-151-60/+85
* | * win/tclWinFile.c: Potential buffer overflow. [Bug 1225571]dgp2005-06-221-3/+3
* | fix to file norm, file pathtype on windows reserved filenamesvincentdarley2005-03-151-3/+80
* | * win/tclWinFile.c (NativeIsExec): correct result of 'filehobbs2004-10-081-10/+13
* | backport of recent fs fixes from cvs headvincentdarley2004-07-021-17/+46
* | Backport of bizarre error-loss bug found by KBK and myself.dkf2004-05-191-3/+4
* | * generic/tclInt.h:hobbs2004-03-291-13/+15
* | backporting of filesystem tests, docsvincentdarley2003-10-031-2/+7
* | 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu>hobbs2003-07-171-1/+16
* | * win/tclWinFile.c (TclpMatchInDirectory): revert glob code tohobbs2003-05-161-71/+46
* | Added conditionals to make tclWinFile.c compile on VC++6, which Kevin B Kenny2003-04-141-1/+7
* | filesystem fixes backportedvincentdarley2003-04-141-80/+161
* | Fixes for three filesystem problemsvincentdarley2003-03-181-1/+11
|/
* further fs cleanupvincentdarley2003-02-101-4/+9
* filesystem speed up round 2vincentdarley2003-02-101-105/+84
* first speedups to Win filesystemvincentdarley2003-02-071-149/+182
* * win/tclWin32Dll.c (squelch_warnings): Squelchmdejong2003-01-161-7/+6
* non-ascii chars in file mtime fixvincentdarley2003-01-091-1/+35
* vfs fixesvincentdarley2002-07-201-12/+28
* Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha...dkf2002-07-191-3/+2