summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix [0af9450e56]: test incr-1.31 failsjan.nijtmans2024-08-202-13/+11
* amend to [e2f55d6060] (fix for [7179c6724cd38271]): wideint-type dependencysebres2024-08-121-0/+2
* merge fix for [7179c6724cd38271]: compilation of incr command on wide constan...sebres2024-08-121-2/+9
|\
| * fixes [7179c6724cd38271]: compilation of incr command on wide constant offset...sebres2024-08-121-2/+11
* | Update Unicode tables to version 16 (in BETA, Unicode release will be Sept 10)jan.nijtmans2024-08-112-1123/+1168
* | An imperfect fix for [2da1cb0c80] given that can't do the right thingdkf2024-08-071-8/+21
* | merge 8.6dkf2024-08-0655-1231/+1312
|\ \
| * | Make [self] work inside [$obj eval]. [91b3a5bb14e6e8ae]dkf2024-07-151-1/+2
| * | Stop variable from disappearing by accident when referred to by name. [74b611...dkf2024-07-141-0/+5
| * | Tcl_RegisterObjType() in alphabetical order. Backport some formatting and typ...jan.nijtmans2024-07-031-93/+97
| * | info frame: restored return {type precompiled} in case of no frame informatio...sebres2024-07-021-7/+9
| * | fix crash [0de6c1d79c] more consistently (an error "bad level" for info inste...sebres2024-07-021-25/+5
| * | Fix for [0de6c1d79c] crash (cherry-picked from trunk)sebres2024-07-021-1/+24
| * | typo in commentsebres2024-06-131-1/+1
| * | fixes [1095bf7f756f9aed]: safe ensemble commands will be compiled now in safe...sebres2024-06-131-3/+4
| * | Another round of sentinel fixes for 8.6, NULL -> (char *)NULLjan.nijtmans2024-05-2935-217/+217
| * | Make TclGlob() a static function. Sentinel/indenting/comment improvements (al...jan.nijtmans2024-05-2819-562/+560
| * | Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not usedjan.nijtmans2024-05-275-121/+99
| * | fix for [e3f4a8b78dec4bdb]: don't swallow limit errors in further invocations...sebres2024-05-272-13/+4
| * | More C functions for working with dicts [656fe3c816]dkf2024-05-2615-148/+237
| |\ \
| | * | Use the new operationsdkf2024-05-2515-148/+117
| | * | Add some more C functions for working with dicts [656fe3c816]dkf2024-05-252-0/+120
| * | | Check limits immediately when we do [interp eval]. [e3f4a8b78d]dkf2024-05-251-0/+13
| |/ /
| * | Use TclDStringToObj a bit moredkf2024-05-241-5/+1
| * | Code optimization: no need for encoding = Tcl_GetEncoding(NULL, NULL). Use T...jan.nijtmans2024-05-241-2/+1
| * | Fix [3fc3287497]: TclGetProcessGlobalValue encodes information twice on Windowsjan.nijtmans2024-05-233-6/+14
| |\ \
| | * | Possible fix for [3fc3287497]: TclGetProcessGlobalValue encodes information t...jan.nijtmans2024-05-231-4/+12
| * | | Fix 2 warnings on Win32 (Thanks, Harald). Some more code cleanup, backported ...jan.nijtmans2024-05-232-74/+67
| |/ /
* | | [154f0982f2] Update createWithNamespace to error on namespace creation failuredkf2024-05-231-4/+16
|/ /
* | cherry-pick [659ca0ae8da43a1e] for 8.6: don't need to invoke it in case if oP...sebres2024-05-221-0/+3
* | closes [79474c58800cdf94]: fixes 2 segfaults and 2 leaks (common IO handlers ...sebres2024-05-212-41/+111
|\ \
| * \ merge apn-channelstate-leak, fixes possible leaks on several members that may...sebres2024-05-171-1/+29
| |\ \
| | * | Free ChannelState.chanMsg .unreportedMsgapnadkarni2024-05-171-2/+20
| * | | fixes yet another segfault (if write handler doesn't generate an error, but r...sebres2024-05-171-8/+9
| |/ /
| * | fix mem-leak originating by cyclic reference `rcPtr->name (type "channel", it...sebres2024-05-161-19/+22
| * | A couple of tiny code style improvementsdkf2024-05-161-4/+4
| * | code review: preserving r/w channels after all possible failures (don't need ...sebres2024-05-161-3/+3
| |\ \
| | * | code review: preserving r/w channels after all possible failures (don't need ...sebres2024-05-161-3/+3
| * | | small code review: removal of unneeded - result is initially TCL_OKsebres2024-05-151-3/+0
| |\ \ \ | | |/ /
| | * | small code review: removal of unneeded - result is initially TCL_OKsebres2024-05-151-3/+0
| * | | ultimate fix for [79474c58800cdf94]: avoid segfault on copy-state structure f...sebres2024-05-151-13/+54
| |\ \ \ | | |/ /
| | * | ultimate fix for [79474c58800cdf94]: avoid segfault on copy-state structure f...sebres2024-05-151-13/+54
| | |/
* | | Fix for [7842f33a5c]: Stereotype call chains were ending up bogus in some sit...dkf2024-05-201-6/+52
* | | 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 an emergency workarounddkf2024-05-161-1/+6
|/ /
* | issue [10aa8403d064439f]: make command `testsize` platform-independent (cover...sebres2024-05-101-0/+23
* | 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