summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless type-casts. Backport some changes from 9.0jan.nijtmans2023-05-091-5/+5
|
* Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-4/+4
| | | corrections in history.tcl and tcltest.test.
* Fix [f3cb2a32d6]: uninitialized value in format-2.18. Also remove repeated ↵jan.nijtmans2023-03-071-1/+0
| | | | call to Tcl_DStringInit()
* Tcl_WinTCharToUtf() is deprecated, so use Tcl_WCharToUtfDString() in stead.jan.nijtmans2023-03-061-18/+16
|
* Merge 8.6: Bug [9c5a00c69d]. Fix ~user on Windowsapnadkarni2023-03-051-38/+35
|\
| * Bug [9c5a00c69d]. Tilde expansion on Windowsapnadkarni2023-03-041-38/+35
| |
* | Use some more TCL_INDEX_NONE and Tcl_Sizejan.nijtmans2022-11-241-24/+23
| |
* | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no ↵jan.nijtmans2022-11-201-1/+1
|\ \ | |/ | | | | NO votes expected)
* | 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
|\ \ \ \ \ \ \ | |/ / / / / /