Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Left-over TCL_ENCODING_STRICT, not used any more. | jan.nijtmans | 2023-05-09 | 6 | -11/+7 |
* | Merge 8.7 | jan.nijtmans | 2023-05-09 | 4 | -11/+11 |
|\ | |||||
| * | Remove useless type-casts. Backport some changes from 9.0 | jan.nijtmans | 2023-05-09 | 2 | -9/+9 |
| * | Fix [96551aca55]: Avoid pointer arithmetic with NULL in FOREACH_STRUCT(). Som... | jan.nijtmans | 2023-05-08 | 2 | -6/+6 |
| |\ | |||||
| | * | Better version, keeping the (undocumented) behavior of 'i' initialization | jan.nijtmans | 2023-05-08 | 1 | -2/+2 |
| | * | Proposed fix for [96551aca55]: Avoid pointer arithmetic with NULL in FOREACH_... | jan.nijtmans | 2023-05-08 | 1 | -2/+2 |
| |/ | |||||
* | | size_t -> Tcl_Size (twice) | jan.nijtmans | 2023-05-09 | 2 | -2/+2 |
* | | Make TclLindexFlat() a litle more straightforward. | pooryorick | 2023-05-08 | 2 | -23/+36 |
* | | Use Tcl_Size instead of size_t in two places in TclIndexEncode. | pooryorick | 2023-05-08 | 1 | -2/+2 |
* | | Merge 8.7. Restore Tcl_DStringSetLength() behavior, as suggested in [3837178c25] | jan.nijtmans | 2023-05-07 | 2 | -0/+21 |
|\ \ | |/ | |||||
| * | Merge 8.7 | jan.nijtmans | 2023-05-07 | 1 | -0/+18 |
| |\ | |||||
| | * | New testcase, contributed by @chrstphrchvz. Many thanks! See [3837178c25] | jan.nijtmans | 2023-05-07 | 2 | -1/+19 |
* | | | Merge 8.7 | jan.nijtmans | 2023-05-05 | 5 | -7/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-05-05 | 4 | -8/+4 |
| |\ \ | | |/ | |||||
| | * | Update .github files | jan.nijtmans | 2023-05-05 | 3 | -3/+21 |
| | |\ | |||||
| | | * | Remove .github and .travis-related stuff: No need to build this branch any more | jan.nijtmans | 2023-05-05 | 5 | -525/+0 |
* | | | | A few corrections in comments. | pooryorick | 2023-05-05 | 3 | -6/+5 |
* | | | | Merge 8.7 - list performance tests | apnadkarni | 2023-05-05 | 1 | -4/+9 |
|\ \ \ \ | |/ / / | |||||
| * | | | Minor fixes for perf tests | apnadkarni | 2023-05-05 | 1 | -4/+9 |
* | | | | Remove TclArithSeriesObjCopy() and use Tcl_DuplicateObj() instead. | pooryorick | 2023-05-05 | 4 | -50/+2 |
* | | | | Make some tests select an encoding profile instead of relying on the default. | pooryorick | 2023-05-04 | 7 | -279/+311 |
* | | | | merge 8.7 | dgp | 2023-05-04 | 1 | -2/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 8.6 | dgp | 2023-05-04 | 1 | -2/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | Remove mention of Tcl_GlobalEval() from comment. | dgp | 2023-05-04 | 1 | -2/+3 |
* | | | | Merge 8.7 | jan.nijtmans | 2023-05-04 | 5 | -7/+10 |
|\ \ \ \ | |/ / / | |||||
| * | | | Backport: Do not build every branch. Too expensive. | jan.nijtmans | 2023-05-04 | 4 | -4/+32 |
| * | | | Fix [9c397da4a9]: AppendPrintfToObjVA(): support 64-bit pointers | jan.nijtmans | 2023-05-04 | 4 | -5/+9 |
* | | | | Do not build every branch. Too expensive. | dkf | 2023-05-04 | 4 | -4/+32 |
* | | | | Better fallback on list reallocation failure | apnadkarni | 2023-05-04 | 1 | -44/+43 |
|\ \ \ \ | |||||
| * | | | | Fix LISTREP_ASSERT | apnadkarni | 2023-05-02 | 1 | -1/+2 |
| * | | | | Merge trunk | apnadkarni | 2023-05-02 | 3 | -17/+16 |
| |\ \ \ \ | |||||
| * | | | | | Change realloc strategy on fail, optimize for empty string | apnadkarni | 2023-05-02 | 1 | -45/+43 |
* | | | | | | Merge 8.7 | jan.nijtmans | 2023-05-03 | 6 | -11/+11 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | Backport "Comments only. Fix blatantly obsolete ones". And a few more improve... | jan.nijtmans | 2023-05-03 | 2 | -69/+70 |
* | | | | | | Removed the bug specific test constraint from the tests related to [0306a556... | pointsman | 2023-05-03 | 1 | -2/+0 |
* | | | | | | Comments only. Fix blatantly obsolete ones | apnadkarni | 2023-05-03 | 2 | -54/+30 |
* | | | | | | Use Tcl_Size instead of ptrdiff_t in Tcl_ObjCmdProc2(), Tcl_CmdObjTraceProc2,... | pooryorick | 2023-05-03 | 5 | -10/+10 |
* | | | | | | Merge mark 8.7 | apnadkarni | 2023-05-03 | 0 | -0/+0 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Changed CHANNEL_PROFILE_* to ENCODING_PROFILE_* and moved out of tclIO.h. See... | apnadkarni | 2023-05-03 | 6 | -28/+39 |
* | | | | | | Changed CHANNEL_PROFILE_* to ENCODING_PROFILE_* and moved out of tclIO.h. See... | apnadkarni | 2023-05-03 | 5 | -43/+54 |
* | | | | | | Fix for [0306a5563c]. | pointsman | 2023-05-02 | 2 | -28/+53 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix for [0306a5563c]. | pointsman | 2023-05-02 | 2 | -35/+22 |
| * | | | | | | Updated from trunk. Simplified bug specific tests. | pointsman | 2023-04-29 | 29 | -239/+476 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Added a test for the initial problem and another for the known remaining prob... | pointsman | 2023-04-24 | 1 | -0/+37 |
| * | | | | | | | Merge trunk. | pointsman | 2023-04-24 | 14 | -86/+193 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fixes the examples given in [0306a5563c]. Still more to do for a full fix. | pointsman | 2023-04-24 | 1 | -0/+1 |
* | | | | | | | | | Merge 8.7 fix [784befb0ba] - tailcall crash | apnadkarni | 2023-05-02 | 2 | -1/+8 |
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | / / / | |_|_|_|_|/ / / |/| | | | | | | | |||||
| * | | | | | | | Merge 8.6 - [ab123cfd3d] and [784befb0ba] | apnadkarni | 2023-05-02 | 4 | -7/+22 |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | |||||
| | * | | | | | | Fix [ab123cfd3d] - scan ubsan. Tx chrstphrchvz for patch | apnadkarni | 2023-05-02 | 2 | -6/+14 |
| | * | | | | | | Fix [784befb0ba] - tailcall crash | apnadkarni | 2023-05-02 | 2 | -1/+8 |