| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too. | jan.nijtmans | 2024-03-12 | 1 | -5/+5 |
|
|
* | Merge 8.7 | jan.nijtmans | 2023-12-27 | 1 | -2/+2 |
|\ |
|
| * | Don't use TCL_SIZE_MODIFIER "u", since Tcl_Size can be negative | jan.nijtmans | 2023-12-26 | 1 | -2/+5 |
|
|
* | | Revise macro usage | jan.nijtmans | 2023-11-16 | 1 | -2/+2 |
|
|
* | | Tcl_GetByteArrayFromObj -> Tcl_GetBytesFromObj everywhere in core, since it h... | jan.nijtmans | 2023-11-08 | 1 | -2/+2 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2023-10-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 1 | -1/+1 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2023-10-11 | 1 | -4/+5 |
|\ \
| |/ |
|
| * | Merge 8.6 | jan.nijtmans | 2023-10-11 | 1 | -4/+5 |
| |\ |
|
| | * | Remove typecasts, just define directly as Tcl_FreeProc | jan.nijtmans | 2023-10-11 | 1 | -4/+4 |
|
|
| | * | Proposed fix for [8ab8a138c9]: Do not pass incompatible function pointers to ... | jan.nijtmans | 2023-10-10 | 1 | -4/+5 |
|
|
| | * | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -13/+13 |
|
|
| * | | The experiment deployment of TclDuplicatePureObj() has been reverted from | dgp | 2023-08-21 | 1 | -8/+2 |
|
|
| * | | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Bac... | jan.nijtmans | 2023-05-31 | 1 | -5/+9 |
|
|
| * | | More int/Tcl_Size backport | jan.nijtmans | 2023-05-20 | 1 | -17/+18 |
|
|
* | | | Replace more DuplicateObj with ListObjCopy. | griffin | 2023-08-12 | 1 | -2/+2 |
|
|
* | | | Revert more bits. | griffin | 2023-08-10 | 1 | -6/+0 |
|
|
* | | | Revert DupolicatePureObj back to DuplicateObj. | griffin | 2023-08-10 | 1 | -2/+2 |
|
|
* | | | Merge trunk | griffin | 2023-05-23 | 1 | -4/+11 |
|\ \ \ |
|
| * | | | Improve TclDuplicatePureObj(), remove unnecessary increment/decrement pairs, ... | pooryorick | 2023-05-17 | 1 | -4/+11 |
|/ / / |
|
* | | | New function, TclDuplicatePureObj(), doesn't duplicate the string
| pooryorick | 2023-05-16 | 1 | -2/+2 |
|
|
* | | | Merge trunk | apnadkarni | 2023-04-14 | 1 | -13/+13 |
|\ \ \ |
|
| * \ \ | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -13/+13 |
| |\ \ \
| | |/ / |
|
| | * | | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -13/+13 |
|
|
* | | | | Merge 9.0 | jan.nijtmans | 2023-04-01 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.7 | jan.nijtmans | 2023-03-30 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -1/+1 |
| | |\ \
| | | |/ |
|
| | | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -1/+1 |
|
|
* | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -19/+19 |
|/ / / |
|
* | | | Merge 8.7: Allow empty mode list in [chan create]. | max | 2023-03-30 | 1 | -11/+10 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6: Allow empty mode list in [chan create]. | max | 2023-03-30 | 1 | -11/+10 |
| |\ \
| | |/ |
|
| | * | Allow empty mode list in [chan create], so that refchans are able to mimic th... | max | 2023-03-30 | 1 | -11/+10 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2023-02-22 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2023-02-22 | 1 | -0/+2 |
| |\ \
| | |/ |
|
| | * | Proposed fix for [534172ff5b]: Crash in DeleteReflectedChannelMap (introduced... | jan.nijtmans | 2023-02-21 | 1 | -5/+7 |
|
|
* | | | Use Tcl_GetByteArrayFromObj(... in stead of Tcl_GetBytesFromObj(NULL,.... Add... | jan.nijtmans | 2022-11-24 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2022-07-03 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7 | jan.nijtmans | 2022-05-19 | 1 | -5/+5 |
| |\ \ |
|
| * \ \ | Merge 8.7 | jan.nijtmans | 2022-04-26 | 1 | -42/+42 |
| |\ \ \ |
|
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2021-11-16 | 1 | -0/+2 |
| |\ \ \ \ |
|
| * | | | | | Make TCL_QUEUE_ALERT_IF_EMPTY a separate flag | jan.nijtmans | 2021-08-15 | 1 | -2/+2 |
|
|
| * | | | | | Proposed TIP #609 implementation | jan.nijtmans | 2021-08-15 | 1 | -4/+4 |
|
|
* | | | | | | Merge 9.0 | jan.nijtmans | 2022-05-17 | 1 | -5/+5 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-05-17 | 1 | -5/+5 |
| |\ \ \ \ \ \
| | | |_|_|/ /
| | |/| | | | |
|
| | * | | | | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj... | jan.nijtmans | 2022-05-17 | 1 | -5/+5 |
| | | |_|/ /
| | |/| | | |
|
* | | | | | | More size_t | jan.nijtmans | 2022-03-08 | 1 | -2/+2 |
|
|
* | | | | | | Merge 9.0 | jan.nijtmans | 2022-02-17 | 1 | -2/+2 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Merge 8.7 | jan.nijtmans | 2022-02-10 | 1 | -2/+2 |
| |\ \ \ \ \
| | |/ / / / |
|
| | * | | | | Use Tcl_NewWideIntObj() for values that might be bigger than 32-bit | jan.nijtmans | 2022-02-10 | 1 | -2/+2 |
|
|
| * | | | | | Merge 8.7 | jan.nijtmans | 2022-02-10 | 1 | -5/+5 |
| |\ \ \ \ \
| | |/ / / / |
|