Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More conventional Markdown | dgp | 2024-05-14 | 1 | -65/+65 |
| | |||||
* | merge trunk | dgp | 2024-05-03 | 7 | -20/+22 |
|\ | |||||
| * | [unknown] only calls shell command in interactive tclsh sessions | mjanssen | 2024-05-03 | 1 | -1/+1 |
| |\ | |||||
| | * | [unknown] only calls shell command in interactive tclsh sessions | mjanssen | 2024-05-02 | 1 | -1/+1 |
| | | | |||||
| * | | Fix [a5f4a7aed8] - tcl::tm::path auto_index entry | apnadkarni | 2024-05-03 | 1 | -1/+1 |
| |/ | |||||
| * | Better fix for [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNING | jan.nijtmans | 2024-05-02 | 3 | -15/+19 |
| |\ | |||||
| | * | Better fix for [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNING | jan.nijtmans | 2024-05-02 | 3 | -24/+30 |
| | |\ | |||||
| | | * | Would checking for __STRICT_ANSI__ help? | jan.nijtmans | 2024-05-02 | 1 | -1/+1 |
| | | | | |||||
| | | * | Add runtime PANIC when Tcl_GetBoolFromObj() violates size-restrictions, and ↵ | jan.nijtmans | 2024-05-02 | 1 | -9/+15 |
| | | | | | | | | | | | | | | | | compile-time checks are disabled with by using -std=c99 | ||||
| | | * | Check for C11 before using _Static_assert | jan.nijtmans | 2024-04-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | Make sure to forward-declare "struct addrinfo". Some compilers don't like ↵ | jan.nijtmans | 2024-05-02 | 1 | -0/+1 |
| |\ \ \ | | |/ / | | | | | | | | | doing that in a parameter-list | ||||
| | * | | Make sure to forward-declare "struct addrinfo". Some compilers don't like ↵ | jan.nijtmans | 2024-05-02 | 1 | -0/+1 |
| | |\ \ | | | | | | | | | | | | | | | | doing that in a parameter-list | ||||
| | | * | | Remove COMPAT==0 part, no longer makes sense. More code-cleanup, backported ↵ | jan.nijtmans | 2024-05-02 | 2 | -158/+76 |
| | | | | | | | | | | | | | | | | | | | | from 8.7 | ||||
| | | * | | Ticket [cab08bbf04]: document "format %llu" as invalid | oehhar | 2024-05-02 | 1 | -0/+3 |
| | | | | | |||||
| | | * | | Make sure to forward-declare "struct addrinfo". Some compilers don't like ↵ | jan.nijtmans | 2024-05-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | doing that in a parameter-list. | ||||
| * | | | | Merge 8.7 | oehhar | 2024-05-02 | 1 | -3/+0 |
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | |||||
| | * | | Ticket [cab08bbf04]: document "scan %llu" as valid | oehhar | 2024-05-02 | 1 | -3/+0 |
| | | | | |||||
* | | | | merge trunk | dgp | 2024-04-29 | 22 | -367/+88 |
|\ \ \ \ | |/ / / | | | | | | | | | First pass on changes file items pulled from release notes. Probably needs Markdown conformance work | ||||
| * | | | Eliminate warnings in tclTest(Obj).c, caused by our -Wc++-compat flag. | jan.nijtmans | 2024-04-29 | 2 | -0/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | Eliminate warnings in tclTest(Obj).c, caused by our -Wc++-compat flag. | jan.nijtmans | 2024-04-29 | 2 | -0/+4 |
| | | | | |||||
| * | | | One missing TCL_NORETURN | jan.nijtmans | 2024-04-29 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Tcl_MainEx() never returns, so it should be TCL_NORETURN as well. | jan.nijtmans | 2024-04-29 | 4 | -6/+6 |
| | |\ \ | | | |/ | |||||
| | | * | TCL_NORETURN1 is empty for extensions, just not for Tcl and Tk builds. Why? ↵ | jan.nijtmans | 2024-04-29 | 7 | -23/+13 |
| | | | | | | | | | | | | | | | | Backport changing this from 8.7/9.0 | ||||
| * | | | Eliminate (internal) TclpExit(), which is just the same as exit() | jan.nijtmans | 2024-04-29 | 4 | -7/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 8.6 | jan.nijtmans | 2024-04-29 | 7 | -10/+27 |
| | |\ \ | | | |/ | |||||
| | | * | Missing TCL_NORETURN for Tcl_ExitThread() (and TclpThreadExit()). Backported ↵ | jan.nijtmans | 2024-04-29 | 10 | -55/+54 |
| | | | | | | | | | | | | | | | | from 8.7/9.0. | ||||
| * | | | Remove outdated comment | jan.nijtmans | 2024-04-28 | 1 | -4/+0 |
| | | | | |||||
| * | | | Fix clang warning: | jan.nijtmans | 2024-04-27 | 2 | -6/+6 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | tclWinTime.c:84:6: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces] {0, 0}, ^~~~ { } | ||||
| | * | | Fix clang warning: | jan.nijtmans | 2024-04-27 | 2 | -6/+6 |
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | tclWinTime.c:84:6: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces] {0, 0}, ^~~~ { } | ||||
| | | * | Fix clang warning: | jan.nijtmans | 2024-04-26 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | tclWinTime.c:84:6: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces] {0, 0}, ^~~~ { } | ||||
| | | * | typo | jan.nijtmans | 2024-04-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | This construct doens't work on MSVC | jan.nijtmans | 2024-04-27 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | This construct doens't work on MSVC | jan.nijtmans | 2024-04-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix [9a8ce8af3d] - test suite hang in io-28.6 | apnadkarni | 2024-04-27 | 1 | -11/+20 |
| |\ \ \ | |||||
| | * | | | Fix test for [9a8ce8af3d] | apnadkarni | 2024-04-26 | 1 | -11/+20 |
| |/ / / | |||||
| * | | | Fix [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNING | jan.nijtmans | 2024-04-26 | 1 | -1/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNING | jan.nijtmans | 2024-04-26 | 1 | -1/+3 |
| | |\ \ | |||||
| | | * | | Slightly better | jan.nijtmans | 2024-04-26 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Proposed fix for [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNING | jan.nijtmans | 2024-04-26 | 1 | -1/+3 |
| | |/ / | |/| | | |||||
| * | | | Fix dict performance bug: Remove abstractlist extension from dict objtype. | griffin | 2024-04-25 | 2 | -179/+8 |
| |\ \ \ | |||||
| | * | | | Remove abstractlist extension from dict objtype. | griffin | 2024-04-22 | 2 | -179/+8 |
| | | | | | |||||
| * | | | | Fix for [ef23a85ac6]: Tcl_PanicProc - Tcl9 & NaviServer. | jan.nijtmans | 2024-04-25 | 4 | -22/+22 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Fix for [ef23a85ac6]: Tcl_PanicProc - Tcl9 & NaviServer. | jan.nijtmans | 2024-04-25 | 6 | -49/+32 |
| | |\ \ \ | |||||
| | | * \ \ | Rebase to 9.0 | jan.nijtmans | 2024-04-25 | 4 | -22/+22 |
| | | |\ \ \ | | |/ / / / | |/| | | | | |||||
| | | * | | | Rebase to 9.0 | jan.nijtmans | 2024-04-25 | 5 | -23/+23 |
| | | |\ \ \ | |||||
| | | | * | | | Better keep Tcl_ConsolePanic as it was (with TCL_NORETURN) | jan.nijtmans | 2024-04-24 | 2 | -2/+16 |
| | | | | | | | |||||
| | | | * | | | Improve use of TCL_NORETURN, so no unnecessary warnings are produced any more | jan.nijtmans | 2024-04-24 | 3 | -30/+16 |
| | | | | | | | |||||
| | | | * | | | Missing "_" in __declspec | jan.nijtmans | 2024-04-23 | 1 | -1/+1 |
| | | | | | | | |||||
| | | | * | | | Still one TCL_NORETURN1 too much | jan.nijtmans | 2024-04-23 | 1 | -1/+1 |
| | | | | | | | |||||
| | | | * | | | Possible fix for [ef23a85ac6]: Tcl_PanicProc - Tcl9 & NaviServer | jan.nijtmans | 2024-04-23 | 4 | -9/+9 |
| | | | | | | |