summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
Commit message (Expand)AuthorAgeFilesLines
* [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only)jan.nijtmans2011-11-221-3/+0
|\
| * [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only)jan.nijtmans2011-11-221-3/+0
| |\
| | * [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 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-3/+3
| |\ \ | | |/
| | * [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
| * | Oops, tclWinFile.c was not supposed to be checked injan.nijtmans2011-08-151-3/+3
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-3/+3
| |\ \ | | |/
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-091-18/+7
|\ \ \ | |/ /
* | | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little bit closer to realityjan2011-04-211-0/+3
|\ \ \ | |/ /
| * | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little closer to realityjan2011-04-211-2/+3
| |\ \ | | |/
| | * fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. Follow-up: get it rig...jan2011-04-201-2/+3
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-154/+142
* | | [Bug 3185609] File normalization corner case of ... broken with -DUNICODEjan.nijtmans2011-03-121-3/+3
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * 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
| * | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmpnijtmans2010-04-191-4/+4
| * | Various CYGWIN-related fixesnijtmans2010-01-311-16/+16
| * | * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak.dgp2009-03-181-2/+11
| * | * win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem thatKevin B Kenny2008-04-051-17/+17
* | | Fix various gcc-4.5.2 64-bit warning messages,nijtmans2011-01-251-3/+3
* | | Use _vsnprintf in stead of vsnprintf, because MSVC 6 doesn't have it. Reporte...nijtmans2011-01-121-2/+2
* | | [Patch 3124554]: Move WishPanic from Tk to Tclnijtmans2010-12-161-14/+12
* | | Restore abort() in Tcl_Panic() as it was before.nijtmans2010-12-151-2/+9
* | | Use gcc's __builtin_trap(), when available, to enter the debugger after a panic.nijtmans2010-12-131-4/+49
* | | [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-11-031-7/+9
* | | Eliminate many tclWinProcs-> indirect calls, which are no longer needed.nijtmans2010-10-121-111/+72
* | | [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-10-111-83/+53
* | | Fix declaration after statement.nijtmans2010-09-211-2/+3