summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Fix for [7842f33a5c]: Stereotype call chains were ending up bogus in some sit...dkf2024-05-202-7/+128
| * | | Add some machinery for easier testingdkf2024-05-201-1/+11
| * | | Test case to demonstrate [7842f33a5c]dkf2024-05-201-3/+31
|/ / /
* | | Proper fix for [87271f7cd6]. Structures relating to [info frame] in a method ...dkf2024-05-174-144/+203
|\ \ \
| * | | Remove the band-aiddkf2024-05-171-6/+1
| * | | Fix the problem properlydkf2024-05-173-139/+157
| * | | Starting to clean up the mess. The extra frame info can have the same lifespa...dkf2024-05-173-74/+120
* | | | Apply emergency workaround for [87271f7cd6]; not fixed yet, but no longer cra...dkf2024-05-162-1/+47
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Apply an emergency workarounddkf2024-05-162-2/+8
| * | Make sure we're looking for the right resultsdkf2024-05-161-1/+1
| * | Test that hits [87271f7cd6] reasonably preciselydkf2024-05-161-0/+40
|/ /
* | issue [10aa8403d064439f]: make command `testsize` platform-independent (cover...sebres2024-05-102-23/+23
* | Fix [3c26dec71e]: TCLX_y_TM_PATH - unspecified behaviour - change with 90b1rcjan.nijtmans2024-05-051-2/+2
|\ \
| * | Possible solution for [3c26dec71e]: TCLX_y_TM_PATH - unspecified behaviour - ...jan.nijtmans2024-05-041-1/+1
| * | [unknown] only calls shell command in interactive tclsh sessionsmjanssen2024-05-031-1/+1
| |\ \
| | * | [unknown] only calls shell command in interactive tclsh sessionsmjanssen2024-05-021-1/+1
| * | | Fix [a5f4a7aed8] - tcl::tm::path auto_index entryapnadkarni2024-05-031-1/+1
| |/ /
| * | 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
| | |\ \ \
| * | \ \ \ Merge 8.7oehhar2024-05-021-3/+0
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |