| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove libtommath/makefile* and related: Those files suggest anything can be ... | jan.nijtmans | 2024-03-29 | 1 | -1/+1 |
|
|
* | Fix [aa6624c629]: tclExecute.c: Avoid false-positive warning | jan.nijtmans | 2024-02-16 | 1 | -2/+3 |
|
|
* | More type-casts (c++-compatibility) | jan.nijtmans | 2023-09-13 | 1 | -12/+12 |
|
|
* | Make "shift" an "int" variable; since it's range is 0 < shift < INT_MAX | jan.nijtmans | 2023-08-25 | 1 | -1/+1 |
|
|
* | Fix [84a5355235] (not visible in 8.6, but meant to be forwared to 8.7) | jan.nijtmans | 2023-08-23 | 1 | -8/+8 |
|
|
* | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -7/+7 |
|
|
* | Fix [15e74a2fe6]: Fix various typos | jan.nijtmans | 2023-03-24 | 1 | -2/+2 |
|
|
* | Use TclOffset() in stead of magic calculations using sizeof(), which might gi... | jan.nijtmans | 2022-08-26 | 1 | -2/+2 |
|
|
* | typo's | jan.nijtmans | 2022-06-24 | 1 | -1/+1 |
|
|
* | boolPtr -> intPtr, since Tcl doens't use pointer to bool's (they didn't exist... | jan.nijtmans | 2022-04-20 | 1 | -4/+4 |
|
|
* | Fix [1c7f179710]: undefined behavior for INST_LSHIFT in ExecuteExtendedBinary... | jan.nijtmans | 2022-03-08 | 1 | -2/+2 |
|
|
* | Fix [cb90038a63]: signed integer overflow during expr-34.22, expr-36.22 | jan.nijtmans | 2022-02-23 | 1 | -2/+4 |
|
|
* | Fix [7f8a3d9818]: signed integer overflow in tclExecute.c | jan.nijtmans | 2022-02-16 | 1 | -8/+8 |
|
|
* | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 1 | -1/+1 |
|
|
* | Undo part of [26539e78a7]. Although Tcl_GetRange() does it's own parameter ch... | jan.nijtmans | 2022-01-21 | 1 | -4/+22 |
|
|
* | Possible fix for [e9a2715d91]: Tcl 8.6.11: Incompatible Tcl_GetRange() | jan.nijtmans | 2022-01-17 | 1 | -4/+11 |
|
|
* | Follow-up to [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate in... | jan.nijtmans | 2022-01-17 | 1 | -29/+4 |
|
|
* | Fix [69218ab7b]: TEBCResume(): buffer over-read in INST_STR_MAP | jan.nijtmans | 2022-01-13 | 1 | -1/+3 |
|\ |
|
| * | Fix [69218ab7b]: TEBCResume(): buffer over-read in INST_STR_MAP | jan.nijtmans | 2022-01-12 | 1 | -1/+3 |
|
|
* | | Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ... | jan.nijtmans | 2022-01-12 | 1 | -7/+7 |
|/ |
|
* | Suggested fix for [b0f84119c8]: TEBCresume(): undefined behavior for INST_LSHIFT | jan.nijtmans | 2021-12-16 | 1 | -3/+3 |
|
|
* | IntRep -> InternalRep. Internal changes only. | jan.nijtmans | 2021-10-19 | 1 | -4/+4 |
|
|
* | Fix [52cc90776c]: Warning when compile with gcc v9.3.0 | jan.nijtmans | 2021-05-20 | 1 | -2/+2 |
|
|
* | Make tclCkalloc.c and tclExecute warning-free on Windows when compiled with -... | jan.nijtmans | 2021-01-20 | 1 | -10/+10 |
|
|
* | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 1 | -4/+4 |
|
|
* | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 1 | -17/+17 |
|
|
* | Folow-up to previous commit: ExecStack is a FLEXARRAY too | jan.nijtmans | 2020-09-11 | 1 | -3/+3 |
|
|
* | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -2/+2 |
|
|
* | closes [3c6e47363e]: missing de-duplication mechanism for nested TEBC startin... | sebres | 2020-07-15 | 1 | -1/+17 |
|
|
* | Fix compiled "string is <class>" for TCL_UTF_MAX=4 build, for characters > U+... | jan.nijtmans | 2020-05-25 | 1 | -2/+4 |
|
|
* | New internal function TclGetUCS4() only available when TCL_UTF_MAX=4. This fi... | jan.nijtmans | 2020-05-04 | 1 | -9/+3 |
|
|
* | More uppercase HEX representations in source-code. | jan.nijtmans | 2020-03-18 | 1 | -9/+9 |
|
|
* | A few more "break" statements, so any compiler knows these are no FALLTHROUGH... | jan.nijtmans | 2020-01-15 | 1 | -17/+59 |
|
|
* | Use _copysign on Windows always (available from float.h). Use mp_iszero() whe... | jan.nijtmans | 2020-01-08 | 1 | -3/+3 |
|\ |
|
* | | Fix Valgrind problem reported as follow-up in [fc4393e9b0]. Since it happens ... | jan.nijtmans | 2019-12-08 | 1 | -1/+1 |
|
|
* | | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan... | jan.nijtmans | 2019-10-30 | 1 | -1/+1 |
|
|
* | | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) | jan.nijtmans | 2019-10-17 | 1 | -13/+24 |
|\ \ |
|
| * | | TEBC: avoid error "unitialized variable" if called in debug mode (or with ana... | sebres | 2019-09-18 | 1 | -1/+1 |
|
|
| * | | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings... | jan.nijtmans | 2019-08-28 | 1 | -0/+5 |
|
|
| * | | closes [fa6bf38d07]: integrate bug-fa6bf38d07-v2 | sebres | 2019-08-27 | 1 | -12/+18 |
| |\ \ |
|
| | * | | small amend: be sure checkInterp is set if entering back the code marked as T... | sebres | 2019-08-27 | 1 | -2/+2 |
|
|
| | * | | simplification, use the same "fixed" (and faster) code for INST_EVAL_STK | sebres | 2019-08-27 | 1 | -11/+6 |
|
|
| | * | | fixes [fa6bf38d07]: command invocation (NRE callback to TEBCResume) caused by... | sebres | 2019-08-27 | 1 | -9/+20 |
| |/ / |
|
* | | | Merge core-8-6-branch, and merge latest libtommath | jan.nijtmans | 2019-07-28 | 1 | -3/+19 |
|\ \ \
| |/ / |
|
| * | | merge 8.5 (reintegrate, no functional changes) | sebres | 2019-07-24 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | cherrypick timerate-loop-opti--discard-result | sebres | 2019-07-24 | 1 | -1/+17 |
|
|
| | * | fixed build with MSVC 6.0 | sebres | 2019-06-25 | 1 | -6/+3 |
|
|
| * | | fix done optimization (TCL_EVAL_DISCARD_RESULT) for nested call - supply and ... | sebres | 2019-07-23 | 1 | -2/+10 |
|
|
| * | | better rewritten loop optimization: new evalFlag "TCL_EVAL_DISCARD_RESULT" in... | sebres | 2019-07-23 | 1 | -1/+9 |
|/ / |
|
* | | Trying to fix C4761 warning with VC++ 6.0 | jan.nijtmans | 2019-06-29 | 1 | -1/+1 |
|
|