summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7dgp2022-09-2117-461/+2139
|\
| * Merge 8.6jan.nijtmans2022-09-211-2/+6
| |\
| | * Proposed fix for [c0bc269178], with testcasejan.nijtmans2022-09-201-2/+6
| * | TIP #624: Deprecate Tcl_MakeSafejan.nijtmans2022-09-215-6/+11
| |\ \
| | * \ Merge 8.7jan.nijtmans2022-09-081-3/+14
| | |\ \
| | * \ \ Merge 8.7jan.nijtmans2022-09-0779-3230/+6547
| | |\ \ \
| | * | | | RFE [655300]: Deprecate Tcl_MakeSafe()jan.nijtmans2022-04-055-6/+11
| * | | | | Sync with core-8-branch, fix shimmer in TclLindexFlat.griffin2022-09-196-419/+482
| |\ \ \ \ \
| | * | | | | 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-191-30/+404
| | |\ \ \ \ \
| | | * | | | | TIP #455 proposed implementationjan.nijtmans2022-08-311-30/+404
| | * | | | | | 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-1614-514/+908
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Merge 8.7jan.nijtmans2022-09-081-3/+14
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge 8.7jan.nijtmans2022-09-072-91/+115
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | 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-013-206/+190
| |\ \ \ \ \ \ \
| * | | | | | | | Fix build issues.griffin2022-08-312-2/+2
| * | | | | | | | Sync with core-8-branchgriffin2022-08-304-20/+14
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Sync with core-8-branch listObj changes.griffin2022-08-309-1286/+2961
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ sync with core-8-branchgriffin2022-08-297-47/+81
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Move ArithSeries code to its own files. More bug fixes.griffin2022-08-287-1023/+1061
| * | | | | | | | | | | sync up with core-8-branchgriffin2022-08-2518-37/+499
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Implement support for float (double) values. Add more test coverage.griffin2022-08-244-229/+548
| * | | | | | | | | | | | Bug fixesgriffin2022-08-172-28/+10
| * | | | | | | | | | | | Implement lrange for arithseries. Code cleanup.griffin2022-08-164-35/+71
| * | | | | | | | | | | | sync with core-8-branchgriffin2022-08-143-7/+103
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Rename command from "range" to "lseq".griffin2022-08-149-480/+598
| * | | | | | | | | | | | | Fix windows build (invalid '&'). Eliminate end-of-line spacingjan.nijtmans2022-07-245-28/+28
| * | | | | | | | | | | | | sync up with core-8-brnach.griffin2022-07-2317-636/+717
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Rewrite argument processing code. All correct and error conditions are handle...griffin2022-07-221-192/+372
| * | | | | | | | | | | | | | Remove support for double (real) values.griffin2022-07-143-172/+91
| * | | | | | | | | | | | | | 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-121-21/+29
| * | | | | | | | | | | | | | Fix buildjan.nijtmans2022-07-123-12/+13
| * | | | | | | | | | | | | | Implement TIP-225 ArithSeries. And other changes.griffin2022-07-128-47/+739
| * | | | | | | | | | | | | | 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-053-0/+287
* | | | | | | | | | | | | | | TIP implementation to add/use public routines Tcl_GetNumber(FromObj).dgp2022-09-1810-44/+100
| |_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | When zipfs is finalized, be sure to unregister it. If this isn't done,dgp2022-09-151-0/+1
| | | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ \ \ \ \ TIP #602 (partial): Remove tilde expansion in file paths. This part doesn't c...jan.nijtmans2022-09-145-2/+335
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |