summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
Commit message (Expand)AuthorAgeFilesLines
* Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>jan.nijtmans2013-02-101-1/+0
|\
| * Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-101-1/+0
* | [Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" todgp2013-02-051-0/+12
|\ \ | |/
| * [Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" todgp2013-02-051-0/+12
| |\
| | * 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
* | | revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-1/+1
|\ \ \ | |/ /
| * | revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-1/+1
* | | [Bug 3092089]: [file normalize] can remove path components.jan.nijtmans2013-01-081-5/+6
|\ \ \ | |/ /
| * | [Bug 3092089]: [file normalize] can remove path components.jan.nijtmans2013-01-081-5/+6
| |\ \ | | |/
| | * [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
| | |/ | |/|
| | * 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
* | | eliminate unnecessary TEXT() macrosjan.nijtmans2012-09-231-1/+1
* | | Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-6/+6
* | | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-7/+7
* | | Restored the possibility to define a panicproc asjan.nijtmans2012-06-221-0/+10
* | | * generic/tclUtil.c (TclDStringToObj): Added internal function to makedkf2012-04-251-5/+1
* | | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-151-62/+0
|\ \ \ | |/ /
| * | xjan.nijtmans2012-03-151-62/+0
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2012-03-121-2/+2
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2012-03-121-2/+2
| |\ \ | | |/
| | * [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
| | |\ | | |/ | |/|
* | | inverted logicdgp2012-02-021-1/+1
* | | 2974459,2879351,1951574,1852572,1661378,1613456 Revisions to the NativeAccess()dgp2012-02-021-25/+47
|\ \ \ | |/ /
| * | 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] 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