summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move BOM handling a few lines laterjan.nijtmans2024-06-121-4/+4
* Fix [1d26e580cf]: safe interp can't source files with BOM.jan.nijtmans2024-06-122-1/+5
* Add METHOD headers to documentation. Other doc cleanup, backported from 8.7/9.0jan.nijtmans2024-06-123-49/+79
* use "int fd" for file descriptors, like everywhere else in the code. Mark som...jan.nijtmans2024-06-122-20/+23
* Add some METHOD headersjan.nijtmans2024-06-111-1/+6
* Make installManPage more robust against newlines. Backported from 8.7jan.nijtmans2024-06-101-14/+29
* Missing verb in SetResult.3jan.nijtmans2024-06-101-1/+1
* Use (char *)NULL as end sentinel in documentation (as Linux man-pages already...jan.nijtmans2024-06-034-4/+4
* More elegant background error interception, used more widely in oo.testdkf2024-05-311-22/+28
* [7c934f4a3d] Make sure to also trap background errorsdkf2024-05-311-12/+43
* Another round of sentinel fixes for 8.6, NULL -> (char *)NULLjan.nijtmans2024-05-2935-217/+217
* cmdMZ.test: more precise and fast _nrt_sleep, no failures with valgrindsebres2024-05-281-4/+11
* ioTrans.test: removed constraint definition - notValgrind is already part of ...sebres2024-05-281-2/+0
* Make TclGlob() a static function. Sentinel/indenting/comment improvements (al...jan.nijtmans2024-05-2822-576/+574
* Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not usedjan.nijtmans2024-05-275-121/+99
* speedup interp.test a bit: switch to 50ms-based time limits (instead of 1sec);sebres2024-05-271-35/+41
* 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-252-2/+29
* | Test to demonstrate [9ee9f4d7be]. Not fixed.dkf2024-05-251-0/+34
|/
* Use TclDStringToObj a bit moredkf2024-05-244-16/+6
* Backport test for bug [e589d9bdab]apnadkarni2024-05-241-0/+19
* Code optimization: no need for encoding = Tcl_GetEncoding(NULL, NULL). Use T...jan.nijtmans2024-05-242-28/+25
* Fix [3fc3287497]: TclGetProcessGlobalValue encodes information twice on Windowsjan.nijtmans2024-05-235-21/+26
|\
| * Possible fix for [3fc3287497]: TclGetProcessGlobalValue encodes information t...jan.nijtmans2024-05-232-18/+23
* | Fix 2 warnings on Win32 (Thanks, Harald). Some more code cleanup, backported ...jan.nijtmans2024-05-232-74/+67
* | Better flag up the oo::Slot class in the docs, add missing method [28d6013ae6]dkf2024-05-231-6/+33
|/
* .travis.yml is not used any morejan.nijtmans2024-05-222-368/+0
* cherry-pick [659ca0ae8da43a1e] for 8.6: don't need to invoke it in case if oP...sebres2024-05-221-0/+3
* Spacing/code cleanup, backported from 8.7jan.nijtmans2024-05-221-29/+30
* "TCL_TOMMATH" is not used anywherejan.nijtmans2024-05-215-12/+3
* closes [79474c58800cdf94]: fixes 2 segfaults and 2 leaks (common IO handlers ...sebres2024-05-213-41/+179
|\
| * split iocmd-32.3 in two tests (move cycle outside of the test)sebres2024-05-171-49/+48
| * 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
| * | extend test to cover both variants (without and with error in reflected write...sebres2024-05-171-45/+50
| * | fixes yet another segfault (if write handler doesn't generate an error, but r...sebres2024-05-172-8/+10
| |/
| * fix mem-leak originating by cyclic reference `rcPtr->name (type "channel", it...sebres2024-05-162-20/+23
| * 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
| * | test: clean timeout timersebres2024-05-161-2/+4
| * | 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
| * | test illustrating bug [79474c58800cdf94] (segfaults at end of iocmd-32.3)sebres2024-05-151-0/+61
* | | Fix [7842f33a5c]: Call chain creation could crash in destructors in some tang...dkf2024-05-203-10/+169
|\ \ \