| Commit message (Expand) | Author | Age | Files | Lines |
* | WIP for fixing [https://core.tcl-lang.org/tk/tktview/a9929f112a|a9929f112a] | jan.nijtmans | 2023-06-22 | 1 | -0/+3 |
|
|
* | Merge trunk | apnadkarni | 2023-05-19 | 1 | -78/+87 |
|\ |
|
| * | Improve TclDuplicatePureObj(), remove unnecessary increment/decrement pairs, ... | pooryorick | 2023-05-17 | 1 | -26/+55 |
|
|
| * | Fix for [5ee01098824881b5], lseq list conversion results in attempt to access | pooryorick | 2023-05-17 | 1 | -0/+1 |
|
|
| * | New function, TclDuplicatePureObj(), doesn't duplicate the string
| pooryorick | 2023-05-16 | 1 | -54/+10 |
|
|
| * | Add TclRelaxRefCount, and also try to take the fast path more often in byte-c... | pooryorick | 2023-05-13 | 1 | -0/+23 |
|
|
* | | More refactoring into common code | apnadkarni | 2023-05-19 | 1 | -40/+21 |
|
|
* | | Merge trunk | apnadkarni | 2023-05-10 | 1 | -24/+37 |
|\ \
| |/ |
|
| * | Make TclLindexFlat() a litle more straightforward. | pooryorick | 2023-05-08 | 1 | -21/+34 |
|
|
| * | Merge 8.7 | jan.nijtmans | 2023-05-05 | 1 | -3/+3 |
| |\ |
|
* | \ | Merge trunk | apnadkarni | 2023-05-05 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Remove TclArithSeriesObjCopy() and use Tcl_DuplicateObj() instead. | pooryorick | 2023-05-05 | 1 | -1/+1 |
|
|
* | | | Refactor reallocation in preparation for experimentation with different growt... | apnadkarni | 2023-05-04 | 1 | -52/+32 |
|/ / |
|
* | | Fix LISTREP_ASSERT | apnadkarni | 2023-05-02 | 1 | -1/+2 |
|
|
* | | Change realloc strategy on fail, optimize for empty string | apnadkarni | 2023-05-02 | 1 | -45/+43 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2023-04-30 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Eliminate ListSizeT_MAX, since it's the same as TCL_SIZE_MAX | jan.nijtmans | 2023-04-29 | 1 | -5/+5 |
|
|
* | | More size_t -> Tcl_Size, missed by earlier updates | jan.nijtmans | 2023-04-27 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Fix [d4ede611a7] - scan bigdata | apnadkarni | 2023-04-24 | 1 | -0/+12 |
|\ \ |
|
| * | | Fix for bug [d4ede611a7] (scan) | apnadkarni | 2023-04-24 | 1 | -0/+12 |
|
|
* | | | Missing !defined(TCL_NO_DEPRECATED) around TIP #616 macro's. Thanks Rolf for... | jan.nijtmans | 2023-04-23 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 - [d90fee06d0] (lassign) and [203792a48c] (Utf32ToUtf) | apnadkarni | 2023-04-23 | 1 | -1/+2 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Use TclListObjRange in lassign for performance reasons | apnadkarni | 2023-04-22 | 1 | -1/+2 |
|
|
* | | Merge trunk | apnadkarni | 2023-04-19 | 1 | -19/+19 |
|\ \ |
|
| * \ | Merge trunk | apnadkarni | 2023-04-14 | 1 | -42/+47 |
| |\ \ |
|
| * | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -19/+19 |
|
|
* | | | | Fixed bug-a498006438 | apnadkarni | 2023-04-14 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -42/+47 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -42/+47 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2023-03-24 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge 8.6 | jan.nijtmans | 2023-03-24 | 1 | -1/+1 |
| |\ |
|
| | * | Fix [15e74a2fe6]: Fix various typos | jan.nijtmans | 2023-03-24 | 1 | -1/+1 |
|
|
* | | | More -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2022-12-21 | 1 | -2/+3 |
|\ \ \
| |/ / |
|
| * | | Add 'interp' argument to some arith functions, for better error-handling | jan.nijtmans | 2022-12-21 | 1 | -2/+3 |
|
|
| * | | Reduce shimmering: If a conclusion can be drawn about the number of list elem... | jan.nijtmans | 2022-11-28 | 1 | -2/+2 |
|
|
* | | | Eliminate TclArithSeriesObjLength and TclArithSeriesObjStep from tclArithSeri... | jan.nijtmans | 2022-12-08 | 1 | -2/+2 |
|
|
* | | | Merge 9.0. New macro ABSTRACTLIST_PROC | jan.nijtmans | 2022-11-28 | 1 | -19/+15 |
|\ \ \ |
|
| * \ \ | Merge 8.7 | jan.nijtmans | 2022-11-28 | 1 | -3/+6 |
| |\ \ \
| | |/ / |
|
| | * | | Use Tcl_Size for ArithSeries.len | jan.nijtmans | 2022-11-28 | 1 | -3/+6 |
|
|
* | | | | size_t result for lengthProc. More usage of Tcl_GetWideUIntFromObj | jan.nijtmans | 2022-11-27 | 1 | -3/+3 |
|
|
* | | | | HAS_ABSTRACTLIST_PROC | jan.nijtmans | 2022-11-26 | 1 | -12/+11 |
|
|
* | | | | Merge 9.0 | jan.nijtmans | 2022-11-25 | 1 | -10/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.7 | jan.nijtmans | 2022-11-25 | 1 | -10/+4 |
| |\ \ \
| | |/ / |
|
| | * | | Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (an... | jan.nijtmans | 2022-11-25 | 1 | -10/+4 |
|
|
* | | | | Internal abstract list, don't let "llength" shimmer any more. | jan.nijtmans | 2022-11-23 | 1 | -19/+40 |
|/ / / |
|
* | | | Merge trunk. Also update Tcl_ObjType.version to match TIP 644 | apnadkarni | 2022-11-09 | 1 | -90/+90 |
|\ \ \ |
|
| * \ \ | Merge 8.7 | jan.nijtmans | 2022-11-01 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Fix refCount crash. Improve ArithSeries regression coverage. | griffin | 2022-11-01 | 1 | -1/+1 |
|
|
| * | | | Merge 9.0 | jan.nijtmans | 2022-10-21 | 1 | -1/+1 |
| |\ \ \ |
|