| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compiler warnings (const-ness and unused label) that did not show up | ashok | 2016-07-10 | 1 | -2/+1 |
|
|
* | Bugfix [9ece99d58b]. Make exec understand .CMD files on Windows. | ashok | 2016-07-09 | 1 | -1/+0 |
|
|
* | Bugfix [3613671]. file owned implementation for Windows. | ashok | 2016-07-09 | 1 | -1/+65 |
|
|
* | Bugfix [ae61a67192]. file {stat, type, size} etc. support for built-in specia... | ashok | 2016-07-09 | 1 | -10/+33 |
|
|
* | Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable on Windows. | ashok | 2016-07-07 | 1 | -1/+3 |
|
|
* | Decorate Tcl_Exit() and Tcl_SetExitProc()'s argument with TCL_NORETURN as app... | jan.nijtmans | 2015-10-08 | 1 | -2/+1 |
|
|
* | Fix [b42a851475]: file normalize ~user returns wrong directory on Windows | jan.nijtmans | 2015-10-06 | 1 | -5/+14 |
|\ |
|
| * | Fix [b42a851475]: file normalize ~user returns wrong directory on Windows | jan.nijtmans | 2015-10-06 | 1 | -7/+23 |
|
|
* | | Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further ...panic_noreturn | jan.nijtmans | 2015-09-22 | 1 | -2/+2 |
|
|
* | | Fix [0df7a1ec2674a76a]: unix/tclUnixFile.c: return value of call to TclpGetCw... | jan.nijtmans | 2015-08-25 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Fix bug [f00009f7ce]: memory (object) leaks in TclNativeCreateNativeRep for w... | sebres | 2015-07-30 | 1 | -7/+17 |
|
|
* | | Fix bug [f00009f7ce]: memory (object) leaks in TclNativeCreateNativeRep for w... | sebres | 2015-07-30 | 1 | -7/+3 |
|
|
* | | Open linked folder shared on Windows - Patch [19ea026e43] | oehhar | 2015-04-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Open linked folder shared on Windows - Patch [19ea026e43] | oehhar | 2015-04-23 | 1 | -1/+1 |
|
|
* | | 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 |
|
|