| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2019-04-11 | 1 | -10/+6 |
|\ \ \ \
| |/ / / |
|
| * | | | Only use special mp_sqrt() code when double format/tommath format are exactly... | jan.nijtmans | 2019-04-11 | 1 | -12/+8 |
|
|
| * | | | Fix gcc warning on 32-bit platforms | jan.nijtmans | 2019-04-02 | 1 | -0/+4 |
|
|
| * | | | integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations an... | sebres | 2019-04-01 | 1 | -282/+187 |
| |\ \ \ |
|
| | * | | | code review | sebres | 2019-02-04 | 1 | -4/+6 |
|
|
| | * | | | cherry pick of [238bd4d2c053540c]..[31dd092df4b57fdb]: More simplifications i... | sebres | 2019-02-04 | 1 | -150/+178 |
|
|
| | * | | | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, mp_t... | sebres | 2019-02-04 | 1 | -10/+1 |
|
|
| | * | | | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, no... | sebres | 2019-02-04 | 1 | -121/+5 |
|
|
* | | | | | Merge 8.6 | jan.nijtmans | 2019-03-27 | 1 | -1/+5 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Document maximum value for right argument of '**' operator.
| jan.nijtmans | 2019-03-27 | 1 | -1/+5 |
|
|
| * | | | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:... | jan.nijtmans | 2019-03-25 | 1 | -4/+4 |
|
|
| * | | | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve... | jan.nijtmans | 2019-03-02 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Additional protection for ridiculously big exponents, in case libtommath is c... | jan.nijtmans | 2019-03-26 | 1 | -1/+1 |
|
|
* | | | | enlarge a few small buffers, which could overflow using Unicode characters > ... | jan.nijtmans | 2019-03-18 | 1 | -1/+1 |
|
|
* | | | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat... | jan.nijtmans | 2019-03-15 | 1 | -15/+15 |
|
|