| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2023-03-24 | 1 | -4/+4 |
|\ |
|
| * | Fix [15e74a2fe6]: Fix various typos | jan.nijtmans | 2023-03-24 | 1 | -5/+5 |
|
|
| * | Fix [57bfcf43dd]: Remove unreachable code in Tcl_SetWideIntObj() | jan.nijtmans | 2023-03-05 | 1 | -10/+4 |
|
|
* | | Rebase to latest 8.7 | jan.nijtmans | 2022-11-20 | 1 | -0/+84 |
|\ \ |
|
| * | | Backout [52a52a65f0], let's see if this fixes the Windows crash | jan.nijtmans | 2022-11-18 | 1 | -16/+33 |
|
|
| * | | New function Tcl_GetWideUIntFromObj | jan.nijtmans | 2022-11-15 | 1 | -0/+81 |
|
|
* | | | Backout [52a52a65f0], let's see if this fixes the Windows crash | jan.nijtmans | 2022-11-18 | 1 | -10/+24 |
|/ / |
|
* | | Change all mp_to_ubin() usages to mp_pack(). It makes the code much more clear | jan.nijtmans | 2022-11-15 | 1 | -24/+10 |
|
|
* | | TIP #641: Let Tcl_GetBoolean(FromObj) handle (C99) bool | jan.nijtmans | 2022-10-23 | 1 | -0/+2 |
|
|
* | | More octal -> hex usage | jan.nijtmans | 2022-10-17 | 1 | -3/+3 |
|
|
* | | merge 8.7 | dgp | 2022-10-11 | 1 | -13/+54 |
|\ \ |
|
| * \ | TIP #618: New Tcl_GetBool* functions with TCL_NULL_OK flag | jan.nijtmans | 2022-10-07 | 1 | -13/+54 |
| |\ \ |
|
| | * \ | Merge 8.7 | jan.nijtmans | 2022-09-07 | 1 | -5/+7 |
| | |\ \
| | |/ /
| |/| | |
|
| | * | | Update doc | jan.nijtmans | 2022-05-10 | 1 | -15/+15 |
|
|
| | * | | Merge 8.7. Update doc | jan.nijtmans | 2022-05-10 | 1 | -3/+3 |
| | |\ \ |
|
| | * | | | re-structure, add more examples | jan.nijtmans | 2022-04-29 | 1 | -18/+12 |
|
|
| | * | | | Merge 8.7 | jan.nijtmans | 2022-04-20 | 1 | -6/+6 |
| | |\ \ \
| | | |/ / |
|
| | * | | | Restore Tcl_GetBoolenanFromObj/Tcl_GetBoolenan signatures | jan.nijtmans | 2022-04-15 | 1 | -2/+2 |
|
|
| | * | | | Use lower 5 bits of flags for sizeof(*(boolPtr)) | jan.nijtmans | 2022-04-15 | 1 | -9/+7 |
|
|
| | * | | | Handle objPtr == NULL / interp == NULL better | jan.nijtmans | 2022-03-31 | 1 | -0/+7 |
|
|
| | * | | | uint??_t -> int??_t | jan.nijtmans | 2022-03-31 | 1 | -8/+8 |
|
|
| | * | | | TIP #618: New Tcl_GetBool* functions with INDEX_NULL_OK flag | jan.nijtmans | 2022-02-22 | 1 | -10/+47 |
|
|
* | | | | | TIP implementation to add/use public routines Tcl_GetNumber(FromObj). | dgp | 2022-09-18 | 1 | -2/+38 |
|/ / / / |
|
* | | | | Don't use TCL_HASH_TYPE for epoch/refCount type variables, keep it the same a... | jan.nijtmans | 2022-06-24 | 1 | -2/+2 |
|
|
* | | | | Merge 8.6. Eliminate some (long) typecasts | jan.nijtmans | 2022-06-02 | 1 | -1/+1 |
|\ \ \ \
| | |_|/
| |/| | |
|
* | | | | Merge 8.6 | jan.nijtmans | 2022-05-25 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Proposed fix for [76ad7aeba3]: boundary case bug in [string is integer]. Miss... | jan.nijtmans | 2022-05-22 | 1 | -5/+13 |
|
|
* | | | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj... | jan.nijtmans | 2022-05-17 | 1 | -1/+1 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2022-04-26 | 1 | -17/+17 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Merge 8.6 | jan.nijtmans | 2022-04-20 | 1 | -17/+17 |
| |\ \ \
| | |/ /
| | | /
| | |/
| |/| |
|
| | * | boolPtr -> intPtr, since Tcl doens't use pointer to bool's (they didn't exist... | jan.nijtmans | 2022-04-20 | 1 | -18/+18 |
|
|
| | * | Addendum to [7deeddb36]: Use WIDE_MIN/WIDE_MAX in more places | jan.nijtmans | 2022-02-17 | 1 | -1/+1 |
|
|
* | | | Merge 8.7. Register "string" objType when TCL_UTF_MAX=3 (fixes regression in ... | jan.nijtmans | 2022-03-28 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
* | | | When compiled with TCL_NO_DEPRECATED, remove the UTF16 compatibility layer. S... | jan.nijtmans | 2022-03-24 | 1 | -0/+2 |
|/ / |
|
* | | Deprecate internal macro's TclIsInfinite() and TclIsNan(), since C99 has isin... | jan.nijtmans | 2022-02-17 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-02-16 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Fix [1c60dca341]: signed integer overflow in Tcl_SetBignumObj() | jan.nijtmans | 2022-02-16 | 1 | -4/+4 |
|
|
| * | Fix [c6fea6ba6]: possible signed integer overflow in Tcl_GetLongFromObj(), Tc... | jan.nijtmans | 2022-02-16 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-01-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few simi... | jan.nijtmans | 2022-01-13 | 1 | -1/+1 |
|
|
| * | IntRep -> InternalRep. Internal changes only. | jan.nijtmans | 2021-10-19 | 1 | -5/+5 |
|
|
* | | [9899c273ab] Rewrite Tcl_InitStringRep to account for all encounters with | dgp | 2021-11-08 | 1 | -18/+33 |
|
|
* | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -28/+28 |
|
|
* | | Make Tcl_GetString() a macro calling Tcl_GetStringFromObj(). Just the same as... | jan.nijtmans | 2021-01-25 | 1 | -0/+1 |
|
|
* | | TIP #481 implementation: Tcl_GetStringFromObj() with size_t length parameter | jan.nijtmans | 2021-01-11 | 1 | -3/+50 |
|\ \ |
|
| * \ | Merge 8.7 | jan.nijtmans | 2020-12-11 | 1 | -9/+10 |
| |\ \
| |/ /
|/| | |
|
| * | | Merge 8.7 | jan.nijtmans | 2020-11-25 | 1 | -1/+0 |
| |\ \ |
|
| * \ \ | Merge 8.7 | jan.nijtmans | 2020-11-25 | 1 | -298/+580 |
| |\ \ \
| | |/ / |
|
| * | | | Remove the Tcl_GetValue() functionality. This can always be developed separately | jan.nijtmans | 2020-11-25 | 1 | -56/+1 |
|
|
| * | | | Merge 8.7 | jan.nijtmans | 2018-10-11 | 1 | -4/+4 |
| |\ \ \ |
|