summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Fix clang warning:jan.nijtmans2024-04-272-6/+6
| | |\ \ \ \ \
| * | \ \ \ \ \ 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 TCL_NORETUR...jan.nijtmans2024-04-253-3/+3
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | | | / / / / / / / / | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | Make it more clear that TclpThreadExit() and Tcl_ExitThread() are TCL_NORETUR...jan.nijtmans2024-04-253-3/+3
| * | | | | | | | | Merge 8.7 (Tcl_ConsolePanic() should be TCL_NORETURN)jan.nijtmans2024-04-252-5/+5
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | (cherry-pick): Fix building of libtclzip for out-of-source buildsjan.nijtmans2024-04-251-4/+6
| | * | | | | | | | Tcl_ConsolePanic() is TCL_NORETURN, not TCL_NORETURN1. Merge 8.6jan.nijtmans2024-04-242-2/+2
| | |\ \ \ \ \ \ \ \
| * | | | | | | | | | Fix building of libtclzip for out-of-source buildsapnadkarni2024-04-251-4/+6
| | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Only use Tcl_TomMath_InitStubs() when TCL_WITH_EXTERNAL_TOMMATH is not definedjan.nijtmans2024-04-221-1/+3
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Only use Tcl_TomMath_InitStubs() when TCL_WITH_EXTERNAL_TOMMATH is not definedjan.nijtmans2024-04-221-0/+2
| * | | | | | | | | Fix [6eb8d79cb8]: segfault in obj-34.1jan.nijtmans2024-04-221-1/+4
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Fix [6eb8d79cb8]: segfault in obj-34.1jan.nijtmans2024-04-224-61/+66
| | |\ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ Consolidate channel documentation. close, puts etc. manpages now just referen...apnadkarni2024-04-2212-1061/+361
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Done with consolidating chan related docs except chan copyapnadkarni2024-04-114-95/+46
| | * | | | | | | | | | Start on consolidating chan related docsapnadkarni2024-04-1010-955/+299
| | * | | | | | | | | | Create new branch named "apn-chan-docs"apnadkarni2024-04-100-0/+0
| * | | | | | | | | | | Merge 8.7oehhar2024-04-221-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | / / / / / / | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Ticket [00b3e5dea8]: "info comdtype" return value "native" created by "Tcl_Cr...oehhar2024-04-221-1/+1
| * | | | | | | | | | TIP #692: Revise Tcl_GetAliasObj, remove Tcl_GetAlias()jan.nijtmans2024-04-216-159/+111
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Rebase to 9.0jan.nijtmans2024-04-195-123/+72
| | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Rebase to 9.0jan.nijtmans2024-04-095-114/+67
| | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | Move new Tcl_GetAliasObj() to slot 285 (old slot was used for Tcl_FreeResult(...jan.nijtmans2024-04-093-22/+19
| | | | * | | | | | | | | | Rebase to 9.0jan.nijtmans2024-04-095-106/+62
| | | | |\ \ \ \ \ \ \ \ \ \