summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
Commit message (Collapse)AuthorAgeFilesLines
* One more TCL_UNUSED() usagejan.nijtmans2024-12-041-3/+1
|
* merge 8.7: avoid unneeded (but expensive) path normalization for several ↵sebres2024-09-171-2/+2
|\ | | | | | | | | file subsystem commands and operations; closes [02d5d65d70adab97] and probably [411f52ed87e313dd49e2]
| * merge 8.6 (fix attempt for [02d5d65d70adab97], however the small bottleneck ↵sebres2024-09-171-2/+2
| |\ | | | | | | | | | is still visible)
| | * even if cwd is non native, but path is not relative we can safely use ↵sebres2024-09-131-2/+2
| | | | | | | | | | | | | | | translated path instead of normalized path; fixes file access regression [02d5d65d70adab97]
* | | Fix [6a8c5833c9]: NTFS alternate data streams (ADS) no longer readable writablejan.nijtmans2024-08-181-1/+1
|\ \ \ | |/ /
| * | Fix [6a8c5833c9]: NTFS alternate data streams (ADS) no longer readable writablejan.nijtmans2024-08-181-1/+1
| |\ \ | | |/
| | * Fix [6a8c5833c9]: NTFS alternate data streams (ADS) no longer readable writablejan.nijtmans2024-08-181-1/+1
| | |
| | * Make TclGlob() a static function. Sentinel/indenting/comment improvements ↵jan.nijtmans2024-05-281-6/+6
| | | | | | | | | | | | (all backported from 8.7)
| | * TCL_NORETURN1 is empty for extensions, just not for Tcl and Tk builds. Why? ↵jan.nijtmans2024-04-291-2/+1
| | | | | | | | | | | | Backport changing this from 8.7/9.0
* | | Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-191-53/+53
|\ \ \ | |/ /
| * | Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-191-53/+53
| |\ \ | |/ / |/| |
| * | Merge 8.6jan.nijtmans2024-04-291-2/+7
| |\ \ | | |/
| | * Fix [43b0656605]: MS Windows: files with emojis are found by glob but not ↵jan.nijtmans2023-09-131-4/+10
| | | | | | | | | | | | recognized by file exists or open
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-4/+4
| | | | | | | | | corrections in history.tcl and tcltest.test.
| | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it ↵jan.nijtmans2023-03-301-1/+1
| | | | | | | | | | | | on other platforms either.
| | * Fix a few -Wconversion warningsjan.nijtmans2023-03-071-37/+37
| | |
| * | Fix for [ef23a85ac6]: Tcl_PanicProc - Tcl9 & NaviServer.jan.nijtmans2024-04-251-12/+2
| |\ \
* | | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-74/+73
| | | | | | | | | | | | JN: Many of those changes are actually good, but there are too many changes to be able to search for a bug somewhere. Feel free to re-apply, after assuring it's really only whitespace changes. (my advise: do that after 9.0b2)
* | | | Clean up a lot of small whitespace issues dkf2024-05-131-73/+74
| |/ / |/| | | | | This is the dullest commit ever. Sorry.
* | | Few more spacing/formatting tweaksjan.nijtmans2024-03-201-20/+18
|\ \ \ | |/ /
| * | (backport) more spacing/formatting tweaks. For now, macosx/unix/win only.jan.nijtmans2024-03-201-19/+17
| | |
* | | more spacing/formatting tweaksdkf2024-03-191-1/+1
| | |
* | | Merge 8.7 (Some Tcl_GetStringFromObj -> TclGetStringFromObj internal changes)jan.nijtmans2024-03-191-5/+5
|\ \ \ | |/ /
| * | Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windowsjan.nijtmans2024-03-191-13/+13
| | | | | | | | | (cherry-pick): Fix indentation/brace usage style issues
* | | Fix indentation/brace usage style issuesdkf2024-03-191-2/+2
| | |
* | | Merge 8.7jan.nijtmans2023-10-191-1/+1
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-1/+1
| | |
* | | Merge 8.7jan.nijtmans2023-05-091-1/+1
|\ \ \ | |/ /
| * | Remove useless type-casts. Backport some changes from 9.0jan.nijtmans2023-05-091-5/+5
| | |
* | | More size_t -> Tcl_Size changes, which were missed before. Also ↵jan.nijtmans2023-04-261-5/+5
| | | | | | | | | | | | (experimental) make the wrapper macro's produce compiler warnings is Tcl_Size is not used.
* | | Correct spelling errors in comments and documentation, but also a ↵pooryorick2023-04-121-4/+4
|\ \ \ | |/ / | | | | | | non-comment corrections in history.tcl and tcltest.test.
| * | 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()
* | | More -Wconversion warning fixesjan.nijtmans2023-03-081-10/+10
| | |
* | | Merge 8.7jan.nijtmans2023-03-061-16/+15
|\ \ \ | |/ /
| * | Tcl_WinTCharToUtf() is deprecated, so use Tcl_WCharToUtfDString() in stead.jan.nijtmans2023-03-061-18/+16
| | |
* | | Merge 8.7: Bug [9c5a00c69d]. Fix ~user on Windowsapnadkarni2023-03-051-38/+33
|\ \ \ | |/ /
| * | Merge 8.6: Bug [9c5a00c69d]. Fix ~user on Windowsapnadkarni2023-03-051-38/+35
| |\ \ | | |/
| | * Bug [9c5a00c69d]. Tilde expansion on Windowsapnadkarni2023-03-041-38/+35
| | |
* | | Unbreak Windows build. More int -> size_t, being able to handle longer stringsjan.nijtmans2022-11-251-1/+1
| | |
* | | Merge 8.7jan.nijtmans2022-11-241-26/+26
|\ \ \ | |/ /
| * | Use some more TCL_INDEX_NONE and Tcl_Sizejan.nijtmans2022-11-241-24/+23
| | |
* | | Merge 8.7jan.nijtmans2022-11-201-1/+1
|\ \ \ | |/ /
| * | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no ↵jan.nijtmans2022-11-201-1/+1
| |\ \ | | |/ | | | | | | NO votes expected)
* | | Merge 8.7jan.nijtmans2022-07-191-11/+11
|\ \ \ | |/ /
| * | Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-191-11/+11
| | |
* | | Merge 8.7jan.nijtmans2021-06-211-1/+1
|\ \ \ | |/ /
| * | 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.7jan.nijtmans2021-04-151-1/+0
|\ \ \ | |/ /