summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7apnadkarni2022-09-2721-484/+2339
|\
| * Make Tcl_SaveResult() and friends _really_ deprecated, so make gcc/clang war...jan.nijtmans2022-09-263-10/+30
| * TIP #220: Escalate Privileges in VFS Close Callbackjan.nijtmans2022-09-266-0/+117
| |\
| | * Merge 8.7jan.nijtmans2022-09-081-3/+14
| | |\
| | * | Revive TIP #220 implementation: Escalate Privileges in VFS Close Callbackjan.nijtmans2022-09-076-0/+105
| * | | TIP #594: Modernize "file stat" interfacejan.nijtmans2022-09-251-8/+47
| |\ \ \
| | * \ \ Merge 8.7jan.nijtmans2022-09-081-3/+14
| | |\ \ \ | | | | |/ | | | |/|
| | * | | TIP #594 implementation: Modernize "file stat" interfacejan.nijtmans2022-09-071-8/+47
| | | |/ | | |/|
| * | | Merge 8.6jan.nijtmans2022-09-221-3/+2
| |\ \ \
| | * | | Do the "#undef TclObjInterpProc" slightly earlierjan.nijtmans2022-09-221-2/+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.6jan.nijtmans2022-09-221-1/+3
| |\ \ \ \ | | |/ / /
| | * | | Update docs and comments to agree with TIP 623.dgp2022-09-211-1/+3
| * | | | 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