| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| |\ \ \ |
|
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2018-10-09 | 1 | -4/+32 |
| |\ \ \ \ |
|
| * \ \ \ \ | Re-base to 8.7 | jan.nijtmans | 2018-10-08 | 1 | -3/+77 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
* | | | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -5/+5 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Make everything compile warning-free with -Wundef. Put enum ASSEM_DICT_GET_DE... | jan.nijtmans | 2020-10-08 | 1 | -1/+1 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Eliminate warnings when compiling with -Wundef | jan.nijtmans | 2020-10-08 | 1 | -1/+1 |
|
|
| * | | | | Eliminate many "register" keywords (which do nothing with modern compilers) | jan.nijtmans | 2020-09-14 | 1 | -97/+97 |
|
|
* | | | | | Merge 8.6. Remove tests/safe-stock86.test for win builds too (GIT, what are y... | jan.nijtmans | 2020-09-11 | 1 | -11/+11 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ... | jan.nijtmans | 2020-09-11 | 1 | -28/+28 |
|
|
| * | | | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -6/+6 |
|
|
* | | | | | Fix for [c1a376375e0e6488], imported namespace ensemble command name distorted | pooryorick | 2020-09-01 | 1 | -1/+1 |
|
|
* | | | | | Fix a few warning-message in --enable-symbols-mem mode | jan.nijtmans | 2020-03-31 | 1 | -3/+3 |
|
|
* | | | | | Merge 8.6 | jan.nijtmans | 2020-03-18 | 1 | -2/+2 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | More uppercase HEX representations in source-code. | jan.nijtmans | 2020-03-18 | 1 | -4/+4 |
|
|
| * | | | | Better error-handling in some libtommath calls. | jan.nijtmans | 2020-01-23 | 1 | -1/+8 |
|
|
* | | | | | More TCL_UNUSED. | dgp | 2020-03-08 | 1 | -64/+54 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -19/+28 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Fix conflict between (unpatched) tommath.h and tcl.h. See also [https://githu... | jan.nijtmans | 2020-02-02 | 1 | -10/+12 |
| |\ \ \ \ \ |
|
| | * | | | | | Attempt to resolve a conflict between (unmodified) tommath.h and tcl.h in the... | jan.nijtmans | 2020-01-13 | 1 | -10/+12 |
|
|
| * | | | | | | Start handling WUR (Warn Unused Result) in all tommath calls. WIP, not comple... | jan.nijtmans | 2020-01-09 | 1 | -9/+16 |
| |/ / / / / |
|
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -2/+2 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Merge 8.7. Finish implementation. | jan.nijtmans | 2019-11-12 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-11-11 | 1 | -1/+1 |
| |\ \ \ \ \ \
| | |/ / / / / |
|
| * | | | | | | Re-base to core-8-branch | jan.nijtmans | 2019-11-01 | 1 | -1/+1 |
| |\ \ \ \ \ \ |
|