| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Use Tcl_Size for ArithSeries.len | jan.nijtmans | 2022-11-28 | 1 | -3/+6 |
|
|
* | Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (an... | jan.nijtmans | 2022-11-25 | 1 | -10/+4 |
|
|
* | Fix refCount crash. Improve ArithSeries regression coverage. | griffin | 2022-11-01 | 1 | -1/+1 |
|
|
* | typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628) | jan.nijtmans | 2022-10-21 | 1 | -87/+87 |
|
|
* | Merge 8.6 | jan.nijtmans | 2022-10-06 | 1 | -3/+4 |
|\ |
|
| * | Fix [1599352cca] and related issues | jan.nijtmans | 2022-10-05 | 1 | -3/+4 |
|
|
* | | Fix some bugs in lseq | griffin | 2022-10-04 | 1 | -4/+4 |
|
|
* | | Fix various issues with refCounts. | griffin | 2022-09-30 | 1 | -2/+0 |
|
|
* | | int -> ListSizeT, and a few more simplifications | jan.nijtmans | 2022-09-28 | 1 | -1/+1 |
|
|
* | | Fix compile error. | griffin | 2022-09-26 | 1 | -1/+2 |
|
|
* | | Fix out-of-bounds length bug. | griffin | 2022-09-25 | 1 | -1/+1 |
|
|
* | | Sync with core-8-branch, fix shimmer in TclLindexFlat. | griffin | 2022-09-19 | 1 | -0/+21 |
|\ \ |
|
* \ \ | Merge 8.7 | jan.nijtmans | 2022-09-01 | 1 | -21/+2 |
|\ \ \
| |/ / |
|
| * | | Change refCount (in ListStore/ListSpan) to size_t. More ClientData -> void *.... | jan.nijtmans | 2022-09-01 | 1 | -21/+2 |
|
|
* | | | Sync with core-8-branch listObj changes. | griffin | 2022-08-30 | 1 | -1226/+2543 |
|\ \ \
| |/ / |
|
| * | | Remove TODO's already done. Only use ListSizeT for types which are 'size_t' i... | jan.nijtmans | 2022-08-29 | 1 | -20/+10 |
|
|
| * | | Garbage collect unreferenced elements in lset implementation. Add tests for | apnadkarni | 2022-07-29 | 1 | -1/+8 |
|
|
| * | | Final prep for TIP625 vote | apnadkarni | 2022-07-27 | 1 | -12/+16 |
|
|
| * | | List rep tests for lappend,lset,lassign,lremove,lrange,lpop | apnadkarni | 2022-07-26 | 1 | -5/+13 |
|
|
| * | | Tests for spanned lists with shared reps | apnadkarni | 2022-07-25 | 1 | -10/+12 |
|
|
| * | | Fixes for listrep-3.15,17. Add tests for spanned intreps | apnadkarni | 2022-07-20 | 1 | -26/+30 |
|
|
| * | | Batch of tests for unshared lists with span | apnadkarni | 2022-07-18 | 1 | -21/+36 |
|
|
| * | | Another batch of white box listrep tests | apnadkarni | 2022-07-17 | 1 | -28/+38 |
|
|
| * | | First few list representation tests | apnadkarni | 2022-07-16 | 1 | -0/+5 |
|
|
| * | | Optimize couple of special cases: | apnadkarni | 2022-07-16 | 1 | -35/+78 |
|
|
| * | | Start on list representation black box tests | apnadkarni | 2022-07-15 | 1 | -117/+192 |
|
|
| * | | 'result' variable should be 'int', not 'ListSizeT' | jan.nijtmans | 2022-07-14 | 1 | -1/+2 |
|
|
| * | | Put '}' and 'else' at the same line everywhere (code formatting) | jan.nijtmans | 2022-07-14 | 1 | -52/+32 |
|
|
| * | | Merge 8.7 (Make ListStore->slots a TCLFLEXARRAY) | jan.nijtmans | 2022-07-13 | 1 | -2/+2 |
| |\ \ |
|
| * | | | Start towards Tcl9 support | apnadkarni | 2022-06-13 | 1 | -189/+235 |
|
|
| * | | | Merge core-8-branch after TIP616 | apnadkarni | 2022-06-12 | 1 | -0/+2 |
| |\ \ \ |
|
| * | | | | Implement bidirection shift to distribute free space in list stores. | apnadkarni | 2022-05-29 | 1 | -45/+68 |
|
|
| * | | | | TIP 625 - Re-implementation of lists | apnadkarni | 2022-05-24 | 1 | -940/+2025 |
|
|
* | | | | | Move ArithSeries code to its own files. More bug fixes. | griffin | 2022-08-28 | 1 | -926/+5 |
|
|
* | | | | | Implement support for float (double) values. Add more test coverage. | griffin | 2022-08-24 | 1 | -71/+345 |
|
|
* | | | | | Bug fixes | griffin | 2022-08-17 | 1 | -1/+4 |
|
|
* | | | | | Implement lrange for arithseries. Code cleanup. | griffin | 2022-08-16 | 1 | -2/+61 |
|
|
* | | | | | Rename command from "range" to "lseq". | griffin | 2022-08-14 | 1 | -13/+112 |
|
|
* | | | | | Fix windows build (invalid '&'). Eliminate end-of-line spacing | jan.nijtmans | 2022-07-24 | 1 | -11/+11 |
|
|
* | | | | | sync up with core-8-brnach. | griffin | 2022-07-23 | 1 | -328/+319 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Make List->elements a TCLFLEXARRAY. Improve documentation (backported from 9.0) | jan.nijtmans | 2022-07-13 | 1 | -328/+319 |
|
|
* | | | | | Remove support for double (real) values. | griffin | 2022-07-14 | 1 | -6/+7 |
|
|
* | | | | | Fix build | jan.nijtmans | 2022-07-12 | 1 | -3/+3 |
|
|
* | | | | | Implement TIP-225 ArithSeries. And other changes. | griffin | 2022-07-12 | 1 | -0/+518 |
|/ / / / |
|
* | | | | Merge 8.6 | jan.nijtmans | 2022-06-23 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | Slightly better integer overflow handling in Tcl_ListObjReplace() | jan.nijtmans | 2022-06-23 | 1 | -1/+1 |
|
|
| * | | IntRep -> InternalRep. Internal changes only. | jan.nijtmans | 2021-10-19 | 1 | -25/+34 |
|
|
| * | | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 1 | -2/+2 |
|
|