summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-09-281-3/+1
|\
| * Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-281-3/+1
* | TCL_UNUSED for win sources.dgp2020-03-091-2/+1
* | Merge 8.7jan.nijtmans2019-12-081-3/+4
|\ \
| * \ Merge 8.6jan.nijtmans2019-12-041-3/+4
| |\ \ | | |/
| | * Use the right encoding when converting (Unicode) messages regarding socket er...jan.nijtmans2019-12-041-37/+32
| | * Make tclWinFile compile warningless using -DTCL_UTF_MAX=6 (not officially sup...jan.nijtmans2019-11-131-4/+4
| * | Fix executable flagjan.nijtmans2019-12-011-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
| * | | | | | Backout [0f2870649c804dd8], since testcase encoding-2.2 failsjan.nijtmans2019-10-241-3/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge 8.6.jan.nijtmans2019-10-231-1/+3
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | / | | |_|_|_|/ | |/| | | |
* | | | | | More Win32 API impovals.jan.nijtmans2019-09-201-1/+1
* | | | | | 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
* | | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-1/+2
|\ \ \ \ \ | |/ / / /
* | | | | Merge tip-548jan.nijtmans2019-08-111-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ...jan.nijtmans2019-08-031-15/+15
* | | | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-25/+40
|\ \ \ \ \ | |/ / / /
| * | | | 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
| | |_|/ | |/| |
* | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-21/+21
| |/ / |/| |
* | | 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
* | | 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
* | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NTjan.nijtmans2019-03-111-64/+64
* | | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ...jan.nijtmans2019-03-101-10/+10
* | | Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work o...jan.nijtmans2019-03-071-16/+16
* | | Fix "executable" flag for many files (now really!)jan.nijtmans2018-11-071-0/+0
* | | Implement TIP 445dkf2018-11-061-0/+0
|\ \ \
| * \ \ merge 8.7dgp2018-10-181-21/+8
| |\ \ \
| * \ \ \ merge 8.7dgp2018-06-041-18/+49
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2018-05-111-19/+39
| |\ \ \ \ \
| * \ \ \ \ \ merge trunkdgp2017-08-181-1/+1
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge 8.6jan.nijtmans2018-10-301-0/+9
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |