Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Bac... | jan.nijtmans | 2023-05-31 | 1 | -1/+5 |
* | More int/Tcl_Size backport | jan.nijtmans | 2023-05-20 | 1 | -68/+68 |
* | Adapt TIP's #494/#481/#537/#544/#568/#616/#623/#627/#630 to TIP #660 changes | jan.nijtmans | 2023-04-18 | 1 | -2/+2 |
* | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 1 | -12/+12 |
* | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -2/+2 |
|\ | |||||
| * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -2/+2 |
* | | Merge 8.6 | jan.nijtmans | 2023-03-24 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix [15e74a2fe6]: Fix various typos | jan.nijtmans | 2023-03-24 | 1 | -2/+2 |
| * | Test for TclOO 1.1.0. Remove some useless type-casts | jan.nijtmans | 2022-07-01 | 1 | -1/+1 |
* | | silence compiler warning | dgp | 2023-01-30 | 1 | -1/+1 |
* | | Add some comments and tidy code. | pooryorick | 2023-01-27 | 1 | -1/+2 |
* | | Fix for [ee08ed090b0a5408], sporadic segmentation fault in | pooryorick | 2023-01-26 | 1 | -0/+1 |
* | | Rewrite lreplace4 implementation not to need extra immediate operands. | apnadkarni | 2022-11-03 | 1 | -1/+1 |
* | | Bytecode compiler for ledit | apnadkarni | 2022-10-30 | 1 | -3/+2 |
* | | Implement lreplace4 BCC instruction | apnadkarni | 2022-10-30 | 1 | -0/+1 |
* | | Merge 8.7 | jan.nijtmans | 2022-09-27 | 1 | -0/+1 |
|\ \ | |||||
| * \ | Merge 8.7 | apnadkarni | 2022-09-27 | 1 | -0/+1 |
| |\ \ | |||||
| * | | | Rename lsubst to ledit, add docs | apnadkarni | 2022-09-16 | 1 | -1/+1 |
| * | | | Merge 8.7 | apnadkarni | 2022-09-16 | 1 | -5/+157 |
| |\ \ \ | |||||
| * | | | | TIP 631 - lsubst command | apnadkarni | 2022-08-07 | 1 | -0/+1 |
* | | | | | merge 8.7 | dgp | 2022-09-21 | 1 | -0/+1 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Sync with core-8-branch | griffin | 2022-09-16 | 1 | -0/+1 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | Merge 8.7 | jan.nijtmans | 2022-09-07 | 1 | -9/+23 |
| |\ \ \ \ | |||||
| * \ \ \ \ | sync up with core-8-branch | griffin | 2022-08-25 | 1 | -5/+142 |
| |\ \ \ \ \ | |||||
| * | | | | | | Rename command from "range" to "lseq". | griffin | 2022-08-14 | 1 | -1/+1 |
| * | | | | | | sync up with core-8-brnach. | griffin | 2022-07-23 | 1 | -16/+18 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | (bares some resemblance to) TIP-629 Implementation. | griffin | 2022-07-05 | 1 | -0/+1 |
* | | | | | | | TIP implementation to add/use public routines Tcl_GetNumber(FromObj). | dgp | 2022-09-18 | 1 | -16/+16 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | Change TclObjInterpProc() to a macro, since extensions should never invoke it... | jan.nijtmans | 2022-09-09 | 1 | -0/+1 |
| |_|_|/ / |/| | | | | |||||
* | | | | | TIP #627: Some more protection against invalid objc values | jan.nijtmans | 2022-09-02 | 1 | -0/+8 |
* | | | | | Bugfix for TIP #627: If only objProc or deleteProc is updated with Tcl_SetCom... | jan.nijtmans | 2022-09-02 | 1 | -9/+15 |
| |_|/ / |/| | | | |||||
* | | | | Fix build error in tclTest.c (conflict with TIP #630). Handled deleteProc cor... | jan.nijtmans | 2022-08-22 | 1 | -19/+16 |
* | | | | Merge 8.7 | jan.nijtmans | 2022-08-21 | 1 | -27/+18 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | More TclGetStringFromObj() usage | jan.nijtmans | 2022-07-21 | 1 | -16/+18 |
| |/ / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2022-07-04 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Don't use TCL_HASH_TYPE for epoch/refCount type variables, keep it the same a... | jan.nijtmans | 2022-06-24 | 1 | -1/+1 |
* | | | indenting | jan.nijtmans | 2022-06-20 | 1 | -5/+5 |
* | | | Implement Tcl_NRCallObjProc2 | jan.nijtmans | 2022-06-19 | 1 | -0/+31 |
* | | | Merge 8.7 | jan.nijtmans | 2022-06-14 | 1 | -81/+82 |
|\ \ \ | |/ / | |||||
| * | | Some -1 -> TCL_INDEX_NONE. Update fossil's ignore-glob | jan.nijtmans | 2022-06-13 | 1 | -81/+82 |
* | | | Doc tweak | jan.nijtmans | 2022-06-09 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2022-06-09 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2022-06-06 | 1 | -38/+18 |
|\ \ \ | |/ / | |||||
* | | | TIP #627 implementation | jan.nijtmans | 2022-06-01 | 1 | -1/+141 |
|/ / | |||||
* | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj... | jan.nijtmans | 2022-05-17 | 1 | -7/+7 |
* | | Merge 8.7 | jan.nijtmans | 2022-03-11 | 1 | -7/+5 |
|\ \ | |||||
* | | | More tweaks | jan.nijtmans | 2022-03-11 | 1 | -4/+4 |
* | | | clarify 'yieldparameter'. Eliminate variable 'unused', reduce coroutine stack... | jan.nijtmans | 2022-03-11 | 1 | -14/+11 |
|/ / | |||||
* | | Deprecate internal macro's TclIsInfinite() and TclIsNan(), since C99 has isin... | jan.nijtmans | 2022-02-17 | 1 | -3/+3 |
* | | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -3/+3 |
|\ \ | |/ |