summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
* | TCL_NORETURN1 is empty for extensions, just not for Tcl and Tk builds. Why? B...jan.nijtmans2024-04-295-18/+12
* | Missing TCL_NORETURN for Tcl_ExitThread() (and TclpThreadExit()). Backported ...jan.nijtmans2024-04-297-24/+24
* | __declspec should have double underscore (even though it works with one)jan.nijtmans2024-04-241-1/+1
* | Sync parameter name in tcl.decls with other placesjan.nijtmans2024-04-212-3/+3
* | targetNamePtr -> targetCmdPtr (making it the same as in other documentation a...jan.nijtmans2024-04-191-10/+10
* | Reserve 2 more stub entries for TIP #648jan.nijtmans2024-04-193-5/+13
* | More code cleanup, backported from 8.7jan.nijtmans2024-04-192-278/+283
* | Reduce the diff between 8.6 and 8.7, by backporting some formatting/restructu...jan.nijtmans2024-04-182-144/+161
* | explaination commentsebres2024-04-121-1/+1
* | merge 8.5 (minor backport from my core) simple speed-up if searching for the ...sebres2024-04-121-1/+4
|\ \ | |/
| * minor backport from my core: simple speed-up if searching for the key from ha...sebres2024-04-121-30/+32
* | merge 8.5, amend to [82f721a5a039596f]: the bug was fixed incompletely, this ...sebres2024-04-125-15/+39
|\ \ | |/
| * amend to [295b0570ff660950]: the bug was fixed incompletely, this is full bug...sebres2024-04-125-18/+45
* | Re-generate tclTomMath.h from tommath.hjan.nijtmans2024-04-121-31/+41
* | Use Tcl_NewBooleanObj for booleans; we should say what we mean. Fix sentinels...jan.nijtmans2024-04-1115-198/+202
* | Tcl_NewBooleanObj() is better here than Tcl_NewIntObjjan.nijtmans2024-04-101-1/+1
* | Use O_ACCMODE in stead of the non-standard RW_MODES. Since O_RDONLY|O_WRONLY|...jan.nijtmans2024-04-103-10/+7
* | Fix [df85199878]: Tcl_SetResult compiler warningsjan.nijtmans2024-04-051-8/+0
* | Fix [7cb7409e05] by backporting tclIndexObj.c from [c3b23bf0c7]jan.nijtmans2024-04-041-59/+60
* | Add testcases for bug [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFU...jan.nijtmans2024-04-041-5/+35
|\ \
| * | Tcl_ArgvGenFuncProc: int -> Tcl_Size (twice)jan.nijtmans2024-04-042-3/+3
| * | Combine with "testparseargs" command. With testcases nowjan.nijtmans2024-04-041-81/+32
| * | Add "testparseargsobj" command. Testcases to be addedjan.nijtmans2024-04-031-0/+79
| * | Proposed fix for [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNCjan.nijtmans2024-04-031-2/+6
| * | Merge 8.6jan.nijtmans2024-04-021-26/+20
| |\ \
| * \ \ Merge 8.6jan.nijtmans2024-04-024-45/+45
| |\ \ \