summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | 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
| | |/ / / / | |/| | | |
* | | | | | More progressjan.nijtmans2022-07-141-1/+1
* | | | | | First shot at TIP #625 for Tcl 9.0. jan.nijtmans2022-07-141-14/+30
| |_|_|_|/ |/| | | |
* | | | | Merge 8.7jan.nijtmans2022-07-131-3/+3
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | Make List->elements a TCLFLEXARRAY. Improve documentation (backported from 9.0)jan.nijtmans2022-07-131-3/+3
| |/ /
* | | TIP #616: Tcl lists > 2^31 elementsjan.nijtmans2022-06-081-89/+91
|\ \ \ | | |/ | |/|
| * | Merge 9.0jan.nijtmans2022-05-171-19/+19
| |\ \ | |/ / |/| |
| * | Merge 9.0jan.nijtmans2022-04-141-10/+11
| |\ \
| * | | More progressjan.nijtmans2022-03-291-2/+2
| * | | Make framePtr->level size_tjan.nijtmans2022-03-151-2/+2
| * | | More size_tjan.nijtmans2022-03-081-2/+2
| * | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-12/+12
| * | | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-7/+7
| * | | Almost complete (at least the API)jan.nijtmans2022-01-271-40/+40
| * | | More progressjan.nijtmans2022-01-271-24/+26
| * | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-19/+19
* | | | Merge 8.7jan.nijtmans2022-05-171-19/+19
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-19/+19
| * | New macro TclNewIndexObj(). For Tcl 8.7 it's the same as TclNewIntObj(), but ...jan.nijtmans2021-12-211-18/+18
| |\ \