summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7dgp2022-09-2126-470/+2803
|\
| * Merge 8.6jan.nijtmans2022-09-212-2/+13
| |\
| | * Fix [c0bc269178]: switch -regexp -matchvar -indexvar broken when optional sub...jan.nijtmans2022-09-212-2/+13
| | |\
| | | * Proposed fix for [c0bc269178], with testcasejan.nijtmans2022-09-202-2/+13
| | |/
| * | remove tests/range.test, no longer neededjan.nijtmans2022-09-210-0/+0
| * | TIP #624: Deprecate Tcl_MakeSafejan.nijtmans2022-09-216-6/+12
| |\ \
| | * \ Merge 8.7jan.nijtmans2022-09-083-24/+21
| | |\ \
| | * \ \ Merge 8.7jan.nijtmans2022-09-07313-16693/+26651
| | |\ \ \
| | * | | | RFE [655300]: Deprecate Tcl_MakeSafe()jan.nijtmans2022-04-056-6/+12
| * | | | | TIP 629: Add a lseq command to the core of list commandsgriffin2022-09-2014-37/+2245
| |\ \ \ \ \
| | * \ \ \ \ Sync with core-8-branch, fix shimmer in TclLindexFlat.griffin2022-09-198-425/+554
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | addendum to previous commit: restore -errorcode too .....jan.nijtmans2022-09-191-1/+1
| * | | | | | Upgrade Tcl_SaveResult usage to Tcl_SaveInterpState.dgp2022-09-191-3/+3
| * | | | | | eliminate (enum options) typecastjan.nijtmans2022-09-191-3/+2
| * | | | | | TIP #455 implementation: Extensions to [vwait]: Variable Sets and Scripted Ac...jan.nijtmans2022-09-193-36/+476
| |\ \ \ \ \ \
| | * | | | | | TIP #455 proposed implementationjan.nijtmans2022-08-313-36/+476
| * | | | | | | New (internal) function TclGetObjInterpProc2() and macro TclObjInterpProc2. W...jan.nijtmans2022-09-194-9/+58
| * | | | | | | Remove pre-8.6-related commentsjan.nijtmans2022-09-191-380/+0
| | | * | | | | Sync with core-8-branchgriffin2022-09-1632-1172/+3933
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | | * | | | | Merge 8.7jan.nijtmans2022-09-083-24/+21
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | |
| | | * | | | | Merge 8.7jan.nijtmans2022-09-078-216/+290
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | |
| | | * | | | | Fix some typos in comments.fvogel2022-09-052-7/+7
| | | * | | | | Restore compatibility with C++ compilerjan.nijtmans2022-09-011-8/+6
| | | * | | | | Merge 8.7jan.nijtmans2022-09-016-211/+195
| | | |\ \ \ \ \
| | | * | | | | | Add empty "range.test": GIT doesn't handling file renames well ....jan.nijtmans2022-09-011-343/+0
| | | * | | | | | Fix build issues.griffin2022-08-313-2/+3
| | | * | | | | | Sync with core-8-branchgriffin2022-08-304-20/+14
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Sync with core-8-branch listObj changes.griffin2022-08-3014-1288/+7162
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ sync with core-8-branchgriffin2022-08-297-47/+81
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | Move ArithSeries code to its own files. More bug fixes.griffin2022-08-289-1026/+1070
| | | * | | | | | | | | sync up with core-8-branchgriffin2022-08-2568-2398/+999
| | | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Implement support for float (double) values. Add more test coverage.griffin2022-08-245-233/+619
| | | * | | | | | | | | | Bug fixesgriffin2022-08-174-33/+43
| | | * | | | | | | | | | Implement lrange for arithseries. Code cleanup.griffin2022-08-164-35/+71
| | | * | | | | | | | | | sync with core-8-branchgriffin2022-08-145-7/+216
| | | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Rename command from "range" to "lseq".griffin2022-08-1411-480/+1066
| | | * | | | | | | | | | | Fix windows build (invalid '&'). Eliminate end-of-line spacingjan.nijtmans2022-07-247-36/+36
| | | * | | | | | | | | | | sync up with core-8-brnach.griffin2022-07-2351-1585/+2760
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Rewrite argument processing code. All correct and error conditions are handle...griffin2022-07-222-198/+447
| | | * | | | | | | | | | | | Fix nroff errors in range man page.griffin2022-07-161-29/+36
| | | * | | | | | | | | | | | Remove support for double (real) values.griffin2022-07-145-292/+175
| | | * | | | | | | | | | | | floor() wants math.h *at least* on NetBSD, and appears other *nix too(?)bch2022-07-141-0/+1
| | | * | | | | | | | | | | | "range", Tcl_RangeObjCmd() to proper compilation unitbch2022-07-142-333/+333
| | | * | | | | | | | | | | | 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-122-43/+47
| | | * | | | | | | | | | | | Fix buildjan.nijtmans2022-07-123-12/+13
| | | * | | | | | | | | | | | Implement TIP-225 ArithSeries. And other changes.griffin2022-07-1210-139/+907
| | | * | | | | | | | | | | | 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-072-21/+29
| | | * | | | | | | | | | | | Improve error checking and testing.griffin2022-07-062-73/+163