summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge core-8-6-branch. Update outdated comment (cherry-pick ↵jan.nijtmans2017-08-171-1/+1
|\ | | | | | | [d5dec2b0514639f44929cbbba9c4130798a8a54a|d5dec2b051])
| * Support cross-compiling Tcl for 'Win32 on ARM' using Visual Studio.Joe Mistachkin2017-08-131-1/+1
| |
* | merge core-8-6-branchjan.nijtmans2017-04-121-0/+0
|\ \ | |/
| * Another attempt to fix the two executable flags.jan.nijtmans2017-04-121-0/+0
| |
| * Allow additional optional "interp" argument for testinterpresolver command. ↵jan.nijtmans2016-09-051-4/+4
| | | | | | | | | | | | Not used yet in any test-case. Protect panic in tclLiteral.c for possible null-pointer access. (cherry-picked from Gustaf Neuman's interpresolver patch). Eliminate some unecessary spacing.
* | more internal use of size_t (in stead of int)jan.nijtmans2016-11-291-13/+11
| |
* | Don't ever allow UTF-8 sequences of more than 4 characters to be generated ↵jan.nijtmans2016-08-301-4/+4
|\ \ | |/ | | | | | | or parsed, even when TCL_UTF_MAX>4: According to current Unicode standard, a byte string of >4 characters can never form a single UTF-8 character. And a few minor micro-optimizations related to UTF-8 handling.
* | merge 8.6dgp2016-07-101-2/+1
|\ \ | |/
| * Fix compiler warnings (const-ness and unused label) that did not show up ashok2016-07-101-2/+1
| | | | | | in the non-optimized build before last checkin.
* | merge 8.6dgp2016-07-091-12/+98
|\ \ | |/
| * 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 ↵ashok2016-07-091-10/+33
| | | | | | | | special Windows files/devices like CON.
* | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ↵jan.nijtmans2016-07-081-4/+4
|/ | | | in many places where possible.
* 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 ↵jan.nijtmans2015-10-081-2/+1
| | | | | appropriate, as already done with Tcl_Panic() earlier. Fix minor msvc compiler warning in tclWinFile.c
* 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
| | | | | | | | optimizations by the C-compiler.
* | Fix [0df7a1ec2674a76a]: unix/tclUnixFile.c: return value of call to ↵jan.nijtmans2015-08-251-1/+1
|\ \ | |/ | | | | TclpGetCwd in TclpFindExecutable is not checked, variable cwd is used uninitialized.
* | Fix bug [f00009f7ce]: memory (object) leaks in TclNativeCreateNativeRep for ↵sebres2015-07-301-7/+17
| | | | | | | | | | windows platform: missing decrement of refCount, because of confusing differently behavior Tcl_FSGetTranslatedPath vs Tcl_FSGetNormalizedPath.
* | Fix bug [f00009f7ce]: memory (object) leaks in TclNativeCreateNativeRep for ↵sebres2015-07-301-7/+3
| | | | | | | | windows platform (erroneous Tcl_IncrRefCount removed)
* | 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 ↵jan.nijtmans2014-11-131-2/+2
|\ \ | |/ | | | | | | 95, deprecate the use of postfix ':'). Allow lpt[5-9] just as com[5-9], and make sure that path normalization works as expected for ports > 4.
| * Improve documentation on the use of com ports (remove references to Windows ↵jan.nijtmans2014-11-131-2/+2
| | | | | | | | | | 95, deprecate the use of postfix ':'). Allow lpt[5-9] just as com[5-9], and make sure that path normalization works as expected for ports > 4.
* | Extend WinIsReserved() to recognize COM[5-9]: as valid com ports as well. ↵jan.nijtmans2014-10-311-3/+3
|\ \ | |/ | | | | Prevent possible buffer-overflow if COM name ends with ':'.
| * 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 ':' ↵jan.nijtmans2014-10-311-5/+9
|\ \ | |/ | | | | postfix. Possible fix for [dcc03414f5], but anyway a good idea.
| * When translating a reserved devicename to native pathname, strip ':' ↵jan.nijtmans2014-10-311-1/+4
| | | | | | | | postfix. Possible fix for [dcc03414f5], but anyway a good idea.
* | Addition of a cast in tclWinFile.c to match types in a comparison, andandreask2014-08-011-1/+1
| | | | | | | | | | fix of a TRACE string literal in tclExecute.c with a bogus escape. Both would otherwise bug a Windows debug build (where warnings are errors).
* | Fix [3cdcfa40809ffd2b9d3d71f77dc57da615243730|3cdcfa4080]: tclWinFile.c does ↵jan.nijtmans2014-07-171-2/+3
| | | | | | | | not compile with Win VC6
* | Minor bug-fix in [3118489] implementation: NUL in filenames. Filenames ↵jan.nijtmans2014-05-151-6/+5
|\ \ | |/ | | | | starting with <drive>: but without a following slash should be considered volume-relative i.e. the ':' is valid here.
| * Fix [3118489]: NUL in filenames. (On Windows, protect against invalid use of ↵jan.nijtmans2014-05-151-2/+61
| | | | | | | | ':' in filenames as well)
* | More efficient/robust implementation of function TclNativeCreateNativeRep(). rfe_3389978jan.nijtmans2014-05-081-46/+63
| | | | | | | | | | | | - No more intermediate results in a Tcl_DString, just allocate space directly. - Let MultiByteToWideChar() do all the difficult work, inclusive checking for invalid byte sequences. - Handled extended win32 paths, inclusive UNC paths. Implementation for a great deal taken over from fossil.
* | 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
| | | | | | For consistancy, any NUL character in a filename prevents the native filesystem to generate a native file representation for it. Other filesystems than the native one may still accept it, but it's not recommended.
* | Fix [3118489] for Windows only: NUL in filenames. This allows various ↵jan.nijtmans2014-04-111-3/+5
| | | | | | | | characters to be used in win32 filenames which are normally invalid, as described here: [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-specialchars]. The Cygwin shell can handle those same filenames as well. In other shells (cmd.exe/mSys) or on the Windows desktop the filenames will look strange, but that's all.
* | [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
| | | | | | Eliminate all usage of TclWinSetInterfaces(), which does exactly the same as TclpSetInterfaces(), but keep exported symbol and stub entry.
* | Better place to put vsnprintf switch, so it is usable by all *.c files. jan.nijtmans2013-06-181-4/+0
| | | | | | Fix comment on _ANSI_ARGS_ which is no longer true since 8.6.
* | 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
|\ \ | |/ | | | | | | can only _really_ be fixed in "novem" (so, don't silence them there). Use vsnprintf (more portable) in stead of _vsnprintf, except on MSVC
* | Slightly more correct: If FindFirstFile() fails, the error should be "no ↵jan.nijtmans2013-03-201-1/+1
|\ \ | |/ | | | | such file or directory" (ENOENT) not "permission denied" (EACCES).
| * Slightly more correct: If FindFirstFile() fails, the error should be "no ↵jan.nijtmans2013-03-201-1/+1
| |\ | | | | | | | | | such file or directory" (ENOENT) not "permission denied" (EACCES).
| | * Slightly more correct: If FindFirstFile() fails, the error should be "no ↵jan.nijtmans2013-03-201-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.nijtmans2013-03-191-0/+4
|\ \ \ | |/ / | | | | | | Harald Oehlmann (Thanks!)
| * | Handle the (unlikely) case that the file is deleted in between. Suggested by ↵jan.nijtmans2013-03-191-0/+4
| |\ \ | | |/ | | | | | | Harald Oehlmann (Thanks!)
| | * Handle the (unlikely) case that the file is deleted in between. Suggested by ↵jan.nijtmans2013-03-191-0/+4
| | | | | | | | | | | | Harald Oehlmann (Thanks!)