summaryrefslogtreecommitdiffstats
path: root/generic/tclListObj.c
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkapnadkarni2023-04-141-42/+47
|\
| * Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-42/+47
| |\
| | * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-42/+47
* | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-19/+19
|/ /
* | Merge 8.7jan.nijtmans2023-03-241-1/+1
|\ \ | |/
| * Merge 8.6jan.nijtmans2023-03-241-1/+1
| |\
| | * Fix [15e74a2fe6]: Fix various typosjan.nijtmans2023-03-241-1/+1
* | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-1/+1
* | | Merge 8.7jan.nijtmans2022-12-211-2/+3
|\ \ \ | |/ /
| * | Add 'interp' argument to some arith functions, for better error-handlingjan.nijtmans2022-12-211-2/+3
| * | Reduce shimmering: If a conclusion can be drawn about the number of list elem...jan.nijtmans2022-11-281-2/+2
* | | Eliminate TclArithSeriesObjLength and TclArithSeriesObjStep from tclArithSeri...jan.nijtmans2022-12-081-2/+2
* | | Merge 9.0. New macro ABSTRACTLIST_PROCjan.nijtmans2022-11-281-19/+15
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2022-11-281-3/+6
| |\ \ \ | | |/ /
| | * | Use Tcl_Size for ArithSeries.lenjan.nijtmans2022-11-281-3/+6
* | | | size_t result for lengthProc. More usage of Tcl_GetWideUIntFromObjjan.nijtmans2022-11-271-3/+3
* | | | HAS_ABSTRACTLIST_PROCjan.nijtmans2022-11-261-12/+11
* | | | Merge 9.0jan.nijtmans2022-11-251-10/+4
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2022-11-251-10/+4
| |\ \ \ | | |/ /
| | * | Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (an...jan.nijtmans2022-11-251-10/+4
* | | | Internal abstract list, don't let "llength" shimmer any more.jan.nijtmans2022-11-231-19/+40
|/ / /
* | | Merge trunk. Also update Tcl_ObjType.version to match TIP 644apnadkarni2022-11-091-90/+90
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2022-11-011-1/+1
| |\ \ \ | | |/ /
| | * | Fix refCount crash. Improve ArithSeries regression coverage.griffin2022-11-011-1/+1
| * | | 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
| | |\ \ \ \ \ \
* | | | | | | | | TIP 644 - Make Tcl_ObjType extensibleapnadkarni2022-10-111-1/+2
|/ / / / / / / /
* | | | | | | | 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