summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* 3 more places where -wtrapv errors are triggered running the test-suitejan.nijtmans2023-09-151-2/+2
* Rebase to 8.7jan.nijtmans2023-08-311-2/+2
|\
| * Rebase to 8.7jan.nijtmans2023-08-301-2/+2
| |\
| | * Rebase to 8.7jan.nijtmans2023-07-261-2/+2
| | |\
| | | * Rebase to 8.7jan.nijtmans2023-07-091-2/+2
| | | |\
| | | | * Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin...jan.nijtmans2023-05-011-2/+2
* | | | | Backport some test improvements from 9.0jan.nijtmans2023-08-311-1/+1
|/ / / /
* | | | Merge "revert-dup-pure" branch: get rid of TclDuplicatePureObj()jan.nijtmans2023-08-251-119/+103
|\ \ \ \ | |/ / / |/| | |
| * | | The experiment deployment of TclDuplicatePureObj() has been reverted fromdgp2023-08-211-23/+7
|/ / /
* | | Code cleanup for arithSeries, all backported from 9.0jan.nijtmans2023-07-101-1/+0
|/ /
* | New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-021-2/+3
* | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Bac...jan.nijtmans2023-05-311-70/+99
|/
* Use TclListObjRange in lassign for performance reasonsapnadkarni2023-04-221-2/+15
* Reduce diff between 8.7 and 9.0. Add some testcasesjan.nijtmans2023-04-211-39/+48
* Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-4/+4
* Add 'interp' argument to some arith functions, for better error-handlingjan.nijtmans2022-12-211-3/+4
* Reduce shimmering: If a conclusion can be drawn about the number of list elem...jan.nijtmans2022-11-281-2/+8
* Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (an...jan.nijtmans2022-11-251-3/+3
* 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.7jan.nijtmans2022-09-271-0/+117
|\ \ \ | | |/ | |/|
| * | 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.7dgp2022-09-211-16/+491
|\ \ \ | |/ / |/| / | |/
| * Fix build issues.griffin2022-08-311-0/+1
| * Sync with core-8-branch listObj changes.griffin2022-08-301-14/+31
| |\ | |/ |/|
| * 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
| |\
| | * Make List->elements a TCLFLEXARRAY. Improve documentation (backported from 9.0)jan.nijtmans2022-07-131-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
| |/
* | 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
|/
* Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-19/+19