summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2022-09-287-46/+108
|\
| * Fix wrong TclGetNumberFromObj() usage: this will crash if mp_int's are involv...jan.nijtmans2022-09-282-15/+10
| * int -> ListSizeT, and a few more simplificationsjan.nijtmans2022-09-282-5/+7
| * Still doesn't work. Use static in stead of MODULE_SCOPEjan.nijtmans2022-09-281-3/+3
| * Fix bug-9933cc4d88griffin2022-09-276-25/+90
| |\
| | * sync with core-8-branchgriffin2022-09-2738-899/+1229
| | |\ | | |/ | |/|
| | * Fix compile error.griffin2022-09-261-1/+2
| | * Fix out-of-bounds length bug.griffin2022-09-256-25/+89
* | | Merge 8.7jan.nijtmans2022-09-2724-47/+554
|\ \ \ | |/ /
| * | Since 'inline' doesn't seem to work, use MODULE_SCOPEjan.nijtmans2022-09-271-3/+3
| * | Add lseq to list command cross referencesapnadkarni2022-09-2719-27/+27
| * | TIP 631apnadkarni2022-09-2722-26/+533
| |\ \
| | * \ Merge 8.7apnadkarni2022-09-2741-1337/+3495
| | |\ \ | | |/ / | |/| |
| | * | Rename lsubst to ledit, add docsapnadkarni2022-09-1622-166/+257
| | * | Merge 8.7apnadkarni2022-09-16111-4091/+5526
| | |\ \
| | * | | TIP 631 - lsubst commandapnadkarni2022-08-074-0/+416
| | * | | Create new branch named "tip-631"apnadkarni2022-08-060-0/+0
* | | | | Adapt implementation to TIP: -nagle -> -nodelay (and invert some logic)jan.nijtmans2022-09-264-21/+17
* | | | | Merge 8.7jan.nijtmans2022-09-2617-860/+682
|\ \ \ \ \ | |/ / / /
| * | | | Make Tcl_SaveResult() and friends _really_ deprecated, so make gcc/clang war...jan.nijtmans2022-09-263-10/+30
| * | | | 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 TclGetO...jan.nijtmans2022-09-226-59/+61
* | | | | | | | rebase to latest 8.7jan.nijtmans2022-09-225-60/+172
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge 8.7jan.nijtmans2022-09-083-24/+21
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge 8.7jan.nijtmans2022-09-075-119/+169
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | Fix testcase iocmd-8.15jan.nijtmans2022-09-041-2/+2
| * | | | | | | TIP #344 implementationjan.nijtmans2022-09-035-64/+176
* | | | | | | | 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.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
|\ \ \ \ \ \ \ \