summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Add some typecasts, remove duplicate "memset", remove some spacing.jan.nijtmans2024-05-081-1/+1
* more simplificationssebres2024-05-071-10/+10
* code review (optimization by parse of word tokens in clock format)sebres2024-05-071-31/+36
* closes [a858d95f4bfddafb]: adjust word-token pointer after possible reallocsebres2024-05-071-0/+2
* 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 c...jan.nijtmans2024-05-021-9/+15
| * Check for C11 before using _Static_assertjan.nijtmans2024-04-301-1/+1
| * 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
| |\ \
| * \ \ Eliminate (internal) TclpExit(), which is just the same as exit()jan.nijtmans2024-04-291-2/+1
| |\ \ \
| * | | | Remove outdated commentjan.nijtmans2024-04-281-4/+0
| * | | | This construct doens't work on MSVCjan.nijtmans2024-04-271-1/+1
| |\ \ \ \
| * \ \ \ \ Fix [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNINGjan.nijtmans2024-04-261-1/+3
| |\ \ \ \ \
* | \ \ \ \ \ Make sure to forward-declare "struct addrinfo". Some compilers don't like doi...jan.nijtmans2024-05-021-0/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Remove COMPAT==0 part, no longer makes sense. More code-cleanup, backported ...jan.nijtmans2024-05-022-158/+76
| * | | | | | Make sure to forward-declare "struct addrinfo". Some compilers don't like doi...jan.nijtmans2024-05-021-0/+1
* | | | | | | Eliminate warnings in tclTest(Obj).c, caused by our -Wc++-compat flag.jan.nijtmans2024-04-292-0/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | 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? B...jan.nijtmans2024-04-295-18/+12
* | | | | Merge 8.6jan.nijtmans2024-04-293-5/+7
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Missing TCL_NORETURN for Tcl_ExitThread() (and TclpThreadExit()). Backported ...jan.nijtmans2024-04-297-24/+24
* | | | This construct doens't work on MSVCjan.nijtmans2024-04-271-1/+1
| |_|/ |/| |
* | | 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-251-174/+8
| |\ \
| | * | Remove abstractlist extension from dict objtype.griffin2024-04-221-174/+8
| * | | Fix for [ef23a85ac6]: Tcl_PanicProc - Tcl9 & NaviServer.jan.nijtmans2024-04-254-22/+22
| |\ \ \ | |/ / / |/| | |
* | | | Fix for [ef23a85ac6]: Tcl_PanicProc - Tcl9 & NaviServer.jan.nijtmans2024-04-254-30/+29
|\ \ \ \
| * \ \ \ Rebase to 9.0jan.nijtmans2024-04-255-23/+23
| |\ \ \ \
| | * | | | Better keep Tcl_ConsolePanic as it was (with TCL_NORETURN)jan.nijtmans2024-04-241-1/+1
| | * | | | Improve use of TCL_NORETURN, so no unnecessary warnings are produced any morejan.nijtmans2024-04-242-15/+15
| | * | | | 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-251-1/+1
| | | |\ \ \ | | |/ / / / | |/| / / / | |_|/ / / |/| | | |
* | | | | Make it more clear that TclpThreadExit() and Tcl_ExitThread() are TCL_NORETUR...jan.nijtmans2024-04-251-1/+1
| * | | | Merge 8.7 (Tcl_ConsolePanic() should be TCL_NORETURN)jan.nijtmans2024-04-251-3/+3
| |\ \ \ \ | |/ / / / |/| / / / | |/ / /
* | | | Tcl_ConsolePanic() is TCL_NORETURN, not TCL_NORETURN1. Merge 8.6jan.nijtmans2024-04-241-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | __declspec should have double underscore (even though it works with one)jan.nijtmans2024-04-241-1/+1
| | * | 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
|\ \ \ | |/ /
| * | Sync parameter name in tcl.decls with other placesjan.nijtmans2024-04-212-3/+3
| | * TIP #692: Revise Tcl_GetAliasObj, remove Tcl_GetAlias()jan.nijtmans2024-04-215-142/+105
| | |\
| | | * Rebase to 9.0jan.nijtmans2024-04-194-105/+65
| | | |\
| | | | * Rebase to 9.0jan.nijtmans2024-04-094-95/+58
| | | | |\
| | | | | * Move new Tcl_GetAliasObj() to slot 285 (old slot was used for Tcl_FreeResult(...jan.nijtmans2024-04-093-22/+19