summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Left-over TCL_ENCODING_STRICT, not used any more.jan.nijtmans2023-05-096-11/+7
* Merge 8.7jan.nijtmans2023-05-094-11/+11
|\
| * Remove useless type-casts. Backport some changes from 9.0jan.nijtmans2023-05-092-9/+9
| * Fix [96551aca55]: Avoid pointer arithmetic with NULL in FOREACH_STRUCT(). Som...jan.nijtmans2023-05-082-6/+6
| |\
| | * Better version, keeping the (undocumented) behavior of 'i' initializationjan.nijtmans2023-05-081-2/+2
| | * Proposed fix for [96551aca55]: Avoid pointer arithmetic with NULL in FOREACH_...jan.nijtmans2023-05-081-2/+2
| |/
* | size_t -> Tcl_Size (twice)jan.nijtmans2023-05-092-2/+2
* | Make TclLindexFlat() a litle more straightforward.pooryorick2023-05-082-23/+36
* | Use Tcl_Size instead of size_t in two places in TclIndexEncode.pooryorick2023-05-081-2/+2
* | Merge 8.7. Restore Tcl_DStringSetLength() behavior, as suggested in [3837178c25]jan.nijtmans2023-05-072-0/+21
|\ \ | |/
| * Merge 8.7jan.nijtmans2023-05-071-0/+18
| |\
| | * New testcase, contributed by @chrstphrchvz. Many thanks! See [3837178c25]jan.nijtmans2023-05-072-1/+19
* | | Merge 8.7jan.nijtmans2023-05-055-7/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-05-054-8/+4
| |\ \ | | |/
| | * Update .github filesjan.nijtmans2023-05-053-3/+21
| | |\
| | | * Remove .github and .travis-related stuff: No need to build this branch any morejan.nijtmans2023-05-055-525/+0
* | | | A few corrections in comments.pooryorick2023-05-053-6/+5
* | | | Merge 8.7 - list performance testsapnadkarni2023-05-051-4/+9
|\ \ \ \ | |/ / /
| * | | Minor fixes for perf testsapnadkarni2023-05-051-4/+9
* | | | Remove TclArithSeriesObjCopy() and use Tcl_DuplicateObj() instead.pooryorick2023-05-054-50/+2
* | | | Make some tests select an encoding profile instead of relying on the default.pooryorick2023-05-047-279/+311
* | | | merge 8.7dgp2023-05-041-2/+3
|\ \ \ \ | |/ / /
| * | | merge 8.6dgp2023-05-041-2/+3
| |\ \ \ | | |/ /
| | * | Remove mention of Tcl_GlobalEval() from comment.dgp2023-05-041-2/+3
* | | | Merge 8.7jan.nijtmans2023-05-045-7/+10
|\ \ \ \ | |/ / /
| * | | Backport: Do not build every branch. Too expensive.jan.nijtmans2023-05-044-4/+32
| * | | Fix [9c397da4a9]: AppendPrintfToObjVA(): support 64-bit pointersjan.nijtmans2023-05-044-5/+9
* | | | Do not build every branch. Too expensive.dkf2023-05-044-4/+32
* | | | Better fallback on list reallocation failureapnadkarni2023-05-041-44/+43
|\ \ \ \
| * | | | Fix LISTREP_ASSERTapnadkarni2023-05-021-1/+2
| * | | | Merge trunkapnadkarni2023-05-023-17/+16
| |\ \ \ \
| * | | | | Change realloc strategy on fail, optimize for empty stringapnadkarni2023-05-021-45/+43
* | | | | | Merge 8.7jan.nijtmans2023-05-036-11/+11
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Backport "Comments only. Fix blatantly obsolete ones". And a few more improve...jan.nijtmans2023-05-032-69/+70
* | | | | | Removed the bug specific test constraint from the tests related to [0306a556...pointsman2023-05-031-2/+0
* | | | | | Comments only. Fix blatantly obsolete onesapnadkarni2023-05-032-54/+30
* | | | | | Use Tcl_Size instead of ptrdiff_t in Tcl_ObjCmdProc2(), Tcl_CmdObjTraceProc2,...pooryorick2023-05-035-10/+10
* | | | | | Merge mark 8.7apnadkarni2023-05-030-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Changed CHANNEL_PROFILE_* to ENCODING_PROFILE_* and moved out of tclIO.h. See...apnadkarni2023-05-036-28/+39
* | | | | | Changed CHANNEL_PROFILE_* to ENCODING_PROFILE_* and moved out of tclIO.h. See...apnadkarni2023-05-035-43/+54
* | | | | | Fix for [0306a5563c].pointsman2023-05-022-28/+53
|\ \ \ \ \ \
| * | | | | | Fix for [0306a5563c].pointsman2023-05-022-35/+22
| * | | | | | Updated from trunk. Simplified bug specific tests.pointsman2023-04-2929-239/+476
| |\ \ \ \ \ \
| * | | | | | | Added a test for the initial problem and another for the known remaining prob...pointsman2023-04-241-0/+37
| * | | | | | | Merge trunk.pointsman2023-04-2414-86/+193
| |\ \ \ \ \ \ \
| * | | | | | | | Fixes the examples given in [0306a5563c]. Still more to do for a full fix.pointsman2023-04-241-0/+1
* | | | | | | | | Merge 8.7 fix [784befb0ba] - tailcall crashapnadkarni2023-05-022-1/+8
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | / / / | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Merge 8.6 - [ab123cfd3d] and [784befb0ba]apnadkarni2023-05-024-7/+22
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Fix [ab123cfd3d] - scan ubsan. Tx chrstphrchvz for patchapnadkarni2023-05-022-6/+14
| | * | | | | | Fix [784befb0ba] - tailcall crashapnadkarni2023-05-022-1/+8