| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Replace (lreplace) function to AbstractList type, and corrisponding Tcl_A... | griffin | 2022-10-22 | 1 | -0/+5 |
|
|
* | More work on lset support in AbstractLists | griffin | 2022-10-19 | 1 | -4/+14 |
|
|
* | Add SetElement function to abstract lists. Fix a few bugs. | griffin | 2022-10-18 | 1 | -13/+12 |
|
|
* | Modify AbstractList functions to include interp for error reporting. Other va... | griffin | 2022-10-11 | 1 | -3/+5 |
|
|
* | Code cleanup and reorganize | griffin | 2022-10-08 | 1 | -1/+1 |
|
|
* | Sync with core-8-branch | griffin | 2022-10-07 | 1 | -16/+12 |
|\ |
|
| * | 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 |
|
|
* | | | Sync with core-8-branch | griffin | 2022-09-29 | 1 | -8/+32 |
|\ \ \
| |/ / |
|
| * | | 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 |
| |\ \ \
| | |/ / |
|
| * | | | Sync with core-8-branch listObj changes. | griffin | 2022-08-30 | 1 | -1226/+2543 |
| |\ \ \ |
|
| * | | | | 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 |
| |\ \ \ \ |
|
| * | | | | | 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.7 | jan.nijtmans | 2022-09-07 | 1 | -41/+12 |
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | Change refCount (in ListStore/ListSpan) to size_t. More ClientData -> void *.... | jan.nijtmans | 2022-09-01 | 1 | -21/+2 |
| | |_|/ /
| |/| | | |
|
| * | | | | Remove TODO's already done. Only use ListSizeT for types which are 'size_t' i... | jan.nijtmans | 2022-08-29 | 1 | -20/+10 |
|
|
* | | | | | Abstract Lists (TIP-225) initial implementation. | griffin | 2022-08-08 | 1 | -1/+56 |
|/ / / / |
|
* | | | | 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 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Make List->elements a TCLFLEXARRAY. Improve documentation (backported from 9.0) | jan.nijtmans | 2022-07-13 | 1 | -328/+319 |
| |/ / |
|
| * | | 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 |
|
|
| | * | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 1 | -11/+11 |
|
|