| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 8.5, amend to [82f721a5a039596f]: the bug was fixed incompletely, this ... | sebres | 2024-04-12 | 1 | -1/+1 |
|\ |
|
| * | amend to [295b0570ff660950]: the bug was fixed incompletely, this is full bug... | sebres | 2024-04-12 | 1 | -1/+1 |
|
|
| * | Update some libtommath functions to the latest trunk versions. Small step for... | jan.nijtmans | 2019-05-29 | 1 | -7/+7 |
|
|
* | | Fix gcc 13.2.1 (Fedora 39.1) warning: Writing of 1 byte into a region of size... | jan.nijtmans | 2024-02-08 | 1 | -1/+1 |
|
|
* | | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -7/+7 |
|
|
* | | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 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 |
|
|
* | | Proposed fix for [76ad7aeba3]: boundary case bug in [string is integer]. Miss... | jan.nijtmans | 2022-05-22 | 1 | -5/+13 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) | jan.nijtmans | 2019-10-17 | 1 | -9/+11 |
|
|
* | | end-of-line spacing | jan.nijtmans | 2019-05-24 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | cherry-picing of [3f693cdfe9c875c4] to be more compatible across version, res... | sebres | 2019-05-21 | 1 | -4/+3 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2019-05-14 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | DIGIT_BIT -> MP_DIGIT_BIT, since DIGIT_BIT is deprecated in future libtommath... | jan.nijtmans | 2019-05-14 | 1 | -5/+5 |
|
|
* | | Rewrite documentation in comments for brevity and clarity. | pooryorick | 2018-02-14 | 1 | -14/+17 |
|
|
* | | Different solution to silencing the non-useful valgrind alerts. | dgp | 2017-03-13 | 1 | -1/+18 |
|
|
* | | Silence valgrind complaints from [representation]. | dgp | 2017-03-10 | 1 | -0/+1 |
|
|
* | | Update documentation on recent changes in Tcl_LinkVar. | jan.nijtmans | 2017-01-31 | 1 | -6/+6 |
|
|
* | | Fix libtommath's mp_radix_size() function such that it returns 2 for single-d... | jan.nijtmans | 2016-11-17 | 1 | -5/+3 |
|\ \
| |/ |
|
| * | Fix libtommath's mp_radix_size() function such that it returns 2 for single-d... | jan.nijtmans | 2016-11-17 | 1 | -5/+3 |
|
|
| * | Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit... | jan.nijtmans | 2015-10-01 | 1 | -21/+21 |
|
|
* | | Additiona patch/suggestion from Gustaf. This indeed fixes the crash in oo.tes... | jan.nijtmans | 2016-09-06 | 1 | -1/+1 |
|
|
* | | some more clean-up | jan.nijtmans | 2016-09-05 | 1 | -7/+5 |
|
|
* | | Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ... | jan.nijtmans | 2016-09-02 | 1 | -2/+7 |
|
|
* | | Fix [07d13d99b0a9]: Who broke TCL 8.6 and Tclblend ? | jan.nijtmans | 2016-04-10 | 1 | -2/+3 |
|
|
* | | typo in comment. Eliminate unnecessary end-of-line spacing. | jan.nijtmans | 2015-10-19 | 1 | -2/+2 |
|
|
* | | micro-opt of hash lookups found by drh | Miguel Sofer | 2015-09-22 | 1 | -6/+5 |
|
|
* | | Revert refcount changes that were not cosmetic. | dgp | 2015-07-02 | 1 | -2/+2 |
|
|
* | | Consistancy in refcount management. | jan.nijtmans | 2015-06-30 | 1 | -3/+3 |
|
|
* | | Use twoPtrValue in stead of ptrAndLongRep for implementation of some internal... | jan.nijtmans | 2015-06-30 | 1 | -16/+15 |
|
|
* | | Make tweak to the mem-debug tracking official. It is now again possible to us... | andreask | 2015-05-27 | 1 | -14/+33 |
|\ \
| |/ |
|
| * | Make tweak to the mem-debug tracking official. It is now again possible to us... | andreask | 2015-05-27 | 1 | -14/+33 |
| |\ |
|
| | * | Minor compilation issue fix, make sure variable declaration (via macro) is fi... | Joe Mistachkin | 2015-05-22 | 1 | -6/+7 |
|
|
| | * | Moved Tcl_Obj* objThreadMap release tracking to a location where regular pack... | andreask | 2015-05-22 | 1 | -14/+32 |
|
|
* | | | Remove Tcl_Preserve support for ContLineLoc values. It's not needed. | dgp | 2013-08-07 | 1 | -35/+3 |
|
|
* | | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac... | jan.nijtmans | 2013-04-23 | 1 | -17/+17 |
|\ \ \
| |/ / |
|
| * | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac... | jan.nijtmans | 2013-04-23 | 1 | -4/+6 |
| |/ |
|
* | | Greater protection against double TclFreeObj() calls in TCL_MEM_DEBUG mode. | dgp | 2013-03-11 | 1 | -0/+12 |
|\ \
| |/ |
|