| Commit message (Expand) | Author | Age | Files | Lines |
* | More elegant background error interception, used more widely in oo.test | dkf | 2024-05-31 | 1 | -22/+28 |
|
|
* | [7c934f4a3d] Make sure to also trap background errors | dkf | 2024-05-31 | 1 | -12/+43 |
|
|
* | Another round of sentinel fixes for 8.6, NULL -> (char *)NULL | jan.nijtmans | 2024-05-29 | 35 | -217/+217 |
|
|
* | cmdMZ.test: more precise and fast _nrt_sleep, no failures with valgrind | sebres | 2024-05-28 | 1 | -4/+11 |
|
|
* | ioTrans.test: removed constraint definition - notValgrind is already part of ... | sebres | 2024-05-28 | 1 | -2/+0 |
|
|
* | Make TclGlob() a static function. Sentinel/indenting/comment improvements (al... | jan.nijtmans | 2024-05-28 | 22 | -576/+574 |
|
|
* | Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used | jan.nijtmans | 2024-05-27 | 5 | -121/+99 |
|
|
* | speedup interp.test a bit: switch to 50ms-based time limits (instead of 1sec); | sebres | 2024-05-27 | 1 | -35/+41 |
|
|
* | 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 | 2 | -2/+29 |
|
|
* | | Test to demonstrate [9ee9f4d7be]. Not fixed. | dkf | 2024-05-25 | 1 | -0/+34 |
|/ |
|
* | Use TclDStringToObj a bit more | dkf | 2024-05-24 | 4 | -16/+6 |
|
|
* | Backport test for bug [e589d9bdab] | apnadkarni | 2024-05-24 | 1 | -0/+19 |
|
|
* | Code optimization: no need for encoding = Tcl_GetEncoding(NULL, NULL). Use T... | jan.nijtmans | 2024-05-24 | 2 | -28/+25 |
|
|
* | Fix [3fc3287497]: TclGetProcessGlobalValue encodes information twice on Windows | jan.nijtmans | 2024-05-23 | 5 | -21/+26 |
|\ |
|
| * | Possible fix for [3fc3287497]: TclGetProcessGlobalValue encodes information t... | jan.nijtmans | 2024-05-23 | 2 | -18/+23 |
|
|
* | | Fix 2 warnings on Win32 (Thanks, Harald). Some more code cleanup, backported ... | jan.nijtmans | 2024-05-23 | 2 | -74/+67 |
|
|
* | | Better flag up the oo::Slot class in the docs, add missing method [28d6013ae6] | dkf | 2024-05-23 | 1 | -6/+33 |
|/ |
|
* | .travis.yml is not used any more | jan.nijtmans | 2024-05-22 | 2 | -368/+0 |
|
|
* | cherry-pick [659ca0ae8da43a1e] for 8.6: don't need to invoke it in case if oP... | sebres | 2024-05-22 | 1 | -0/+3 |
|
|
* | Spacing/code cleanup, backported from 8.7 | jan.nijtmans | 2024-05-22 | 1 | -29/+30 |
|
|
* | "TCL_TOMMATH" is not used anywhere | jan.nijtmans | 2024-05-21 | 5 | -12/+3 |
|
|
* | closes [79474c58800cdf94]: fixes 2 segfaults and 2 leaks (common IO handlers ... | sebres | 2024-05-21 | 3 | -41/+179 |
|\ |
|
| * | split iocmd-32.3 in two tests (move cycle outside of the test) | sebres | 2024-05-17 | 1 | -49/+48 |
|
|
| * | 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 |
|
|
| * | | extend test to cover both variants (without and with error in reflected write... | sebres | 2024-05-17 | 1 | -45/+50 |
|
|
| * | | fixes yet another segfault (if write handler doesn't generate an error, but r... | sebres | 2024-05-17 | 2 | -8/+10 |
| |/ |
|
| * | fix mem-leak originating by cyclic reference `rcPtr->name (type "channel", it... | sebres | 2024-05-16 | 2 | -20/+23 |
|
|
| * | 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 |
|
|
| * | | test: clean timeout timer | sebres | 2024-05-16 | 1 | -2/+4 |
|
|
| * | | 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 |
|
|
| * | | test illustrating bug [79474c58800cdf94] (segfaults at end of iocmd-32.3) | sebres | 2024-05-15 | 1 | -0/+61 |
|
|
* | | | Fix [7842f33a5c]: Call chain creation could crash in destructors in some tang... | dkf | 2024-05-20 | 3 | -10/+169 |
|\ \ \ |
|
| * | | | Fix for [7842f33a5c]: Stereotype call chains were ending up bogus in some sit... | dkf | 2024-05-20 | 2 | -7/+128 |
|
|
| * | | | Add some machinery for easier testing | dkf | 2024-05-20 | 1 | -1/+11 |
|
|
| * | | | Test case to demonstrate [7842f33a5c] | dkf | 2024-05-20 | 1 | -3/+31 |
|/ / / |
|
* | | | Proper fix for [87271f7cd6]. Structures relating to [info frame] in a method ... | dkf | 2024-05-17 | 4 | -144/+203 |
|\ \ \ |
|
| * | | | Remove the band-aid | dkf | 2024-05-17 | 1 | -6/+1 |
|
|
| * | | | Fix the problem properly | dkf | 2024-05-17 | 3 | -139/+157 |
|
|
| * | | | Starting to clean up the mess. The extra frame info can have the same lifespa... | dkf | 2024-05-17 | 3 | -74/+120 |
|
|
* | | | | Apply emergency workaround for [87271f7cd6]; not fixed yet, but no longer cra... | dkf | 2024-05-16 | 2 | -1/+47 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|