Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the problem properly | dkf | 2024-05-17 | 3 | -139/+157 |
| | |||||
* | Starting to clean up the mess. The extra frame info can have the same ↵ | dkf | 2024-05-17 | 3 | -74/+120 |
| | | | | lifespan as the method itself. | ||||
* | Apply an emergency workaround | dkf | 2024-05-16 | 2 | -2/+8 |
| | |||||
* | Make sure we're looking for the right results | dkf | 2024-05-16 | 1 | -1/+1 |
| | |||||
* | Test that hits [87271f7cd6] reasonably precisely | dkf | 2024-05-16 | 1 | -0/+40 |
| | |||||
* | issue [10aa8403d064439f]: make command `testsize` platform-independent ↵ | sebres | 2024-05-10 | 2 | -23/+23 |
| | | | | (covers constraint time64bit for unix too) | ||||
* | Fix [3c26dec71e]: TCLX_y_TM_PATH - unspecified behaviour - change with 90b1rc | jan.nijtmans | 2024-05-05 | 1 | -2/+2 |
|\ | |||||
| * | Possible solution for [3c26dec71e]: TCLX_y_TM_PATH - unspecified behaviour - ↵ | jan.nijtmans | 2024-05-04 | 1 | -1/+1 |
| | | | | | | | | change with 90b1rc | ||||
| * | [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 | ||||
| * | \ \ | Merge 8.7 | oehhar | 2024-05-02 | 1 | -3/+0 |
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | |||||
| | * | | Ticket [cab08bbf04]: document "scan %llu" as valid | oehhar | 2024-05-02 | 1 | -3/+0 |
| | | | | |||||
| * | | | 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 |
| | |\ \ | |||||
| * | \ \ | 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 |
| | |\ \ \ | |||||
| * | | | | | 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}, ^~~~ { } | ||||
| * | \ \ \ \ | 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 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Make it more clear that TclpThreadExit() and Tcl_ExitThread() are ↵ | jan.nijtmans | 2024-04-25 | 3 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | / / / / / / / | | |/ / / / / / / | |/| | | | | | | | TCL_NORETURN too | ||||
| | * | | | | | | | Make it more clear that TclpThreadExit() and Tcl_ExitThread() are ↵ | jan.nijtmans | 2024-04-25 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TCL_NORETURN too. |