summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
Commit message (Collapse)AuthorAgeFilesLines
* Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-191-11/+11
|
* 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 ↵jan.nijtmans2021-04-151-1/+0
| | | | | | | | | | | | Windows. It looks like checking for "ps1" is a mistake.
* | | 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 ↵jan.nijtmans2021-02-231-1/+1
| | | | | | | | | | | | buffer-size reported to GetModuleFileNameW() was not always accurate
| | * Remove EXECUTE flag for tclWinFile.c. More eol-spacing cleanup (keeping ↵jan.nijtmans2019-06-261-0/+0
| | | | | | | | | | | | tests-pref/* among other the same in multiple branches)
* | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we ↵jan.nijtmans2021-01-081-6/+6
| | | | | | | | | | | | | | | stopped support for MSVC 6++ Change Tcl_WideInt -> long long in various places: Tcl_WideInt could be a 128-bit type, we don't want that everywhere.
* | | 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 ↵jan.nijtmans2020-12-231-3/+3
| | | | | | | | | | | | | | | | on all platforms. On Win10 disable the testcase, because latest Win10 in "Developer Mode" _can_ create symbolic links to files.
* | | | TIP #592 implementation: Stop support for Windows XP, Server 2003, Vista, ↵jan.nijtmans2020-12-161-6/+1
|/ / / | | | | | | | | | Server 2008
* | | 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 ↵jan.nijtmans2020-12-111-4/+10
| |\ \ \ | | |/ / | | | | | | | | XP doesn't have it
| * | | 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
| |/ / | | | | | | (concluded from code inspection, not tested yet)
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵jan.nijtmans2020-12-081-1/+1
| | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | | 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 ↵jan.nijtmans2019-12-041-37/+32
| | | | | | | | | | | | | | | | errors on Windows. Some code cleanup in win/tclWinfile.c.
| | * | Make tclWinFile compile warningless using -DTCL_UTF_MAX=6 (not officially ↵jan.nijtmans2019-11-131-4/+4
| | | | | | | | | | | | | | | | supported, but used by Androwish)
| * | | 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
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | / / | | |_|_|_|/ / | |/| | | | | Also unbreak windows build, broken since [0f2870649c804dd8].
* | | | | | | 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
| |\ \ \ \ \ \ | | |/ / / / / | | | | | / / | | |_|_|/ / | |/| | | | -DUNICODE)
| | * | | | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since ↵jan.nijtmans2019-09-181-106/+106
| | | | | | | | | | | | | | | | | | | | | | | | we are impicitly compiling with -DUNICODE
* | | | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ↵jan.nijtmans2019-09-051-1/+2
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | Windows) without -Wunused-parameters warnings
* | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | the same, but more consistent.
* | | | | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ↵jan.nijtmans2019-08-031-25/+40
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | c++) Als finish implementaton for MacOSX