summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
Commit message (Expand)AuthorAgeFilesLines
* Fix executable flagjan.nijtmans2019-12-011-0/+0
|\
| * Fix executable flagjan.nijtmans2019-12-011-0/+0
* | merge 8.7dgp2019-11-261-0/+0
|\ \ | |/
| * merge 8.7dgp2019-11-071-3/+4
| |\
| * \ merge 8.7dgp2019-09-201-42/+42
| |\ \
| * \ \ merge 8.7dgp2019-09-161-25/+40
| |\ \ \
| * \ \ \ merge 8.7dgp2019-08-261-14/+14
| |\ \ \ \
* | \ \ \ \ Merge 8.7jan.nijtmans2019-11-071-3/+4
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Rewrite documentation of IO subsystem.pooryorick2019-11-061-3/+4
* | | | | | Merge 8.7jan.nijtmans2019-10-241-3/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Backout [0f2870649c804dd8], since testcase encoding-2.2 failsjan.nijtmans2019-10-241-3/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge 8.7jan.nijtmans2019-10-231-1/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.6.jan.nijtmans2019-10-231-1/+3
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | / | | |_|_|_|/ | |/| | | |
* | | | | | Merge 8.7jan.nijtmans2019-09-191-42/+42
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2019-09-191-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit.jan.nijtmans2019-09-191-16/+6
| * | | | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ...jan.nijtmans2019-09-191-41/+41
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w...jan.nijtmans2019-09-181-106/+106
* | | | | Merge 8.7jan.nijtmans2019-09-141-25/+40
|\ \ \ \ \ | |/ / / /
| * | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ...jan.nijtmans2019-08-031-15/+15
| * | | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive...jan.nijtmans2019-07-111-15/+15
| * | | | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-051-15/+15
| * | | | Merge 8.7jan.nijtmans2019-06-291-14/+14
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m...jan.nijtmans2019-06-031-25/+40
| | |_|/ | |/| |
* | | | Fix [4718b41c56d8c135] for win32. Now timestamps on Win32 can be > 19 january...jan.nijtmans2019-07-051-7/+7
* | | | Merge 8.7jan.nijtmans2019-06-291-14/+14
|\ \ \ \ | | |/ / | |/| |
| * | | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway...jan.nijtmans2019-06-291-14/+14
| * | | Merge 8.6jan.nijtmans2019-06-261-0/+0
| |\ \ \ | | |/ / | |/| / | | |/
| | * UNEXEC win/tclWinFile.cjan.nijtmans2019-06-261-0/+0
| | * restore userenv, used in 8.6sebres2019-06-251-0/+1
| | * merge 8.5sebres2019-06-251-1/+0
| | |\
| | | * fixed build with MSVC 6.0sebres2019-06-251-1/+0
* | | | UNEXEC win/tclWinFile.cjan.nijtmans2019-06-261-0/+0
* | | | merge 8.7dgp2019-05-031-107/+200
|\ \ \ \ | |/ / /
| * | | merge 8.6dgp2019-05-031-108/+201
| |\ \ \ | | |/ /
| | * | Minor code style cleanup.dkf2019-04-231-108/+201
| | * | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-o...jan.nijtmans2019-03-071-5/+5
* | | | Merge 8.7jan.nijtmans2019-03-111-64/+64
|\ \ \ \ | |/ / /
| * | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NTjan.nijtmans2019-03-111-64/+64
* | | | Merge 8.7jan.nijtmans2019-03-101-5/+7
|\ \ \ \ | |/ / /
| * | | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ...jan.nijtmans2019-03-101-10/+10
* | | | Merge 8.7jan.nijtmans2019-03-081-8/+6
|\ \ \ \ | |/ / /
| * | | Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work o...jan.nijtmans2019-03-071-16/+16
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-4/+6
* | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-12/+10
|\ \ \ \ | |/ / /
| * | | Fix "executable" flag for many files (now really!)jan.nijtmans2018-11-071-0/+0
| * | | Implement TIP 445dkf2018-11-061-0/+0
| |\ \ \
* | | | | Remove "nostub" entries, which are no longer used. See also TIP #512. jan.nijtmans2018-11-151-0/+0
* | | | | Implement TIP 445dgp2018-11-131-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | merge 8.7dgp2018-10-181-21/+8
| |\ \ \ \