summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
Commit message (Expand)AuthorAgeFilesLines
* Mount ALL zipfs archives before ANY library searchescore-apn-early-zipfs-mountsapnadkarni2025-08-271-2/+12
* merge 8.6 to 9.0: amend to [61c01e0edb08a9ed], more cases for increment ref-c...sebres2025-07-211-8/+16
|\
| * merge 8.5 to 8.6: amend to [61c01e0edb08a9ed], more cases for increment ref-c...sebres2025-07-211-8/+16
| |\
| | * amend to [61c01e0edb08a9ed], more cases for increment ref-count with use-afte...sebres2025-07-211-8/+17
* | | merge 8.6 to 9.0: fixes [61c01e0edb08a9ed] (TclpMatchInDirectory, windows onl...sebres2025-07-181-0/+4
|\ \ \ | |/ /
| * | merge 8.5 to 8.6: fixes [61c01e0edb08a9ed] (TclpMatchInDirectory, windows onl...sebres2025-07-181-0/+4
| |\ \ | | |/
| | * fixes [61c01e0edb08a9ed] (TclpMatchInDirectory, windows only), increment ref-...sebres2025-07-181-0/+4
| | * Add FALLTHRU markers, to help GCC emit less false warningsjan.nijtmans2021-08-231-6/+6
* | | One more TCL_UNUSED() usagejan.nijtmans2024-12-041-3/+1
* | | merge 8.7: avoid unneeded (but expensive) path normalization for several file...sebres2024-09-171-2/+2
|\ \ \
| * \ \ merge 8.6 (fix attempt for [02d5d65d70adab97], however the small bottleneck i...sebres2024-09-171-2/+2
| |\ \ \ | | |/ /
| | * | even if cwd is non native, but path is not relative we can safely use transla...sebres2024-09-131-2/+2
* | | | 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 (al...jan.nijtmans2024-05-281-6/+6
| | * | TCL_NORETURN1 is empty for extensions, just not for Tcl and Tk builds. Why? B...jan.nijtmans2024-04-291-2/+1
* | | | 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 rec...jan.nijtmans2023-09-131-4/+10
| | * | Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-4/+4
| | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-1/+1
| | * | 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
* | | | | Clean up a lot of small whitespace issues dkf2024-05-131-73/+74
| |/ / / |/| | |
* | | | 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
* | | | 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 (experimental...jan.nijtmans2023-04-261-5/+5
* | | | Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-4/+4
|\ \ \ \ | |/ / /
| * | | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-4/+4
| * | | Fix [f3cb2a32d6]: uninitialized value in format-2.18. Also remove repeated ca...jan.nijtmans2023-03-071-1/+0
* | | | 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