Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 9.0 | jan.nijtmans | 2022-05-17 | 1 | -7/+7 |
|\ | |||||
| * | Merge 8.7 | jan.nijtmans | 2022-05-17 | 1 | -7/+7 |
| |\ | |||||
| | * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj... | jan.nijtmans | 2022-05-17 | 1 | -7/+7 |
* | | | more tweaks | jan.nijtmans | 2022-03-31 | 1 | -3/+3 |
* | | | More progress | jan.nijtmans | 2022-03-29 | 1 | -3/+3 |
* | | | size_t continued | jan.nijtmans | 2022-03-24 | 1 | -1/+1 |
* | | | Merge 9.0 | jan.nijtmans | 2022-03-15 | 1 | -14/+12 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7 | jan.nijtmans | 2022-03-13 | 1 | -17/+13 |
| |\ \ | | |/ | |||||
| | * | 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 |
| | |/ | |||||
* | | | clarify 'yieldparameter'. Eliminate variable 'unused' | jan.nijtmans | 2022-03-10 | 1 | -8/+6 |
* | | | Revert previous commit (doesn't work) and merge 9.0 | jan.nijtmans | 2022-03-10 | 1 | -19/+18 |
|\ \ \ | |/ / | |||||
| * | | Enhance internal "struct Interp" such that it can handle more than 2^31 levels | jan.nijtmans | 2022-03-10 | 1 | -1/+1 |
| * | | Enhance internal "struct CoroutineData" such that it can handle more than 2^3... | jan.nijtmans | 2022-03-10 | 1 | -14/+13 |
* | | | More progress | jan.nijtmans | 2022-03-06 | 1 | -4/+4 |
* | | | Merge 9.0 | jan.nijtmans | 2022-02-24 | 1 | -9/+9 |
|\ \ \ | |/ / | |||||
* | | | Merge 9.0. Update documentation | jan.nijtmans | 2022-02-23 | 1 | -11/+0 |
|\ \ \ | |/ / | |||||
| * | | Eliminate dead code and fix a comment | jan.nijtmans | 2022-02-20 | 1 | -11/+0 |
* | | | Merge 9.0 | jan.nijtmans | 2022-02-17 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7 | jan.nijtmans | 2022-02-17 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Deprecate internal macro's TclIsInfinite() and TclIsNan(), since C99 has isin... | jan.nijtmans | 2022-02-17 | 1 | -3/+3 |
| * | | More int -> size_t in internal API | jan.nijtmans | 2022-02-17 | 1 | -1/+1 |
| * | | Merge 8.7 | jan.nijtmans | 2022-02-10 | 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 |
* | | | | More int -> size_t in API | jan.nijtmans | 2022-02-17 | 1 | -3/+3 |
* | | | | Same with TclListObjGetElements | jan.nijtmans | 2022-02-10 | 1 | -6/+6 |
* | | | | Tcl_ListObjLength -> TclListObjLength | jan.nijtmans | 2022-02-10 | 1 | -1/+1 |
* | | | | More progress | jan.nijtmans | 2022-01-27 | 1 | -17/+17 |
* | | | | TIP #616: Tcl lists > 2^31 elements. WIP | jan.nijtmans | 2022-01-24 | 1 | -7/+7 |
|/ / / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2021-12-16 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | 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 |
| | * | Remove unnecessary refCount decrement. | pooryorick | 2021-05-17 | 1 | -1/+0 |
| | * | Fix for [688fcc7082fa99a4], trace on imported alias deletes alias and then | pooryorick | 2021-05-17 | 1 | -14/+13 |
* | | | Merge 8.7 | jan.nijtmans | 2021-11-26 | 1 | -3/+108 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7 | jan.nijtmans | 2021-10-18 | 1 | -9/+9 |
| |\ \ | |||||
| * | | | Add support for ICC | jan.nijtmans | 2021-07-14 | 1 | -2/+3 |
| * | | | fullversion -> patchlevel | jan.nijtmans | 2021-07-13 | 1 | -1/+1 |
| * | | | More advanced tcl::build-info string parsing | jan.nijtmans | 2021-07-13 | 1 | -7/+65 |
| * | | | Remove tclPkg.c changes, instead implement new tcl::build-info command | jan.nijtmans | 2021-07-13 | 1 | -1/+47 |