summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Bring over bug fixes from trunk to get releasedcore-9-0-b2dgp2024-05-173-117/+133
|\
| * Proper fix for [87271f7cd6]. Structures relating to [info frame] in a method ...dkf2024-05-173-117/+102
| |\
| | * Proper fix for [87271f7cd6]. Structures relating to [info frame] in a method ...dkf2024-05-173-117/+102
| | |\
| | | * Remove the band-aiddkf2024-05-171-6/+1
| | | * Fix the problem properlydkf2024-05-172-103/+56
| | | * Starting to clean up the mess. The extra frame info can have the same lifespa...dkf2024-05-172-54/+91
| * | | Apply emergency workaround for [87271f7cd6]; not fixed yet, but no longer cra...dkf2024-05-161-1/+6
| |\ \ \ | | |/ /
| | * | Apply emergency workaround for [87271f7cd6]; not fixed yet, but no longer cra...dkf2024-05-161-1/+6
| | |\ \ | | | |/
| | | * Apply an emergency workarounddkf2024-05-161-1/+6
| | * | (backport): Funcs without args must explicitly take voidjan.nijtmans2024-05-101-2/+2
| * | | Add code commentsdkf2024-05-161-0/+7
| * | | Fix the bug; [info class methods -private] regression with TIP 500dkf2024-05-161-6/+25
| * | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-1481-2540/+2386
| * | | silence warning (implicit-fallthrough)sebres2024-05-131-0/+2
| * | | Clean up a lot of small whitespace issues dkf/to-redodkf2024-05-1382-2590/+2755
| * | | More whitespace cleanupdkf2024-05-1046-393/+312
| * | | Funcs without args must explicitly take void dkf2024-05-101-1/+1
| * | | Code style fixes dkf2024-05-102-703/+724
| * | | Code style cleanupdkf2024-05-102-575/+619
* | | | silence warning (implicit-fallthrough)dgp2024-05-141-0/+1
* | | | Funcs without args must explicitly take voiddgp2024-05-141-1/+1
|/ / /
* | | closes [10aa8403d064439f]: merge 8.7, restore time64bit constraint (all platf...sebres2024-05-101-0/+23
|\ \ \ | |/ /
| * | merge 8.6sebres2024-05-101-0/+23
| |\ \ | | |/
| | * issue [10aa8403d064439f]: make command `testsize` platform-independent (cover...sebres2024-05-101-0/+23
* | | Tidy up the zlib code a bit dkf2024-05-091-386/+430
* | | Merge 8.7jan.nijtmans2024-05-081-1/+1
|\ \ \ | |/ /
| * | Add some typecasts, remove duplicate "memset", remove some spacing.jan.nijtmans2024-05-081-1/+1
* | | merge 8.7sebres2024-05-071-10/+10
|\ \ \ | |/ /
| * | more simplificationssebres2024-05-071-10/+10
* | | merge 8.7sebres2024-05-071-29/+36
|\ \ \ | |/ /
| * | 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-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 c...jan.nijtmans2024-05-021-9/+15
| | * | Check for C11 before using _Static_assertjan.nijtmans2024-04-301-1/+1
* | | | Make sure to forward-declare "struct addrinfo". Some compilers don't like doi...jan.nijtmans2024-05-021-0/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | 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
|\ \ \ | |/ /
| * | 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? B...jan.nijtmans2024-04-295-18/+12
* | | Eliminate (internal) TclpExit(), which is just the same as exit()jan.nijtmans2024-04-291-2/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-04-293-5/+7
| |\ \ | | |/
| | * Missing TCL_NORETURN for Tcl_ExitThread() (and TclpThreadExit()). Backported ...jan.nijtmans2024-04-297-24/+24
* | | Remove outdated commentjan.nijtmans2024-04-281-4/+0