| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7. ignore MP_WUR for mp_neg() calls with equal arguments (even though... | jan.nijtmans | 2019-11-18 | 1 | -2/+2 |
|\ |
|
* \ | Merge 8.7. Finish implementation. | jan.nijtmans | 2019-11-12 | 1 | -2/+2 |
|\ \
| |/ |
|
* | | Merge 8.7 | jan.nijtmans | 2019-11-11 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead o... | jan.nijtmans | 2019-11-08 | 1 | -2/+2 |
|
|
* | | More WIP: All makefile builds appear to work fine, makefile.vc build still to... | jan.nijtmans | 2019-11-05 | 1 | -1/+1 |
|
|
* | | Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible a... | jan.nijtmans | 2019-11-01 | 1 | -1/+1 |
|
|
* | | Re-base to core-8-branch | jan.nijtmans | 2019-11-01 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Merge 8.7. Complete implementation for MSVC and for UNIX. | jan.nijtmans | 2019-04-09 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-10-30 | 1 | -6/+6 |
|\ \ |
|
| * | | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan... | jan.nijtmans | 2019-10-30 | 1 | -1/+1 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-10-22 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) | jan.nijtmans | 2019-10-17 | 1 | -13/+24 |
| |\ \ |
|
| * \ \ | Merge core-8-6-branch, and merge latest libtommath | jan.nijtmans | 2019-07-28 | 1 | -3/+19 |
| |\ \ \ |
|
* | \ \ \ | Merge 8.6 | jan.nijtmans | 2019-09-19 | 1 | -1/+1 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | TEBC: avoid error "unitialized variable" if called in debug mode (or with ana... | sebres | 2019-09-18 | 1 | -1/+1 |
|
|
* | | | | | Merge 8.6 | jan.nijtmans | 2019-08-28 | 1 | -0/+5 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings... | jan.nijtmans | 2019-08-28 | 1 | -0/+5 |
|
|
* | | | | | merge 8.6 | sebres | 2019-08-27 | 1 | -12/+18 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | 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 8.7 | jan.nijtmans | 2019-08-14 | 1 | -2/+18 |
|\ \ \ \ |
|
| * \ \ \ | merge 8.6 | sebres | 2019-07-24 | 1 | -2/+18 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | 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 |
| | | |/ /
| | |/| | |
|
* | | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -17/+17 |
|/ / / / |
|
* | | | | Merge 8.6 | jan.nijtmans | 2019-06-29 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Trying to fix C4761 warning with VC++ 6.0 | jan.nijtmans | 2019-06-29 | 1 | -1/+1 |
|
|
* | | | | [6bdadfba7d] Stop crash with multi-lappend and failing writes | dkf | 2019-06-20 | 1 | -8/+13 |
|\ \ \ \
| |/ / / |
|
| * | | | [6bdadfba7d] Stop crash with multi-lappend and failing writes | dkf | 2019-06-20 | 1 | -8/+13 |
|
|
* | | | | TIP 461: text comparison operators for [expr] | dkf | 2019-06-15 | 1 | -0/+8 |
|\ \ \ \ |
|
| * \ \ \ | merge 8.7 | dgp | 2019-06-10 | 1 | -37/+38 |
| |\ \ \ \ |
|
| * | | | | | Start of implementation of string comparison operators. | dkf | 2019-06-05 | 1 | -0/+8 |
|
|
* | | | | | | Eliminate (internal) TclOffset() usage, just use offsetof() in stead. | jan.nijtmans | 2019-06-12 | 1 | -1/+1 |
| |/ / / /
|/| | | | |
|
* | | | | | More usage of TCL_INDEX_NONE in stead of -1. More internal use of size_t, mai... | jan.nijtmans | 2019-06-07 | 1 | -37/+38 |
|/ / / / |
|
* | | | | Merge 8.6 | jan.nijtmans | 2019-05-31 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remo... | jan.nijtmans | 2019-05-31 | 1 | -1/+1 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2019-05-29 | 1 | -3/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.5 | jan.nijtmans | 2019-05-29 | 1 | -3/+3 |
| |\ \ \
| | |/ / |
|
| | * | | Update some libtommath functions to the latest trunk versions. Small step for... | jan.nijtmans | 2019-05-29 | 1 | -153/+36 |
|
|
| * | | | end-of-line spacing | jan.nijtmans | 2019-05-24 | 1 | -2/+2 |
| |\ \ \
| | |/ / |
|
| * | | | Minor compiler warning | jan.nijtmans | 2019-05-09 | 1 | -0/+2 |
| |\ \ \
| | |/ / |
|
| | * | | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5) | sebres | 2017-05-16 | 1 | -94/+134 |
| | |\ \ |
|
| | * | | | [04e26c02c0] Remove useless condition that raises warnings. | dgp | 2017-04-27 | 1 | -6/+2 |
|
|
* | | | | | Compilation for [dict getwithdefault]. | dkf | 2019-04-18 | 1 | -39/+69 |
|
|
* | | | | | Style corrections and warning elimination | dkf | 2019-04-18 | 1 | -1/+1 |
|
|