| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [0af9450e56]: test incr-1.31 fails | jan.nijtmans | 2024-08-20 | 2 | -13/+11 |
|
|
* | amend to [e2f55d6060] (fix for [7179c6724cd38271]): wideint-type dependency | sebres | 2024-08-12 | 1 | -0/+2 |
|
|
* | merge fix for [7179c6724cd38271]: compilation of incr command on wide constan... | sebres | 2024-08-12 | 1 | -2/+9 |
|\ |
|
| * | fixes [7179c6724cd38271]: compilation of incr command on wide constant offset... | sebres | 2024-08-12 | 1 | -2/+11 |
|
|
* | | Update Unicode tables to version 16 (in BETA, Unicode release will be Sept 10) | jan.nijtmans | 2024-08-11 | 2 | -1123/+1168 |
|
|
* | | An imperfect fix for [2da1cb0c80] given that can't do the right thing | dkf | 2024-08-07 | 1 | -8/+21 |
|
|
* | | merge 8.6 | dkf | 2024-08-06 | 55 | -1231/+1312 |
|\ \ |
|
| * | | Make [self] work inside [$obj eval]. [91b3a5bb14e6e8ae] | dkf | 2024-07-15 | 1 | -1/+2 |
|
|
| * | | Stop variable from disappearing by accident when referred to by name. [74b611... | dkf | 2024-07-14 | 1 | -0/+5 |
|
|
| * | | Tcl_RegisterObjType() in alphabetical order. Backport some formatting and typ... | jan.nijtmans | 2024-07-03 | 1 | -93/+97 |
|
|
| * | | info frame: restored return {type precompiled} in case of no frame informatio... | sebres | 2024-07-02 | 1 | -7/+9 |
|
|
| * | | fix crash [0de6c1d79c] more consistently (an error "bad level" for info inste... | sebres | 2024-07-02 | 1 | -25/+5 |
|
|
| * | | Fix for [0de6c1d79c] crash (cherry-picked from trunk) | sebres | 2024-07-02 | 1 | -1/+24 |
|
|
| * | | typo in comment | sebres | 2024-06-13 | 1 | -1/+1 |
|
|
| * | | fixes [1095bf7f756f9aed]: safe ensemble commands will be compiled now in safe... | sebres | 2024-06-13 | 1 | -3/+4 |
|
|
| * | | Another round of sentinel fixes for 8.6, NULL -> (char *)NULL | jan.nijtmans | 2024-05-29 | 35 | -217/+217 |
|
|
| * | | Make TclGlob() a static function. Sentinel/indenting/comment improvements (al... | jan.nijtmans | 2024-05-28 | 19 | -562/+560 |
|
|
| * | | Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used | jan.nijtmans | 2024-05-27 | 5 | -121/+99 |
|
|
| * | | fix for [e3f4a8b78dec4bdb]: don't swallow limit errors in further invocations... | sebres | 2024-05-27 | 2 | -13/+4 |
|
|
| * | | More C functions for working with dicts [656fe3c816] | dkf | 2024-05-26 | 15 | -148/+237 |
| |\ \ |
|
| | * | | Use the new operations | dkf | 2024-05-25 | 15 | -148/+117 |
|
|
| | * | | Add some more C functions for working with dicts [656fe3c816] | dkf | 2024-05-25 | 2 | -0/+120 |
|
|
| * | | | Check limits immediately when we do [interp eval]. [e3f4a8b78d] | dkf | 2024-05-25 | 1 | -0/+13 |
| |/ / |
|
| * | | Use TclDStringToObj a bit more | dkf | 2024-05-24 | 1 | -5/+1 |
|
|
| * | | Code optimization: no need for encoding = Tcl_GetEncoding(NULL, NULL). Use T... | jan.nijtmans | 2024-05-24 | 1 | -2/+1 |
|
|
| * | | Fix [3fc3287497]: TclGetProcessGlobalValue encodes information twice on Windows | jan.nijtmans | 2024-05-23 | 3 | -6/+14 |
| |\ \ |
|
| | * | | Possible fix for [3fc3287497]: TclGetProcessGlobalValue encodes information t... | jan.nijtmans | 2024-05-23 | 1 | -4/+12 |
|
|
| * | | | Fix 2 warnings on Win32 (Thanks, Harald). Some more code cleanup, backported ... | jan.nijtmans | 2024-05-23 | 2 | -74/+67 |
| |/ / |
|
* | | | [154f0982f2] Update createWithNamespace to error on namespace creation failure | dkf | 2024-05-23 | 1 | -4/+16 |
|/ / |
|
* | | cherry-pick [659ca0ae8da43a1e] for 8.6: don't need to invoke it in case if oP... | sebres | 2024-05-22 | 1 | -0/+3 |
|
|
* | | closes [79474c58800cdf94]: fixes 2 segfaults and 2 leaks (common IO handlers ... | sebres | 2024-05-21 | 2 | -41/+111 |
|\ \ |
|
| * \ | merge apn-channelstate-leak, fixes possible leaks on several members that may... | sebres | 2024-05-17 | 1 | -1/+29 |
| |\ \ |
|
| | * | | Free ChannelState.chanMsg .unreportedMsg | apnadkarni | 2024-05-17 | 1 | -2/+20 |
|
|
| * | | | fixes yet another segfault (if write handler doesn't generate an error, but r... | sebres | 2024-05-17 | 1 | -8/+9 |
| |/ / |
|
| * | | fix mem-leak originating by cyclic reference `rcPtr->name (type "channel", it... | sebres | 2024-05-16 | 1 | -19/+22 |
|
|
| * | | A couple of tiny code style improvements | dkf | 2024-05-16 | 1 | -4/+4 |
|
|
| * | | code review: preserving r/w channels after all possible failures (don't need ... | sebres | 2024-05-16 | 1 | -3/+3 |
| |\ \ |
|
| | * | | code review: preserving r/w channels after all possible failures (don't need ... | sebres | 2024-05-16 | 1 | -3/+3 |
|
|
| * | | | small code review: removal of unneeded - result is initially TCL_OK | sebres | 2024-05-15 | 1 | -3/+0 |
| |\ \ \
| | |/ / |
|
| | * | | small code review: removal of unneeded - result is initially TCL_OK | sebres | 2024-05-15 | 1 | -3/+0 |
|
|
| * | | | ultimate fix for [79474c58800cdf94]: avoid segfault on copy-state structure f... | sebres | 2024-05-15 | 1 | -13/+54 |
| |\ \ \
| | |/ / |
|
| | * | | ultimate fix for [79474c58800cdf94]: avoid segfault on copy-state structure f... | sebres | 2024-05-15 | 1 | -13/+54 |
| | |/ |
|
* | | | Fix for [7842f33a5c]: Stereotype call chains were ending up bogus in some sit... | dkf | 2024-05-20 | 1 | -6/+52 |
|
|
* | | | Remove the band-aid | dkf | 2024-05-17 | 1 | -6/+1 |
|
|
* | | | Fix the problem properly | dkf | 2024-05-17 | 2 | -103/+56 |
|
|
* | | | Starting to clean up the mess. The extra frame info can have the same lifespa... | dkf | 2024-05-17 | 2 | -54/+91 |
|
|
* | | | Apply an emergency workaround | dkf | 2024-05-16 | 1 | -1/+6 |
|/ / |
|
* | | issue [10aa8403d064439f]: make command `testsize` platform-independent (cover... | sebres | 2024-05-10 | 1 | -0/+23 |
|
|
* | | Remove COMPAT==0 part, no longer makes sense. More code-cleanup, backported ... | jan.nijtmans | 2024-05-02 | 2 | -158/+76 |
|
|
* | | Make sure to forward-declare "struct addrinfo". Some compilers don't like doi... | jan.nijtmans | 2024-05-02 | 1 | -0/+1 |
|
|