| Commit message (Expand) | Author | Age | Files | Lines |
* | One more TCL_UNUSED() usage | jan.nijtmans | 2024-12-04 | 1 | -3/+1 |
|
|
* | merge 8.7: avoid unneeded (but expensive) path normalization for several file... | sebres | 2024-09-17 | 1 | -2/+2 |
|\ |
|
| * | merge 8.6 (fix attempt for [02d5d65d70adab97], however the small bottleneck i... | sebres | 2024-09-17 | 1 | -2/+2 |
| |\ |
|
| | * | even if cwd is non native, but path is not relative we can safely use transla... | sebres | 2024-09-13 | 1 | -2/+2 |
|
|
* | | | Fix [6a8c5833c9]: NTFS alternate data streams (ADS) no longer readable writable | jan.nijtmans | 2024-08-18 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix [6a8c5833c9]: NTFS alternate data streams (ADS) no longer readable writable | jan.nijtmans | 2024-08-18 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Fix [6a8c5833c9]: NTFS alternate data streams (ADS) no longer readable writable | jan.nijtmans | 2024-08-18 | 1 | -1/+1 |
|
|
| | * | Make TclGlob() a static function. Sentinel/indenting/comment improvements (al... | jan.nijtmans | 2024-05-28 | 1 | -6/+6 |
|
|
| | * | TCL_NORETURN1 is empty for extensions, just not for Tcl and Tk builds. Why? B... | jan.nijtmans | 2024-04-29 | 1 | -2/+1 |
|
|
* | | | Fix [7be97a6859]: Reviewing chan.n changes | jan.nijtmans | 2024-06-19 | 1 | -53/+53 |
|\ \ \
| |/ / |
|
| * | | Fix [7be97a6859]: Reviewing chan.n changes | jan.nijtmans | 2024-06-19 | 1 | -53/+53 |
| |\ \
| |/ /
|/| | |
|
| * | | Merge 8.6 | jan.nijtmans | 2024-04-29 | 1 | -2/+7 |
| |\ \
| | |/ |
|
| | * | Fix [43b0656605]: MS Windows: files with emojis are found by glob but not rec... | jan.nijtmans | 2023-09-13 | 1 | -4/+10 |
|
|
| | * | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -4/+4 |
|
|
| | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -1/+1 |
|
|
| | * | Fix a few -Wconversion warnings | jan.nijtmans | 2023-03-07 | 1 | -37/+37 |
|
|
| * | | Fix for [ef23a85ac6]: Tcl_PanicProc - Tcl9 & NaviServer. | jan.nijtmans | 2024-04-25 | 1 | -12/+2 |
| |\ \ |
|
* | | | | Backout the "dullest commit ever" (not my words ....). It breaks the build.
| jan.nijtmans | 2024-05-14 | 1 | -74/+73 |
|
|
* | | | | Clean up a lot of small whitespace issues
| dkf | 2024-05-13 | 1 | -73/+74 |
| |/ /
|/| | |
|
* | | | Few more spacing/formatting tweaks | jan.nijtmans | 2024-03-20 | 1 | -20/+18 |
|\ \ \
| |/ / |
|
| * | | (backport) more spacing/formatting tweaks. For now, macosx/unix/win only. | jan.nijtmans | 2024-03-20 | 1 | -19/+17 |
|
|
* | | | more spacing/formatting tweaks | dkf | 2024-03-19 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 (Some Tcl_GetStringFromObj -> TclGetStringFromObj internal changes) | jan.nijtmans | 2024-03-19 | 1 | -5/+5 |
|\ \ \
| |/ / |
|
| * | | Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windows | jan.nijtmans | 2024-03-19 | 1 | -13/+13 |
|
|
* | | | Fix indentation/brace usage style issues | dkf | 2024-03-19 | 1 | -2/+2 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2023-10-19 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2023-05-09 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Remove useless type-casts. Backport some changes from 9.0 | jan.nijtmans | 2023-05-09 | 1 | -5/+5 |
|
|
* | | | More size_t -> Tcl_Size changes, which were missed before. Also (experimental... | jan.nijtmans | 2023-04-26 | 1 | -5/+5 |
|
|
* | | | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -4/+4 |
|
|
| * | | Fix [f3cb2a32d6]: uninitialized value in format-2.18. Also remove repeated ca... | jan.nijtmans | 2023-03-07 | 1 | -1/+0 |
|
|
* | | | More -Wconversion warning fixes | jan.nijtmans | 2023-03-08 | 1 | -10/+10 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2023-03-06 | 1 | -16/+15 |
|\ \ \
| |/ / |
|
| * | | Tcl_WinTCharToUtf() is deprecated, so use Tcl_WCharToUtfDString() in stead. | jan.nijtmans | 2023-03-06 | 1 | -18/+16 |
|
|
* | | | Merge 8.7: Bug [9c5a00c69d]. Fix ~user on Windows | apnadkarni | 2023-03-05 | 1 | -38/+33 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6: Bug [9c5a00c69d]. Fix ~user on Windows | apnadkarni | 2023-03-05 | 1 | -38/+35 |
| |\ \
| | |/ |
|
| | * | Bug [9c5a00c69d]. Tilde expansion on Windows | apnadkarni | 2023-03-04 | 1 | -38/+35 |
|
|
* | | | Unbreak Windows build. More int -> size_t, being able to handle longer strings | jan.nijtmans | 2022-11-25 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2022-11-24 | 1 | -26/+26 |
|\ \ \
| |/ / |
|
| * | | Use some more TCL_INDEX_NONE and Tcl_Size | jan.nijtmans | 2022-11-24 | 1 | -24/+23 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2022-11-20 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N... | jan.nijtmans | 2022-11-20 | 1 | -1/+1 |
| |\ \
| | |/ |
|
* | | | Merge 8.7 | jan.nijtmans | 2022-07-19 | 1 | -11/+11 |
|\ \ \
| |/ / |
|
| * | | Make a start converting -1 -> TCL_INDEX_NONE where appropriate | jan.nijtmans | 2022-07-19 | 1 | -11/+11 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2021-06-21 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2021-06-21 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Change a lot of url's (as far as possible) from http:// to https:// | jan.nijtmans | 2021-06-21 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2021-04-15 | 1 | -1/+0 |
|\ \ \
| |/ / |
|