summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add lseq to list command cross referencesapnadkarni2022-09-2719-27/+27
|
* TIP 631apnadkarni2022-09-2722-26/+533
|\
| * Merge 8.7apnadkarni2022-09-2741-1337/+3495
| |\ | |/ |/|
* | Make Tcl_SaveResult() and friends _really_ deprecated, so make gcc/clang ↵jan.nijtmans2022-09-263-10/+30
| | | | | | | | warn when it's used
* | Merge 8.6jan.nijtmans2022-09-264-813/+316
|\ \
| * \ Update tzdata to 2022d. Add one more unused stub entryjan.nijtmans2022-09-267-818/+325
| |\ \
| | * | Update tzdata to 2022djan.nijtmans2022-09-264-813/+316
| | | |
| | * | Add some more unused stub entriesjan.nijtmans2022-09-263-7/+35
| | | |
* | | | TIP #220: Escalate Privileges in VFS Close Callbackjan.nijtmans2022-09-268-0/+250
|\ \ \ \
| * \ \ \ Merge 8.7jan.nijtmans2022-09-083-24/+21
| |\ \ \ \
| * | | | | Revive TIP #220 implementation: Escalate Privileges in VFS Close Callbackjan.nijtmans2022-09-078-0/+238
| | | | | |
* | | | | | TIP #594: Modernize "file stat" interfacejan.nijtmans2022-09-253-32/+82
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2022-09-083-24/+21
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Fix cmdAH-23.* testcasesjan.nijtmans2022-09-081-2/+2
| | | | | | |
| * | | | | | TIP #594 implementation: Modernize "file stat" interfacejan.nijtmans2022-09-073-30/+80
| | |/ / / / | |/| | | |
* | | | | | Testcase stringObj-16.6 cannot run with -DTCL_NO_DEPRECATED=1. Merge 8.6jan.nijtmans2022-09-231-1/+1
| | | | | |
* | | | | | 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 ↵jan.nijtmans2022-09-226-59/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TclGetObjInterpProc()) Add some unused stub entries. Add some more type-casts to tclProc.c
* | | | | | Merge 8.6jan.nijtmans2022-09-224-8/+11
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [22ab2ae64a]: Build with minizip broken (actually, only a problem in ↵jan.nijtmans2022-09-221-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | 8.7, but let's keep tinydir.h the same in all branches)
| * | | | | 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.6jan.nijtmans2022-09-212-2/+13
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [c0bc269178]: switch -regexp -matchvar -indexvar broken when optional ↵jan.nijtmans2022-09-212-2/+13
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | subexpression does not match
| | * | | | | 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 ↵jan.nijtmans2022-09-193-36/+476
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Access to Tcl_DoOneEvent
| * | | | | | | | TIP #455 proposed implementationjan.nijtmans2022-08-313-36/+476
| | | | | | | | |
* | | | | | | | | New (internal) function TclGetObjInterpProc2() and macro TclObjInterpProc2. ↵jan.nijtmans2022-09-194-9/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Will be needed for Itcl (in combination with TIP #626). Should have been part of TIP #627.
* | | | | | | | | 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
| | |\ \ \ \ \ \ \ \