summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2021-06-211-1/+1
|\
| * Change a lot of url's (as far as possible) from http:// to https://jan.nijtmans2021-06-211-1/+1
* | Merge 8.6jan.nijtmans2021-04-151-1/+0
|\ \ | |/
| * Fix [85d1fa7d07]: Duplicate file extension check in [file executable] on Windowsjan.nijtmans2021-04-151-1/+0
| |\
| | * Fix [85d1fa7d07]: Duplicate file extension check in [file executable] on Wind...jan.nijtmans2021-04-151-1/+0
* | | TclWinConvertError -> Tcl_WinConvertErrorjan.nijtmans2021-03-091-23/+23
* | | Merge 8.6. Fix Cygwin compilejan.nijtmans2021-02-231-1/+1
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2021-02-231-1/+1
| |\ \ | | |/
| | * Revise buffer-sizes used in GetModuleFileNameW() calls. Available buffer-size...jan.nijtmans2021-02-231-1/+1
| | * Remove EXECUTE flag for tclWinFile.c. More eol-spacing cleanup (keeping tes...jan.nijtmans2019-06-261-0/+0
* | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-081-6/+6
* | | Merge 8.7jan.nijtmans2020-12-261-2/+2
|\ \ \
| * \ \ Merge 8.6jan.nijtmans2020-12-231-3/+3
| |\ \ \ | | |/ /
| | * | Fix testcase for [548cd945d6]: Consistant error-code if creating link fails o...jan.nijtmans2020-12-231-3/+3
* | | | TIP #592 implementation: Stop support for Windows XP, Server 2003, Vista, Ser...jan.nijtmans2020-12-161-6/+1
|/ / /
* | | Merge 8.6jan.nijtmans2020-12-161-4/+14
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-12-131-1/+1
| |\ \
| * \ \ Merge 8.6. Get CreateSymbolicLinkW symbol from kernel32.dll, since Windows XP...jan.nijtmans2020-12-111-4/+10
| |\ \ \ | | |/ /
| * | | RFE 548cd945d6: symlinks for Windows 10jan.nijtmans2020-12-101-4/+9
* | | | Merge 8.6jan.nijtmans2020-12-101-3/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Tweak: account for terminating '\0'jan.nijtmans2020-12-101-1/+1
| * | | Potential fix for [ed5be77734]: win: "comx:" not recognized as serial port.jan.nijtmans2020-12-101-2/+3
| |/ /
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | | 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