Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Slightly more correct: If FindFirstFile() fails, the error should be "no ↵ | jan.nijtmans | 2013-03-20 | 1 | -1/+1 |
|\ | | | | | | | such file or directory" (ENOENT) not "permission denied" (EACCES). | ||||
| * | Slightly more correct: If FindFirstFile() fails, the error should be "no ↵ | jan.nijtmans | 2013-03-20 | 1 | -1/+1 |
| |\ | | | | | | | | | | such file or directory" (ENOENT) not "permission denied" (EACCES). | ||||
| | * | Slightly more correct: If FindFirstFile() fails, the error should be "no ↵ | jan.nijtmans | 2013-03-20 | 1 | -1/+1 |
| | | | | | | | | | | | | such file or directory" (ENOENT) not "permission denied" (EACCES). | ||||
* | | | Handle the (unlikely) case that the file is deleted in between. Suggested by ↵ | jan.nijtmans | 2013-03-19 | 1 | -0/+4 |
|\ \ \ | |/ / | | | | | | | Harald Oehlmann (Thanks!) | ||||
| * | | Handle the (unlikely) case that the file is deleted in between. Suggested by ↵ | jan.nijtmans | 2013-03-19 | 1 | -0/+4 |
| |\ \ | | |/ | | | | | | | Harald Oehlmann (Thanks!) | ||||
| | * | Handle the (unlikely) case that the file is deleted in between. Suggested by ↵ | jan.nijtmans | 2013-03-19 | 1 | -0/+4 |
| | | | | | | | | | | | | Harald Oehlmann (Thanks!) | ||||
* | | | [Bug 3608360]: Incompatible behaviour of "file exists". | jan.nijtmans | 2013-03-19 | 1 | -5/+17 |
|\ \ \ | |/ / | |||||
| * | | [Bug 2893771]: file stat fails on locked files on win32. | jan.nijtmans | 2013-03-19 | 1 | -5/+17 |
| |\ \ | | |/ | |||||
| | * | make sure that [file stat] returns the right data, even for locked files. | jan.nijtmans | 2013-03-19 | 1 | -0/+6 |
| | | | |||||
| | * | [Bug 2893771]: file stat fails on locked files on win32. | jan.nijtmans | 2013-03-19 | 1 | -5/+11 |
| | | | |||||
* | | | Back out bug fix for [Bug 2893771], because it was the cause of the regression. | jan.nijtmans | 2013-03-19 | 1 | -24/+5 |
| | | | |||||
* | | | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h> | jan.nijtmans | 2013-02-10 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>. | jan.nijtmans | 2013-02-10 | 1 | -1/+0 |
| | | | |||||
* | | | [Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" to | dgp | 2013-02-05 | 1 | -0/+12 |
|\ \ \ | |/ / | | | | be normalized, even when no "A:" drive is present on the system. | ||||
| * | | [Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" to | dgp | 2013-02-05 | 1 | -0/+12 |
| |\ \ | | |/ | | | | be normalized, even when no "A:" drive is present on the system. | ||||
| | * | Fix for Bug 3603434.bug_3603434 | dgp | 2013-02-05 | 1 | -0/+12 |
| | | | |||||
| | * | Backported [Bug 2882342]: correct struct _REPARSE_DATA_BUFFER in tcl 8.4 | jan.nijtmans | 2013-01-09 | 1 | -15/+16 |
| | | | |||||
* | | | revert [8abba84224], and make sure that every source file that uses ↵ | jan.nijtmans | 2013-01-17 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h | ||||
| * | | revert [8abba84224], and make sure that every source file that uses ↵ | jan.nijtmans | 2013-01-17 | 1 | -1/+1 |
| | | | | | | | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h | ||||
* | | | [Bug 3092089]: [file normalize] can remove path components. | jan.nijtmans | 2013-01-08 | 1 | -5/+6 |
|\ \ \ | |/ / | | | | [Bug 3587096] win vista/7: "can't find init.tcl" when called via junction. | ||||
| * | | [Bug 3092089]: [file normalize] can remove path components. | jan.nijtmans | 2013-01-08 | 1 | -5/+6 |
| |\ \ | | |/ | | | | [Bug 3587096] win vista/7: "can't find init.tcl" when called via junction. | ||||
| | * | [Bug 3092089]: [file normalize] can remove path components. | jan.nijtmans | 2013-01-08 | 1 | -5/+6 |
| | |\ | | | | | | | | | [Bug 3587096] win vista/7: "can't find init.tcl" when called via junction. | ||||
| | | * | new attempt for better fixbug_3092089 | jan.nijtmans | 2013-01-08 | 1 | -11/+6 |
| | | | | |||||
| | | * | suggested fix for Bug 3092089: [file normalize] can remove path component, | jan.nijtmans | 2013-01-03 | 1 | -0/+6 |
| | |/ | |/| | | | | and for Bug 3587096: startup error message when exe in folder with junction with limited rights | ||||
| | * | tclStubInit.c: move up #undef, so it is clear that this | jan.nijtmans | 2012-04-04 | 1 | -3/+3 |
| | | | | | | | | | | | | macro is conflicting with another definition in this file. Fix some other gcc warnings | ||||
| | * | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-20 | 1 | -60/+0 |
| | | | | | | | | | (backported from Tcl 8.5) | ||||
* | | | eliminate unnecessary TEXT() macros | jan.nijtmans | 2012-09-23 | 1 | -1/+1 |
| | | | |||||
* | | | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 1 | -6/+6 |
| | | | |||||
* | | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -7/+7 |
| | | | |||||
* | | | Restored the possibility to define a panicproc as | jan.nijtmans | 2012-06-22 | 1 | -0/+10 |
| | | | | | | | | | low memory handler See: [#1446864] | ||||
* | | | * generic/tclUtil.c (TclDStringToObj): Added internal function to make | dkf | 2012-04-25 | 1 | -5/+1 |
| | | | | | | | | | | | | the fairly-common operation of converting a DString into an Obj a more efficient one. | ||||
* | | | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-15 | 1 | -62/+0 |
|\ \ \ | |/ / | |||||
| * | | x | jan.nijtmans | 2012-03-15 | 1 | -62/+0 |
| | | | |||||
* | | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2012-03-12 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2012-03-12 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2012-03-12 | 1 | -2/+2 |
| | | | |||||
| | * | 2974459,2879351,1951574,1852572,1661378,1613456 Revisions to the NativeAccess() | dgp | 2012-02-02 | 1 | -24/+46 |
| | |\ | | |/ | |/| | | | | | | | | | | routine that queries file permissions on Windows native filesystems. Meant to fix numerous bugs where [file writable|readable|executable] "lies" about what operations are possible, especially when the file resides on a Samba share. Patch cherrypicked off the fix-win-native-access branch. | ||||
* | | | inverted logic | dgp | 2012-02-02 | 1 | -1/+1 |
| | | | |||||
* | | | 2974459,2879351,1951574,1852572,1661378,1613456 Revisions to the NativeAccess() | dgp | 2012-02-02 | 1 | -25/+47 |
|\ \ \ | |/ / | | | | | | | | | | routine that queries file permissions on Windows native filesystems. Meant to fix numerous bugs where [file writable|readable|executable] "lies" about what operations are possible, especially when the file resides on a Samba share. | ||||
| * | | merge to bugfix branch | dgp | 2012-01-24 | 1 | -4/+0 |
| |\ \ | |||||
| * | | | Contributed patch aiming to fix [file writable] problems on Windows & Samba. | dgp | 2012-01-11 | 1 | -20/+45 |
| |/ / | |||||
* | | | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only) | jan.nijtmans | 2011-11-22 | 1 | -3/+0 |
|\ \ \ | |/ / | |||||
| * | | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only) | jan.nijtmans | 2011-11-22 | 1 | -3/+0 |
| |\ \ | | |/ | |||||
| | * | [Bug 2935503]: Windows: file mtime sets wrong time | jan.nijtmans | 2011-11-22 | 1 | -0/+1 |
| | | | |||||
* | | | [Bug 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | [Bug 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | [Bug 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 1 | -3/+3 |
| | | | |||||
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
| | | | | | | | | | | | | n mingw, sys/stat.h must be included before winsock2.h, so make sure of that | ||||
| * | | Oops, tclWinFile.c was not supposed to be checked in | jan.nijtmans | 2011-08-15 | 1 | -3/+3 |
| | | | |||||
| * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -3/+3 |
| |\ \ | | |/ |