summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2022-09-221-1/+1
|\
| * Merge 8.6jan.nijtmans2022-09-221-1/+1
| |\
| | * Make TclObjInterpProc a macro (since it always should be used through TclGetO...jan.nijtmans2022-09-226-59/+61
* | | Merge 8.7jan.nijtmans2022-09-225-18/+21
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-09-224-8/+11
| |\ \ | | |/
| | * Fix [22ab2ae64a]: Build with minizip broken (actually, only a problem in 8.7,...jan.nijtmans2022-09-221-6/+0
| | * Update docs and comments to agree with TIP 623.dgp2022-09-212-2/+6
| | * Another test related to TIP 623.dgp2022-09-211-0/+5
* | | Merge 8.7jan.nijtmans2022-09-212-2/+13
|\ \ \ | |/ /
| * | 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
| | |/
* | | Merge 8.7jan.nijtmans2022-09-210-0/+0
|\ \ \ | |/ /
| * | remove tests/range.test, no longer neededjan.nijtmans2022-09-210-0/+0
* | | Merge 8.7jan.nijtmans2022-09-2120-66/+2259
|\ \ \ | |/ /
| * | 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
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | 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