| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | 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 |
|
|
| * | 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-10-18 | 1 | -9/+9 |
|\ \ |
|
| * | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 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 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2021-06-25 | 1 | -1/+23 |
|\ \ \
| |/ / |
|
| * | | Fix for [f9800d52bd61f240], vwait is not NRE-enabled, and yieldto cannot find | pooryorick | 2021-06-20 | 1 | -1/+23 |
|
|
* | | | Merge 8.7. Add "ilp32" build flag | jan.nijtmans | 2021-05-26 | 1 | -10/+9 |
|\ \ \
| |/ / |
|
| * | | Fix for issue [e39cb3f462631a99], namespace is removed from other namespace | pooryorick | 2021-05-18 | 1 | -3/+2 |
|
|
| * | | Delete associated data after running Tcl_InterpDeleteProc instead of before. ... | pooryorick | 2021-05-15 | 1 | -7/+7 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2021-04-14 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Remove unnecessary reference counting. | pooryorick | 2021-04-13 | 1 | -4/+0 |
|
|
| * | | Revert previous commit, and add comments why it's wrong. | jan.nijtmans | 2021-04-07 | 1 | -1/+5 |
|
|
| * | | Replace simple refCount decrement with the proper decrementing function. | pooryorick | 2021-04-05 | 1 | -1/+1 |
|
|
| * | | Fix [https://github.com/tcltk/tcl/runs/2263266926|failing test-cases] with --... | jan.nijtmans | 2021-04-04 | 1 | -1/+1 |
|
|