summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More conventional Markdowndgp2024-05-141-65/+65
|
* merge trunkdgp2024-05-037-20/+22
|\
| * [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
| | | * | Remove COMPAT==0 part, no longer makes sense. More code-cleanup, backported ↵jan.nijtmans2024-05-022-158/+76
| | | | | | | | | | | | | | | | | | | | from 8.7
| | | * | Ticket [cab08bbf04]: document "format %llu" as invalidoehhar2024-05-021-0/+3
| | | | |
| | | * | 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
| | | |
* | | | merge trunkdgp2024-04-2922-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.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
| | |\ \ | | | |/
| | | * TCL_NORETURN1 is empty for extensions, just not for Tcl and Tk builds. Why? ↵jan.nijtmans2024-04-297-23/+13
| | | | | | | | | | | | | | | | Backport changing this from 8.7/9.0
| * | | Eliminate (internal) TclpExit(), which is just the same as exit()jan.nijtmans2024-04-294-7/+2
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2024-04-297-10/+27
| | |\ \ | | | |/
| | | * Missing TCL_NORETURN for Tcl_ExitThread() (and TclpThreadExit()). Backported ↵jan.nijtmans2024-04-2910-55/+54
| | | | | | | | | | | | | | | | from 8.7/9.0.
| * | | 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}, ^~~~ { }
| | | * Fix clang warning:jan.nijtmans2024-04-261-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | tclWinTime.c:84:6: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces] {0, 0}, ^~~~ { }
| | | * typojan.nijtmans2024-04-261-1/+1
| | | |
| * | | 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
| | | | | | |