| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve documentation on the use of com ports (remove references to Windows 9... | jan.nijtmans | 2014-11-13 | 1 | -2/+2 |
|\ |
|
| * | Improve documentation on the use of com ports (remove references to Windows 9... | jan.nijtmans | 2014-11-13 | 1 | -2/+2 |
|
|
* | | Extend WinIsReserved() to recognize COM[5-9]: as valid com ports as well. Pre... | jan.nijtmans | 2014-10-31 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Extend WinIsReserved() to recognize COM[5-9]: as valid com ports as well. | jan.nijtmans | 2014-10-31 | 1 | -2/+2 |
|
|
* | | When translating a reserved devicename to native pathname, strip ':' postfix.... | jan.nijtmans | 2014-10-31 | 1 | -5/+9 |
|\ \
| |/ |
|
| * | When translating a reserved devicename to native pathname, strip ':' postfix.... | jan.nijtmans | 2014-10-31 | 1 | -1/+4 |
|
|
* | | Addition of a cast in tclWinFile.c to match types in a comparison, and | andreask | 2014-08-01 | 1 | -1/+1 |
|
|
* | | Fix [3cdcfa40809ffd2b9d3d71f77dc57da615243730|3cdcfa4080]: tclWinFile.c does ... | jan.nijtmans | 2014-07-17 | 1 | -2/+3 |
|
|
* | | Minor bug-fix in [3118489] implementation: NUL in filenames. Filenames starti... | jan.nijtmans | 2014-05-15 | 1 | -6/+5 |
|\ \
| |/ |
|
| * | Fix [3118489]: NUL in filenames. (On Windows, protect against invalid use of ... | jan.nijtmans | 2014-05-15 | 1 | -2/+61 |
|
|
* | | More efficient/robust implementation of function TclNativeCreateNativeRep(). rfe_3389978 | jan.nijtmans | 2014-05-08 | 1 | -46/+63 |
|
|
* | | Start working on [3389978]. Appears to work, but some clean-up needed. | jan.nijtmans | 2014-05-06 | 1 | -2/+30 |
|
|
* | | Fix [3118489]: NUL in filenames, now fixed for both Windows and UNIX. | jan.nijtmans | 2014-04-11 | 1 | -0/+9 |
|
|
* | | Fix [3118489] for Windows only: NUL in filenames. This allows various charact... | jan.nijtmans | 2014-04-11 | 1 | -3/+5 |
|
|
* | | [792641f95b]: Normalized win32 paths should never contain backslash. | jan.nijtmans | 2014-04-10 | 1 | -9/+7 |
|\ \
| |/ |
|
| * | [792641f95b]: Normalized win32 paths should never contain backslash. | jan.nijtmans | 2014-04-10 | 1 | -9/+6 |
|
|
* | | Eliminate a lot of dead code (for Windows 95/98/ME only). | jan.nijtmans | 2013-06-19 | 1 | -312/+152 |
|
|
* | | Better place to put vsnprintf switch, so it is usable by all *.c files. | jan.nijtmans | 2013-06-18 | 1 | -4/+0 |
|
|
* | | Fix [42b8083613] | jan.nijtmans | 2013-06-17 | 1 | -0/+4 |
|
|
* | | Silence various warnings when doing a 64-bit build with MSVC: Those warnings ... | jan.nijtmans | 2013-06-12 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Slightly more correct: If FindFirstFile() fails, the error should be "no such... | jan.nijtmans | 2013-03-20 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Slightly more correct: If FindFirstFile() fails, the error should be "no such... | jan.nijtmans | 2013-03-20 | 1 | -1/+1 |
| |\ |
|
| | * | Slightly more correct: If FindFirstFile() fails, the error should be "no such... | jan.nijtmans | 2013-03-20 | 1 | -1/+1 |
|
|
* | | | Handle the (unlikely) case that the file is deleted in between. Suggested by ... | jan.nijtmans | 2013-03-19 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | Handle the (unlikely) case that the file is deleted in between. Suggested by ... | jan.nijtmans | 2013-03-19 | 1 | -0/+4 |
| |\ \
| | |/ |
|
| | * | Handle the (unlikely) case that the file is deleted in between. Suggested by ... | jan.nijtmans | 2013-03-19 | 1 | -0/+4 |
|
|
* | | | [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 |
|\ \ \
| |/ / |
|
| * | | [Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" to | dgp | 2013-02-05 | 1 | -0/+12 |
| |\ \
| | |/ |
|
| | * | 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 Tcl_StatB... | jan.nijtmans | 2013-01-17 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | revert [8abba84224], and make sure that every source file that uses Tcl_StatB... | jan.nijtmans | 2013-01-17 | 1 | -1/+1 |
|
|
* | | | [Bug 3092089]: [file normalize] can remove path components. | jan.nijtmans | 2013-01-08 | 1 | -5/+6 |
|\ \ \
| |/ / |
|
| * | | [Bug 3092089]: [file normalize] can remove path components. | jan.nijtmans | 2013-01-08 | 1 | -5/+6 |
| |\ \
| | |/ |
|
| | * | [Bug 3092089]: [file normalize] can remove path components. | jan.nijtmans | 2013-01-08 | 1 | -5/+6 |
| | |\ |
|
| | | * | 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 |
| | |/
| |/| |
|
| | * | tclStubInit.c: move up #undef, so it is clear that this | jan.nijtmans | 2012-04-04 | 1 | -3/+3 |
|
|
| | * | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-20 | 1 | -60/+0 |
|
|
* | | | 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 |
|
|