summaryrefslogtreecommitdiffstats
path: root/generic/tclListObj.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2022-10-211-1/+1
|\
| * Merge 8.7jan.nijtmans2022-10-211-89/+89
| |\
| | * typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628)jan.nijtmans2022-10-211-87/+87
* | | Rebase to 9.0jan.nijtmans2022-10-121-88/+88
|\ \ \ | |/ / |/| |
| * | Merge 9.0jan.nijtmans2022-09-281-2/+2
| |\ \
| * \ \ Merge 9.0jan.nijtmans2022-09-281-1/+2
| |\ \ \
| * \ \ \ Merge 9.0jan.nijtmans2022-09-261-2/+66
| |\ \ \ \
| * \ \ \ \ Merge 9.0jan.nijtmans2022-09-071-1200/+2513
| |\ \ \ \ \
* | \ \ \ \ \ Merge 8.7jan.nijtmans2022-10-061-1/+2
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge 8.6jan.nijtmans2022-10-061-3/+4
| |\ \ \ \ \ \
| | * | | | | | Fix [1599352cca] and related issuesjan.nijtmans2022-10-051-3/+4
| * | | | | | | Fix some bugs in lseqgriffin2022-10-041-4/+4
* | | | | | | | Fix Obj leaks in ArithSeries.griffin2022-10-021-6/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Fix various issues with refCounts.griffin2022-09-301-2/+0
* | | | | | | Merge 8.7jan.nijtmans2022-09-281-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | int -> ListSizeT, and a few more simplificationsjan.nijtmans2022-09-281-1/+1
* | | | | | | Don't worry deprecation warnings for Tcl_SaveResult: If TIP #640 is accepted ...jan.nijtmans2022-09-281-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge 8.7jan.nijtmans2022-09-281-1/+2
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Fix compile error.griffin2022-09-261-1/+2
| * | | | Fix out-of-bounds length bug.griffin2022-09-251-1/+1
* | | | | Merge 8.7jan.nijtmans2022-09-211-2/+66
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Sync with core-8-branch, fix shimmer in TclLindexFlat.griffin2022-09-191-0/+21
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2022-09-011-21/+2
| |\ \ \ \ | | |/ / /
| * | | | Sync with core-8-branch listObj changes.griffin2022-08-301-1226/+2543
| |\ \ \ \
| * | | | | Move ArithSeries code to its own files. More bug fixes.griffin2022-08-281-926/+5
| * | | | | Implement support for float (double) values. Add more test coverage.griffin2022-08-241-71/+345
| * | | | | Bug fixesgriffin2022-08-171-1/+4
| * | | | | Implement lrange for arithseries. Code cleanup.griffin2022-08-161-2/+61
| * | | | | Rename command from "range" to "lseq".griffin2022-08-141-13/+112
| * | | | | Fix windows build (invalid '&'). Eliminate end-of-line spacingjan.nijtmans2022-07-241-11/+11
| * | | | | sync up with core-8-brnach.griffin2022-07-231-328/+319
| |\ \ \ \ \
| * | | | | | Remove support for double (real) values.griffin2022-07-141-6/+7
| * | | | | | Fix buildjan.nijtmans2022-07-121-3/+3
| * | | | | | Implement TIP-225 ArithSeries. And other changes.griffin2022-07-121-0/+518
* | | | | | | Merge 8.7jan.nijtmans2022-09-011-21/+2
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Change refCount (in ListStore/ListSpan) to size_t. More ClientData -> void *....jan.nijtmans2022-09-011-21/+2
| | |_|/ / / | |/| | | |
| * | | | | Remove TODO's already done. Only use ListSizeT for types which are 'size_t' i...jan.nijtmans2022-08-291-20/+10
* | | | | | Since numAfterRangeEnd (of type size_t) is always >= 0, those LIST_ASSERT's a...jan.nijtmans2022-08-311-2/+0
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge 9.0 and tip-625jan.nijtmans2022-07-301-1/+8
|\ \ \ \ \ \ \ | | |/ / / / /
| | * | | | | Garbage collect unreferenced elements in lset implementation. Add tests forapnadkarni2022-07-291-1/+8
* | | | | | | merge tip-625jan.nijtmans2022-07-271-12/+16
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Final prep for TIP625 voteapnadkarni2022-07-271-12/+16
* | | | | | | Merge tip-625jan.nijtmans2022-07-271-13/+23
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | List rep tests for lappend,lset,lassign,lremove,lrange,lpopapnadkarni2022-07-261-5/+13
| * | | | | | Tests for spanned lists with shared repsapnadkarni2022-07-251-10/+12
* | | | | | | Merge tip-625jan.nijtmans2022-07-241-40/+117
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fixes for listrep-3.15,17. Add tests for spanned intrepsapnadkarni2022-07-201-26/+30
| * | | | | | Batch of tests for unshared lists with spanapnadkarni2022-07-181-21/+36
| * | | | | | Another batch of white box listrep testsapnadkarni2022-07-171-28/+38
| * | | | | | First few list representation testsapnadkarni2022-07-161-0/+5