Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2022-09-28 | 6 | -46/+89 |
|\ | |||||
| * | Fix wrong TclGetNumberFromObj() usage: this will crash if mp_int's are involv... | jan.nijtmans | 2022-09-28 | 2 | -15/+10 |
| * | int -> ListSizeT, and a few more simplifications | jan.nijtmans | 2022-09-28 | 2 | -5/+7 |
| * | Still doesn't work. Use static in stead of MODULE_SCOPE | jan.nijtmans | 2022-09-28 | 1 | -3/+3 |
| * | sync with core-8-branch | griffin | 2022-09-27 | 10 | -18/+315 |
| |\ | |||||
| * | | Fix compile error. | griffin | 2022-09-26 | 1 | -1/+2 |
| * | | Fix out-of-bounds length bug. | griffin | 2022-09-25 | 5 | -25/+70 |
* | | | Merge 8.7 | jan.nijtmans | 2022-09-27 | 4 | -3/+124 |
|\ \ \ | | |/ | |/| | |||||
| * | | Since 'inline' doesn't seem to work, use MODULE_SCOPE | jan.nijtmans | 2022-09-27 | 1 | -3/+3 |
| * | | Merge 8.7 | apnadkarni | 2022-09-27 | 21 | -484/+2339 |
| |\ \ | |||||
| * | | | Rename lsubst to ledit, add docs | apnadkarni | 2022-09-16 | 3 | -8/+8 |
| * | | | Merge 8.7 | apnadkarni | 2022-09-16 | 34 | -925/+1818 |
| |\ \ \ | |||||
| * | | | | TIP 631 - lsubst command | apnadkarni | 2022-08-07 | 3 | -0/+121 |
* | | | | | Merge 8.7 | jan.nijtmans | 2022-09-26 | 19 | -95/+2281 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Make Tcl_SaveResult() and friends _really_ deprecated, so make gcc/clang war... | jan.nijtmans | 2022-09-26 | 3 | -10/+30 |
| * | | | | TIP #220: Escalate Privileges in VFS Close Callback | jan.nijtmans | 2022-09-26 | 6 | -0/+117 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge 8.7 | jan.nijtmans | 2022-09-08 | 1 | -3/+14 |
| | |\ \ \ \ | |||||
| | * | | | | | Revive TIP #220 implementation: Escalate Privileges in VFS Close Callback | jan.nijtmans | 2022-09-07 | 6 | -0/+105 |
| * | | | | | | TIP #594: Modernize "file stat" interface | jan.nijtmans | 2022-09-25 | 1 | -8/+47 |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| | * | | | | | Merge 8.7 | jan.nijtmans | 2022-09-08 | 1 | -3/+14 |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | |||||
| | * | | | | | TIP #594 implementation: Modernize "file stat" interface | jan.nijtmans | 2022-09-07 | 1 | -8/+47 |
| | | |/ / / | | |/| | | | |||||
| * | | | | | Merge 8.6 | jan.nijtmans | 2022-09-22 | 1 | -3/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | Do the "#undef TclObjInterpProc" slightly earlier | jan.nijtmans | 2022-09-22 | 1 | -2/+1 |
| * | | | | | | Merge 8.6 | jan.nijtmans | 2022-09-22 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Make TclObjInterpProc a macro (since it always should be used through TclGetO... | jan.nijtmans | 2022-09-22 | 6 | -59/+61 |
| * | | | | | | Merge 8.6 | jan.nijtmans | 2022-09-22 | 1 | -1/+3 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Update docs and comments to agree with TIP 623. | dgp | 2022-09-21 | 1 | -1/+3 |
| * | | | | | | Merge 8.6 | jan.nijtmans | 2022-09-21 | 1 | -2/+6 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Proposed fix for [c0bc269178], with testcase | jan.nijtmans | 2022-09-20 | 1 | -2/+6 |
| * | | | | | | TIP #624: Deprecate Tcl_MakeSafe | jan.nijtmans | 2022-09-21 | 5 | -6/+11 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-09-08 | 1 | -3/+14 |
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | |||||
| | * | | | | | | Merge 8.7 | jan.nijtmans | 2022-09-07 | 79 | -3230/+6547 |
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | |||||
| | * | | | | | | RFE [655300]: Deprecate Tcl_MakeSafe() | jan.nijtmans | 2022-04-05 | 5 | -6/+11 |
| * | | | | | | | Sync with core-8-branch, fix shimmer in TclLindexFlat. | griffin | 2022-09-19 | 6 | -419/+482 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | addendum to previous commit: restore -errorcode too ..... | jan.nijtmans | 2022-09-19 | 1 | -1/+1 |
| | * | | | | | | | Upgrade Tcl_SaveResult usage to Tcl_SaveInterpState. | dgp | 2022-09-19 | 1 | -3/+3 |
| | * | | | | | | | eliminate (enum options) typecast | jan.nijtmans | 2022-09-19 | 1 | -3/+2 |
| | * | | | | | | | TIP #455 implementation: Extensions to [vwait]: Variable Sets and Scripted Ac... | jan.nijtmans | 2022-09-19 | 1 | -30/+404 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | TIP #455 proposed implementation | jan.nijtmans | 2022-08-31 | 1 | -30/+404 |
| * | | | | | | | | | Sync with core-8-branch | griffin | 2022-09-16 | 14 | -514/+908 |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | |||||
| * | | | | | | | | | Merge 8.7 | jan.nijtmans | 2022-09-08 | 1 | -3/+14 |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | | |||||
| * | | | | | | | | | Merge 8.7 | jan.nijtmans | 2022-09-07 | 2 | -91/+115 |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | | |||||
| * | | | | | | | | | Fix some typos in comments. | fvogel | 2022-09-05 | 2 | -7/+7 |
| * | | | | | | | | | Restore compatibility with C++ compiler | jan.nijtmans | 2022-09-01 | 1 | -8/+6 |
| * | | | | | | | | | Merge 8.7 | jan.nijtmans | 2022-09-01 | 3 | -206/+190 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Fix build issues. | griffin | 2022-08-31 | 2 | -2/+2 |
| * | | | | | | | | | | Sync with core-8-branch | griffin | 2022-08-30 | 4 | -20/+14 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Sync with core-8-branch listObj changes. | griffin | 2022-08-30 | 9 | -1286/+2961 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | sync with core-8-branch | griffin | 2022-08-29 | 7 | -47/+81 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Move ArithSeries code to its own files. More bug fixes. | griffin | 2022-08-28 | 7 | -1023/+1061 |