Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync with core-8-branch | griffin | 2022-10-19 | 1 | -16/+16 |
|\ | |||||
| * | Merge 8.7 | jan.nijtmans | 2022-09-27 | 1 | -0/+1 |
| |\ | |||||
| * \ | merge 8.7 | dgp | 2022-09-21 | 1 | -0/+1 |
| |\ \ | |||||
| * | | | TIP implementation to add/use public routines Tcl_GetNumber(FromObj). | dgp | 2022-09-18 | 1 | -16/+16 |
* | | | | Sync with core-8-branch | griffin | 2022-09-29 | 1 | -0/+2 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Merge 8.7 | apnadkarni | 2022-09-27 | 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 |
| * | | | | | | Rename lsubst to ledit, add docs | apnadkarni | 2022-09-16 | 1 | -1/+1 |
| * | | | | | | Merge 8.7 | apnadkarni | 2022-09-16 | 1 | -5/+157 |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| | * | | | | | Change TclObjInterpProc() to a macro, since extensions should never invoke it... | jan.nijtmans | 2022-09-09 | 1 | -0/+1 |
| | | |_|_|/ | | |/| | | | |||||
| * | | | | | TIP 631 - lsubst command | apnadkarni | 2022-08-07 | 1 | -0/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge 8.7 | jan.nijtmans | 2022-09-07 | 1 | -5/+156 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | 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 |
| |\ \ \ | | |/ / | |||||
| * | | | Merge 8.7 | jan.nijtmans | 2022-07-04 | 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 |
| |\ \ \ | |||||
| * | | | | 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 |
| |/ / / / | |||||
* | | | | | Abstract Lists (TIP-225) initial implementation. | griffin | 2022-08-08 | 1 | -0/+1 |
| |_|_|/ |/| | | | |||||
* | | | | More TclGetStringFromObj() usage | jan.nijtmans | 2022-07-21 | 1 | -16/+18 |
| |_|/ |/| | | |||||
* | | | Don't use TCL_HASH_TYPE for epoch/refCount type variables, keep it the same a... | jan.nijtmans | 2022-06-24 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Some -1 -> TCL_INDEX_NONE. Update fossil's ignore-glob | jan.nijtmans | 2022-06-13 | 1 | -81/+82 |
|/ | |||||
* | 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 |
|\ | |||||
| * | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 1 | -3/+3 |
* | | Fix merge conflict previous commit | jan.nijtmans | 2022-01-17 | 1 | -2/+1 |
* | | Merge 8.6 | jan.nijtmans | 2022-01-17 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Tcl_NewObj() -> TclNewObj() | jan.nijtmans | 2022-01-17 | 1 | -5/+5 |
* | | Merge 8.6 | jan.nijtmans | 2021-12-16 | 1 | -5/+7 |
|\ \ | |/ | |||||
| * | Fix [6ef312dcf5]: memcpy() with NULL source in Tcl_CreateMathFunc() | jan.nijtmans | 2021-12-16 | 1 | -1/+3 |
| * | Fix [90612089d8]: signed integer overflow in ExprRandFunc() | jan.nijtmans | 2021-12-16 | 1 | -4/+4 |
| |\ | |||||
| | * | Fix [90612089d8]: signed integer overflow in ExprRandFunc() | jan.nijtmans | 2021-12-15 | 1 | -4/+4 |
| |/ | |||||
| * | Unbreak build | jan.nijtmans | 2021-11-26 | 1 | -1/+1 |
| * | Change TclInitSubsystems() signature, matching Tcl_InitSubsystems() in Tcl 8.... | jan.nijtmans | 2021-11-26 | 1 | -146/+150 |
| * | Remove the refCount increment that accompanied the decrement removed in the | pooryorick | 2021-05-18 | 1 | -1/+0 |