summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-36/+36
* Merge 8.7jan.nijtmans2022-12-211-3/+4
|\
| * Add 'interp' argument to some arith functions, for better error-handlingjan.nijtmans2022-12-211-3/+4
* | Eliminate TclArithSeriesObjLength and TclArithSeriesObjStep from tclArithSeri...jan.nijtmans2022-12-081-1/+1
* | Stop shimmering for "llength". Internal optimization (but using TIP #644)jan.nijtmans2022-11-301-4/+4
|\ \
| * | size_t result for lengthProc. More usage of Tcl_GetWideUIntFromObjjan.nijtmans2022-11-271-1/+3
| * | Merge 9.0jan.nijtmans2022-11-251-2/+2
| |\ \
| * | | Internal abstract list, don't let "llength" shimmer any more.jan.nijtmans2022-11-231-4/+4
* | | | Merge 8.7jan.nijtmans2022-11-281-2/+7
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Reduce shimmering: If a conclusion can be drawn about the number of list elem...jan.nijtmans2022-11-281-2/+8
* | | Merge 8.7jan.nijtmans2022-11-251-2/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (an...jan.nijtmans2022-11-251-3/+3
* | Merge 8.7jan.nijtmans2022-11-111-1/+2
|\ \ | |/
* | merge 8.7dgp2022-10-171-1/+1
|\ \ | |/
| * Merge 8.7jan.nijtmans2022-09-281-5/+2
| |\
| * \ Merge 8.7jan.nijtmans2022-09-281-7/+19
| |\ \
| * \ \ Merge 8.7jan.nijtmans2022-09-271-0/+117
| |\ \ \
| * \ \ \ merge 8.7dgp2022-09-211-16/+491
| |\ \ \ \
* | \ \ \ \ Merge 8.7jan.nijtmans2022-10-101-2/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
* | | | | | Fix Obj leaks in ArithSeries.griffin2022-10-021-1/+0
|\ \ \ \ \ \ | |/ / / / /
* | | | | | Merge 8.7jan.nijtmans2022-09-281-5/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix wrong TclGetNumberFromObj() usage: this will crash if mp_int's are involv...jan.nijtmans2022-09-281-5/+2
| | |_|_|/ | |/| | |
* | | | | Merge 8.7jan.nijtmans2022-09-281-7/+19
|\ \ \ \ \ | |/ / / /
| * | | | sync with core-8-branchgriffin2022-09-271-0/+117
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Fix out-of-bounds length bug.griffin2022-09-251-7/+19
| | |_|/ | |/| |
* | | | Merge 8.7 (primarily TIP 631)apnadkarni2022-09-271-0/+118
|\ \ \ \ | | |/ / | |/| |
| * | | Merge 8.7apnadkarni2022-09-271-16/+491
| |\ \ \ | | |/ /
| * | | Rename lsubst to ledit, add docsapnadkarni2022-09-161-4/+4
| * | | TIP 631 - lsubst commandapnadkarni2022-08-071-0/+117
| | |/ | |/|
* | | Merge 8.7jan.nijtmans2022-09-211-15/+492
|\ \ \ | | |/ | |/|
| * | Fix build issues.griffin2022-08-311-0/+1
| * | Sync with core-8-branch listObj changes.griffin2022-08-301-14/+31
| |\ \ | | |/
| | * Put '}' and 'else' at the same line everywhere (code formatting)jan.nijtmans2022-07-141-6/+3
| | * TIP 625 - Re-implementation of listsapnadkarni2022-05-241-16/+36
| * | Move ArithSeries code to its own files. More bug fixes.griffin2022-08-281-32/+33
| * | Implement support for float (double) values. Add more test coverage.griffin2022-08-241-144/+168
| * | Bug fixesgriffin2022-08-171-27/+6
| * | Implement lrange for arithseries. Code cleanup.griffin2022-08-161-32/+9
| * | Rename command from "range" to "lseq".griffin2022-08-141-19/+470
| * | Fix windows build (invalid '&'). Eliminate end-of-line spacingjan.nijtmans2022-07-241-1/+1
| * | sync up with core-8-brnach.griffin2022-07-231-3/+3
| |\ \
| * | | "range", Tcl_RangeObjCmd() to proper compilation unitbch2022-07-141-333/+0
| * | | typo; nfcbch2022-07-141-1/+1
| * | | Fix issue with sign of step value: if the sign of the step value is in confli...griffin2022-07-121-21/+29
| * | | Implement TIP-225 ArithSeries. And other changes.griffin2022-07-121-31/+98
| * | | Eliminate totalElems (left-over from 'lrepeat'). Bug in checking LIST_MAX (al...jan.nijtmans2022-07-071-6/+5
| * | | Review: 1) cleanupTests missing in "range.test". 2) status should be int, not...jan.nijtmans2022-07-071-21/+21
| * | | Improve error checking and testing.griffin2022-07-061-70/+81
| * | | Missed step == 0 check.griffin2022-07-051-6/+13
| * | | (bares some resemblance to) TIP-629 Implementation.griffin2022-07-051-0/+283
| | |/ | |/|