summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
Commit message (Expand)AuthorAgeFilesLines
* Support cross-compiling Tcl for 'Win32 on ARM' using Visual Studio.Joe Mistachkin2017-08-131-1/+1
* Another attempt to fix the two executable flags.jan.nijtmans2017-04-121-0/+0
* Allow additional optional "interp" argument for testinterpresolver command. N...jan.nijtmans2016-09-051-4/+4
* Fix compiler warnings (const-ness and unused label) that did not show up ashok2016-07-101-2/+1
* Bugfix [9ece99d58b]. Make exec understand .CMD files on Windows.ashok2016-07-091-1/+0
* Bugfix [3613671]. file owned implementation for Windows.ashok2016-07-091-1/+65
* Bugfix [ae61a67192]. file {stat, type, size} etc. support for built-in specia...ashok2016-07-091-10/+33
* Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable on Windows.ashok2016-07-071-1/+3
* Decorate Tcl_Exit() and Tcl_SetExitProc()'s argument with TCL_NORETURN as app...jan.nijtmans2015-10-081-2/+1
* Fix [b42a851475]: file normalize ~user returns wrong directory on Windowsjan.nijtmans2015-10-061-5/+14
|\
| * Fix [b42a851475]: file normalize ~user returns wrong directory on Windowsjan.nijtmans2015-10-061-7/+23
* | Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further ...panic_noreturnjan.nijtmans2015-09-221-2/+2
* | Fix [0df7a1ec2674a76a]: unix/tclUnixFile.c: return value of call to TclpGetCw...jan.nijtmans2015-08-251-1/+1
|\ \ | |/
* | Fix bug [f00009f7ce]: memory (object) leaks in TclNativeCreateNativeRep for w...sebres2015-07-301-7/+17
* | Fix bug [f00009f7ce]: memory (object) leaks in TclNativeCreateNativeRep for w...sebres2015-07-301-7/+3
* | Open linked folder shared on Windows - Patch [19ea026e43]oehhar2015-04-231-1/+1
|\ \ | |/
| * Open linked folder shared on Windows - Patch [19ea026e43]oehhar2015-04-231-1/+1
* | Improve documentation on the use of com ports (remove references to Windows 9...jan.nijtmans2014-11-131-2/+2
|\ \ | |/
| * Improve documentation on the use of com ports (remove references to Windows 9...jan.nijtmans2014-11-131-2/+2
* | Extend WinIsReserved() to recognize COM[5-9]: as valid com ports as well. Pre...jan.nijtmans2014-10-311-3/+3
|\ \ | |/
| * Extend WinIsReserved() to recognize COM[5-9]: as valid com ports as well.jan.nijtmans2014-10-311-2/+2
* | When translating a reserved devicename to native pathname, strip ':' postfix....jan.nijtmans2014-10-311-5/+9
|\ \ | |/
| * When translating a reserved devicename to native pathname, strip ':' postfix....jan.nijtmans2014-10-311-1/+4
* | Addition of a cast in tclWinFile.c to match types in a comparison, andandreask2014-08-011-1/+1
* | Fix [3cdcfa40809ffd2b9d3d71f77dc57da615243730|3cdcfa4080]: tclWinFile.c does ...jan.nijtmans2014-07-171-2/+3
* | Minor bug-fix in [3118489] implementation: NUL in filenames. Filenames starti...jan.nijtmans2014-05-151-6/+5
|\ \ | |/
| * Fix [3118489]: NUL in filenames. (On Windows, protect against invalid use of ...jan.nijtmans2014-05-151-2/+61
* | More efficient/robust implementation of function TclNativeCreateNativeRep(). rfe_3389978jan.nijtmans2014-05-081-46/+63
* | Start working on [3389978]. Appears to work, but some clean-up needed.jan.nijtmans2014-05-061-2/+30
* | Fix [3118489]: NUL in filenames, now fixed for both Windows and UNIX. jan.nijtmans2014-04-111-0/+9
* | Fix [3118489] for Windows only: NUL in filenames. This allows various charact...jan.nijtmans2014-04-111-3/+5
* | [792641f95b]: Normalized win32 paths should never contain backslash.jan.nijtmans2014-04-101-9/+7
|\ \ | |/
| * [792641f95b]: Normalized win32 paths should never contain backslash.jan.nijtmans2014-04-101-9/+6
* | Eliminate a lot of dead code (for Windows 95/98/ME only). jan.nijtmans2013-06-191-312/+152
* | Better place to put vsnprintf switch, so it is usable by all *.c files. jan.nijtmans2013-06-181-4/+0
* | Fix [42b8083613]jan.nijtmans2013-06-171-0/+4
* | Silence various warnings when doing a 64-bit build with MSVC: Those warnings ...jan.nijtmans2013-06-121-1/+1
|\ \ | |/
* | Slightly more correct: If FindFirstFile() fails, the error should be "no such...jan.nijtmans2013-03-201-1/+1
|\ \ | |/
| * Slightly more correct: If FindFirstFile() fails, the error should be "no such...jan.nijtmans2013-03-201-1/+1
| |\
| | * 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
|\ \ \ | |/ /
| * | Handle the (unlikely) case that the file is deleted in between. Suggested by ...jan.nijtmans2013-03-191-0/+4
| |\ \ | | |/
| | * Handle the (unlikely) case that the file is deleted in between. Suggested by ...jan.nijtmans2013-03-191-0/+4
* | | [Bug 3608360]: Incompatible behaviour of "file exists".jan.nijtmans2013-03-191-5/+17
|\ \ \ | |/ /
| * | [Bug 2893771]: file stat fails on locked files on win32.jan.nijtmans2013-03-191-5/+17
| |\ \ | | |/
| | * 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
* | | Back out bug fix for [Bug 2893771], because it was the cause of the regression.jan.nijtmans2013-03-191-24/+5
* | | 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