summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* address ticket [43b7e5b511] - Improve zipfs description in tclsh manual.griffin2024-05-241-9/+17
|
* Merge markapnadkarni2024-05-240-0/+0
|\
| * Fix [e589d9bdab] - fconfigure socket -peernameapnadkarni2024-05-242-1/+20
| |\
| | * Backport test for bug [e589d9bdab]apnadkarni2024-05-241-0/+19
| | |
* | | Fix [e589d9bdab] - fconfigure socket -peernameapnadkarni2024-05-242-1/+20
|\ \ \
| * | | Add test for [e589d9bdab]apnadkarni2024-05-241-0/+19
| | | |
| * | | Fix [e589d9bdab]apnadkarni2024-05-241-1/+1
|/ / /
* | | Code optimization: no need for encoding = Tcl_GetEncoding(NULL, NULL). Use ↵jan.nijtmans2024-05-242-12/+7
|\ \ \ | |/ / | | | | | | Tcl_DStringToObj where possible
| * | Merge 8.6jan.nijtmans2024-05-242-15/+8
| |\ \ | | |/
| | * Code optimization: no need for encoding = Tcl_GetEncoding(NULL, NULL). Use ↵jan.nijtmans2024-05-242-28/+25
| | | | | | | | | | | | TclDStringToObj where possible
* | | Fix [3fc3287497]: TclGetProcessGlobalValue encodes information twice on Windowsjan.nijtmans2024-05-232-20/+28
|\ \ \ | |/ /
| * | Fix [3fc3287497]: TclGetProcessGlobalValue encodes information twice on Windowsjan.nijtmans2024-05-232-20/+26
| |\ \ | | |/
| | * Fix [3fc3287497]: TclGetProcessGlobalValue encodes information twice on Windowsjan.nijtmans2024-05-235-21/+26
| | |\
| | | * Possible fix for [3fc3287497]: TclGetProcessGlobalValue encodes information ↵jan.nijtmans2024-05-232-18/+23
| | | | | | | | | | | | | | | | twice on Windows
* | | | Merge 8.7jan.nijtmans2024-05-233-15/+44
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2024-05-233-18/+45
| |\ \ \ | | |/ /
| | * | Fix 2 warnings on Win32 (Thanks, Harald). Some more code cleanup, backported ↵jan.nijtmans2024-05-232-74/+67
| | | | | | | | | | | | | | | | from 8.7)
| | * | 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-381/+0
|\ \ \ | |/ /
| * | .travis.yml is not used any morejan.nijtmans2024-05-222-388/+0
| |\ \ | | |/
| | * .travis.yml is not used any morejan.nijtmans2024-05-222-368/+0
| | |
* | | clock option re-orderingjan.nijtmans2024-05-223-28/+24
|\ \ \ | |/ /
| * | clock option re-orderingjan.nijtmans2024-05-223-28/+24
| | |
* | | merge 8.7sebres2024-05-221-0/+3
|\ \ \ | |/ /
| * | amend to [de08cf03235f3ce9], [7842f33a5cc5eed0], stop tail recursion in ↵sebres2024-05-221-0/+3
| | | | | | | | | | | | AddSimpleClassChainToCallContext if classPtr is NULL
* | | merge pointsebres2024-05-220-0/+0
|\ \ \ | |/ /
| * | merge pointsebres2024-05-220-0/+0
| |\ \ | | |/
| | * cherry-pick [659ca0ae8da43a1e] for 8.6: don't need to invoke it in case if ↵sebres2024-05-221-0/+3
| | | | | | | | | | | | oPtr->selfCls is NULL
* | | merge 8.7sebres2024-05-221-1/+4
|\ \ \ | |/ /
| * | small amend to [1d16344c8cfaecc8], [7842f33a5cc5eed0]: don't need to invoke ↵sebres2024-05-221-1/+4
| | | | | | | | | | | | both functions in case if oPtr->selfCls is NULL
* | | Merge 8.7jan.nijtmans2024-05-221-0/+2
|\ \ \ | |/ /
| * | Merge 8.6. Fix TCL_NO_DEPRECATED buildjan.nijtmans2024-05-224-7/+9
| |\ \ | | |/
| | * Spacing/code cleanup, backported from 8.7jan.nijtmans2024-05-221-29/+30
| | | | | | | | | 20:19:30 [4c1393b596] *CURRENT* "TCL_TOMMATH" is not used anywh
* | | "TCL_TOMMATH" is not used anywherejan.nijtmans2024-05-211-1/+1
|\ \ \ | |/ /
| * | "TCL_TOMMATH" is not used anywherejan.nijtmans2024-05-211-1/+1
| |\ \ | | |/
| | * "TCL_TOMMATH" is not used anywherejan.nijtmans2024-05-215-12/+3
| | |
* | | Add tommath-????/zlib-???? to build-info if libtommath/zlib is statically linkedjan.nijtmans2024-05-217-0/+29
|\ \ \ | |/ /
| * | Add tommath-????/zlib-???? to build-info if libtommath/zlib is statically linkedjan.nijtmans2024-05-217-0/+29
| | |
* | | Merge 8.7. Some int -> Tcl_Sizejan.nijtmans2024-05-216-198/+184
|\ \ \ | |/ /
| * | Fix off-by-one error in tcl::build-info command. Improve spacingjan.nijtmans2024-05-211-22/+18
| | |
* | | merge 8.7sebres2024-05-211-1/+1
|\ \ \ | |/ /
| * | circumvent crash [7842f33a5cc5eed0] on null ptr (oPtr->selfCls may be NULL)sebres2024-05-211-1/+1
| | |
* | | merge 8.7sebres2024-05-216-50/+349
|\ \ \ | |/ /
| * | merge 8.6sebres2024-05-213-41/+179
| |\ \ | | |/
| | * closes [79474c58800cdf94]: fixes 2 segfaults and 2 leaks (common IO handlers ↵sebres2024-05-213-41/+179
| | |\ | | | | | | | | | | | | and reflected channels)
| | | * 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 ↵sebres2024-05-171-1/+29
| | | |\ | | | | | | | | | | | | | | | may be set after the close, asynchronously or via some callbacks or handlers
| | | | * Free ChannelState.chanMsg .unreportedMsgapnadkarni2024-05-171-2/+20
| | | | |
| | | * | extend test to cover both variants (without and with error in reflected ↵sebres2024-05-171-45/+50
| | | | | | | | | | | | | | | | | | | | write handler)
| | | * | fixes yet another segfault (if write handler doesn't generate an error, but ↵sebres2024-05-172-8/+10
| | | |/ | | | | | | | | | | | | returns normally with length of written bytes)