summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
Commit message (Expand)AuthorAgeFilesLines
* Slightly more correct: If FindFirstFile() fails, the error should be "no such...jan.nijtmans2013-03-201-1/+1
* Handle the (unlikely) case that the file is deleted in between. Suggested by ...jan.nijtmans2013-03-191-0/+4
* make sure that [file stat] returns the right data, even for locked files.jan.nijtmans2013-03-191-0/+6
* [Bug 2893771]: file stat fails on locked files on win32.jan.nijtmans2013-03-191-5/+11
* Fix for Bug 3603434.bug_3603434dgp2013-02-051-0/+12
* Backported [Bug 2882342]: correct struct _REPARSE_DATA_BUFFER in tcl 8.4jan.nijtmans2013-01-091-15/+16
* [Bug 3092089]: [file normalize] can remove path components.jan.nijtmans2013-01-081-5/+6
|\
| * new attempt for better fixbug_3092089jan.nijtmans2013-01-081-11/+6
| * suggested fix for Bug 3092089: [file normalize] can remove path component, jan.nijtmans2013-01-031-0/+6
| * xjan.nijtmans2012-03-151-62/+0
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2012-03-121-2/+2
| |\
* | | tclStubInit.c: move up #undef, so it is clear that thisjan.nijtmans2012-04-041-3/+3
* | | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-201-60/+0
| |/ |/|
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2012-03-121-2/+2
* | 2974459,2879351,1951574,1852572,1661378,1613456 Revisions to the NativeAccess()dgp2012-02-021-24/+46
|\ \ | |/
| * merge to bugfix branchdgp2012-01-241-4/+0
| |\
| * | Contributed patch aiming to fix [file writable] problems on Windows & Samba.dgp2012-01-111-20/+45
| |/
| * [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only)jan.nijtmans2011-11-221-3/+0
| |\ | |/ |/|
| * [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-3/+3
| |\
| * | 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 3288345]: Bring cygwin Tcl_StatBuf a little closer to realityjan2011-04-211-2/+3
| |\ \ \ | | |/ /
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ \
| * | | | 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
| * | | | merge stable branch onto HEADdgp2007-12-131-1/+1
| * | | | * generic/tclBasic.c: Removed dead code, including thedgp2007-06-281-79/+1
| * | | | More type-pun warning squelchesdkf2007-05-051-224/+231
| * | | | Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-171-3/+3
| * | | | Bug #1479814. Handle extended paths on Windows NT and above.patthoyts2007-02-201-1/+8
| * | | | win/tclWinFile.c: alfredd supplied patch to fix Bug 1575837coldstore2006-10-131-4/+4
| * | | | win/tclWinFile.c: corrected erroneous attempt to protect against NULL return ...coldstore2006-10-131-5/+9
| * | | | Handle possible missing definepatthoyts2006-10-011-4/+7
| * | | | bug #1420432 - file mtime fails for directories on windowspatthoyts2006-10-011-4/+14
| * | | | fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segvcoldstore2006-08-291-6/+10
| * | | | 90% fix of file writable issues on Windowsvincentdarley2006-03-141-3/+3
| * | | | remove previous patch for 'file writable'vincentdarley2006-03-101-163/+31
| * | | | fix to file writable in certain XP directoriesvincentdarley2006-03-091-2/+153
| * | | | fix to sharing violationvincentdarley2006-01-121-2/+3
| * | | | Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-6/+7
| * | | | ANSIfydkf2005-11-041-3/+3
| * | | | Convert to using ANSI decls/definitions and using the (ANSI) assumption that ...dkf2005-10-311-150/+171
| * | | | fix to glob memory leak and file stat ino/nlink on windowsvincentdarley2005-10-231-136/+145
| * | | | allow NULL interp in Tcl_FSMatchInDirectoryvincentdarley2005-08-311-5/+7
| * | | | Getting more systematic about styledkf2005-07-241-1017/+1327
| * | | | * win/tclWinFile.c: Potential buffer overflow. [Bug 1225571]dgp2005-06-221-3/+3
| * | | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
| * | | | fix to file norm, file pathtype on windows reserved filenamesvincentdarley2005-03-151-3/+80