summaryrefslogtreecommitdiffstats
path: root/win/tclWinFCmd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-3/+3
|\
* \ Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ | |/
| * Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | Merge 8.7jan.nijtmans2020-10-131-2/+2
|\ \ | |/
| * Merge 8.6jan.nijtmans2020-10-131-2/+2
| |\
| | * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-1/+1
| | * Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-1/+1
* | | Merge 8.7jan.nijtmans2020-03-221-14/+14
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-221-14/+14
| |\ \ | | |/
| | * Even more uppercase HEX representations in source-codejan.nijtmans2020-03-221-14/+14
* | | merge 8.7dgp2020-03-171-1/+1
|\ \ \ | |/ /
| * | TIP 569 - remove lint commentsdgp2020-03-171-1/+1
* | | merge 8.7dgp2020-03-091-8/+3
|\ \ \ | |/ /
| * | TCL_UNUSED for win sources.dgp2020-03-091-8/+3
* | | Merge 8.7jan.nijtmans2020-02-281-9/+14
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2019-09-191-62/+62
| |\ \
| * \ \ Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-0/+5
| |\ \ \
| * \ \ \ Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-21/+33
| |\ \ \ \
| * | | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-9/+9
* | | | | | Merge 8.7jan.nijtmans2019-09-191-62/+62
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ...jan.nijtmans2019-09-191-62/+62
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | * | | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w...jan.nijtmans2019-09-181-123/+123
* | | | | Merge 8.7jan.nijtmans2019-09-141-21/+33
|\ \ \ \ \ | |/ / / /
| * | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ...jan.nijtmans2019-08-031-19/+19
| | |_|/ | |/| |
| * | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive...jan.nijtmans2019-07-111-19/+19
| * | | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-051-19/+19
| * | | Merge 8.7jan.nijtmans2019-06-291-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m...jan.nijtmans2019-06-031-21/+33
* | | | Merge 8.7jan.nijtmans2019-06-291-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway...jan.nijtmans2019-06-291-1/+1
| |/ /
* | | Merge 8.7dkf2019-05-251-0/+115
|\ \ \ | |/ /
| * | Fix crashing bug in tempdir name creationfvogel2019-05-131-1/+1
| * | Let branch compile with MSVC 2008fvogel2019-05-131-3/+2
| * | Implementation of [file tempdir]; hand-tested on OSX...dkf2019-04-301-6/+21
| * | Windows implementation of TclpCreateTemporaryDirectorydkf2019-04-301-0/+101
* | | Merge 8.7jan.nijtmans2019-04-011-1/+1
|\ \ \ | |/ /
| * | Modify testbytestring such that is only produces pure byte-arrays, if not it ...jan.nijtmans2019-04-011-1/+1
* | | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin...jan.nijtmans2019-03-131-2/+2
* | | Merge 8.7jan.nijtmans2019-03-111-47/+47
|\ \ \ | |/ /
| * | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NTjan.nijtmans2019-03-111-47/+47
| * | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ...jan.nijtmans2019-03-101-6/+7
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-6/+7
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-5/+5
|\ \ \ | |/ /
* | | TIP #494 implementation: More use of size_t in Tcl 9jan.nijtmans2018-10-081-2/+2
|\ \ \ | |/ / |/| |
| * | merge trunkjan.nijtmans2018-10-061-4/+3
| |\ \
| * \ \ merge trunkjan.nijtmans2018-10-041-1/+1
| |\ \ \
| * | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-2/+2
| |/ / /
* | | | Merge 8.6 jan.nijtmans2018-10-081-2/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
* | | merge 8.6dgp2018-10-051-4/+3
|\ \ \ | |/ / | | / | |/ |/|
| * Fix wrong usage of Tcl_WinTCharToUtf() contract: nativePath should never be N...jan.nijtmans2018-10-051-4/+3