summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix the problem properlydkf2024-05-173-139/+157
|
* Starting to clean up the mess. The extra frame info can have the same ↵dkf2024-05-173-74/+120
| | | | lifespan as the method itself.
* Apply an emergency workarounddkf2024-05-162-2/+8
|
* Make sure we're looking for the right resultsdkf2024-05-161-1/+1
|
* Test that hits [87271f7cd6] reasonably preciselydkf2024-05-161-0/+40
|
* issue [10aa8403d064439f]: make command `testsize` platform-independent ↵sebres2024-05-102-23/+23
| | | | (covers constraint time64bit for unix too)
* Fix [3c26dec71e]: TCLX_y_TM_PATH - unspecified behaviour - change with 90b1rcjan.nijtmans2024-05-051-2/+2
|\
| * Possible solution for [3c26dec71e]: TCLX_y_TM_PATH - unspecified behaviour - ↵jan.nijtmans2024-05-041-1/+1
| | | | | | | | change with 90b1rc
| * [unknown] only calls shell command in interactive tclsh sessionsmjanssen2024-05-031-1/+1
| |\
| | * [unknown] only calls shell command in interactive tclsh sessionsmjanssen2024-05-021-1/+1
| | |
| * | Fix [a5f4a7aed8] - tcl::tm::path auto_index entryapnadkarni2024-05-031-1/+1
| |/
| * Better fix for [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNINGjan.nijtmans2024-05-023-15/+19
| |\
| | * Better fix for [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNINGjan.nijtmans2024-05-023-24/+30
| | |\
| | | * Would checking for __STRICT_ANSI__ help?jan.nijtmans2024-05-021-1/+1
| | | |
| | | * Add runtime PANIC when Tcl_GetBoolFromObj() violates size-restrictions, and ↵jan.nijtmans2024-05-021-9/+15
| | | | | | | | | | | | | | | | compile-time checks are disabled with by using -std=c99
| | | * Check for C11 before using _Static_assertjan.nijtmans2024-04-301-1/+1
| | | |
| * | | Make sure to forward-declare "struct addrinfo". Some compilers don't like ↵jan.nijtmans2024-05-021-0/+1
| |\ \ \ | | |/ / | | | | | | | | doing that in a parameter-list
| | * | Make sure to forward-declare "struct addrinfo". Some compilers don't like ↵jan.nijtmans2024-05-021-0/+1
| | |\ \ | | | | | | | | | | | | | | | doing that in a parameter-list
| * | \ \ Merge 8.7oehhar2024-05-021-3/+0
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Ticket [cab08bbf04]: document "scan %llu" as validoehhar2024-05-021-3/+0
| | | |
| * | | Eliminate warnings in tclTest(Obj).c, caused by our -Wc++-compat flag.jan.nijtmans2024-04-292-0/+4
| |\ \ \ | | |/ /
| | * | Eliminate warnings in tclTest(Obj).c, caused by our -Wc++-compat flag.jan.nijtmans2024-04-292-0/+4
| | | |
| * | | One missing TCL_NORETURNjan.nijtmans2024-04-291-2/+2
| |\ \ \ | | |/ /
| | * | Tcl_MainEx() never returns, so it should be TCL_NORETURN as well.jan.nijtmans2024-04-294-6/+6
| | |\ \
| * | \ \ Eliminate (internal) TclpExit(), which is just the same as exit()jan.nijtmans2024-04-294-7/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.6jan.nijtmans2024-04-297-10/+27
| | |\ \ \
| * | | | | Remove outdated commentjan.nijtmans2024-04-281-4/+0
| | | | | |
| * | | | | Fix clang warning:jan.nijtmans2024-04-272-6/+6
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | tclWinTime.c:84:6: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces] {0, 0}, ^~~~ { }
| | * | | | Fix clang warning:jan.nijtmans2024-04-272-6/+6
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tclWinTime.c:84:6: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces] {0, 0}, ^~~~ { }
| * | \ \ \ \ This construct doens't work on MSVCjan.nijtmans2024-04-271-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | This construct doens't work on MSVCjan.nijtmans2024-04-271-1/+1
| | | | | | |
| * | | | | | Fix [9a8ce8af3d] - test suite hang in io-28.6apnadkarni2024-04-271-11/+20
| |\ \ \ \ \ \
| | * | | | | | Fix test for [9a8ce8af3d]apnadkarni2024-04-261-11/+20
| |/ / / / / /
| * | | | | | Fix [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNINGjan.nijtmans2024-04-261-1/+3
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Fix [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNINGjan.nijtmans2024-04-261-1/+3
| | |\ \ \ \ \
| | | * | | | | Slightly betterjan.nijtmans2024-04-261-1/+1
| | | | | | | |
| | | * | | | | Proposed fix for [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNINGjan.nijtmans2024-04-261-1/+3
| | |/ / / / / | |/| | | | |
| * | | | | | Fix dict performance bug: Remove abstractlist extension from dict objtype.griffin2024-04-252-179/+8
| |\ \ \ \ \ \
| | * | | | | | Remove abstractlist extension from dict objtype.griffin2024-04-222-179/+8
| | | | | | | |
| * | | | | | | Fix for [ef23a85ac6]: Tcl_PanicProc - Tcl9 & NaviServer.jan.nijtmans2024-04-254-22/+22
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Fix for [ef23a85ac6]: Tcl_PanicProc - Tcl9 & NaviServer.jan.nijtmans2024-04-256-49/+32
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Rebase to 9.0jan.nijtmans2024-04-254-22/+22
| | | |\ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | | * | | | | | Rebase to 9.0jan.nijtmans2024-04-255-23/+23
| | | |\ \ \ \ \ \
| | | | * | | | | | Better keep Tcl_ConsolePanic as it was (with TCL_NORETURN)jan.nijtmans2024-04-242-2/+16
| | | | | | | | | |
| | | | * | | | | | Improve use of TCL_NORETURN, so no unnecessary warnings are produced any morejan.nijtmans2024-04-243-30/+16
| | | | | | | | | |
| | | | * | | | | | Missing "_" in __declspecjan.nijtmans2024-04-231-1/+1
| | | | | | | | | |
| | | | * | | | | | Still one TCL_NORETURN1 too muchjan.nijtmans2024-04-231-1/+1
| | | | | | | | | |
| | | | * | | | | | Possible fix for [ef23a85ac6]: Tcl_PanicProc - Tcl9 & NaviServerjan.nijtmans2024-04-234-9/+9
| | | | | | | | | |
| * | | | | | | | | Make it more clear that TclpThreadExit() and Tcl_ExitThread() are ↵jan.nijtmans2024-04-253-3/+3
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | / / / / / / / | | |/ / / / / / / | |/| | | | | | | TCL_NORETURN too
| | * | | | | | | Make it more clear that TclpThreadExit() and Tcl_ExitThread() are ↵jan.nijtmans2024-04-253-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TCL_NORETURN too.