summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7. ignore MP_WUR for mp_neg() calls with equal arguments (even though...jan.nijtmans2019-11-181-2/+2
|\
* \ Merge 8.7. Finish implementation.jan.nijtmans2019-11-121-2/+2
|\ \ | |/
* | Merge 8.7jan.nijtmans2019-11-111-2/+2
|\ \ | |/
| * Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead o...jan.nijtmans2019-11-081-2/+2
* | More WIP: All makefile builds appear to work fine, makefile.vc build still to...jan.nijtmans2019-11-051-1/+1
* | Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible a...jan.nijtmans2019-11-011-1/+1
* | Re-base to core-8-branchjan.nijtmans2019-11-011-1/+1
|\ \ | |/ |/|
| * Merge 8.7. Complete implementation for MSVC and for UNIX.jan.nijtmans2019-04-091-1/+1
* | Merge 8.6jan.nijtmans2019-10-301-6/+6
|\ \
| * | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan...jan.nijtmans2019-10-301-1/+1
* | | Merge 8.6jan.nijtmans2019-10-221-3/+3
|\ \ \ | |/ /
| * | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1)jan.nijtmans2019-10-171-13/+24
| |\ \
| * \ \ Merge core-8-6-branch, and merge latest libtommathjan.nijtmans2019-07-281-3/+19
| |\ \ \
* | \ \ \ Merge 8.6jan.nijtmans2019-09-191-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | TEBC: avoid error "unitialized variable" if called in debug mode (or with ana...sebres2019-09-181-1/+1
* | | | | Merge 8.6jan.nijtmans2019-08-281-0/+5
|\ \ \ \ \ | |/ / / /
| * | | | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-0/+5
* | | | | merge 8.6sebres2019-08-271-12/+18
|\ \ \ \ \ | |/ / / /
| * | | | closes [fa6bf38d07]: integrate bug-fa6bf38d07-v2sebres2019-08-271-12/+18
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | small amend: be sure checkInterp is set if entering back the code marked as T...sebres2019-08-271-2/+2
| | * | | simplification, use the same "fixed" (and faster) code for INST_EVAL_STKsebres2019-08-271-11/+6
| | * | | fixes [fa6bf38d07]: command invocation (NRE callback to TEBCResume) caused by...sebres2019-08-271-9/+20
| |/ / /
* | | | Merge 8.7jan.nijtmans2019-08-141-2/+18
|\ \ \ \
| * \ \ \ merge 8.6sebres2019-07-241-2/+18
| |\ \ \ \ | | |/ / /
| | * | | merge 8.5 (reintegrate, no functional changes)sebres2019-07-241-1/+1
| | |\ \ \
| | | * | | cherrypick timerate-loop-opti--discard-resultsebres2019-07-241-1/+17
| | | * | | fixed build with MSVC 6.0sebres2019-06-251-6/+3
| | * | | | fix done optimization (TCL_EVAL_DISCARD_RESULT) for nested call - supply and ...sebres2019-07-231-2/+10
| | * | | | better rewritten loop optimization: new evalFlag "TCL_EVAL_DISCARD_RESULT" in...sebres2019-07-231-1/+9
| | | |/ / | | |/| |
* | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-17/+17
|/ / / /
* | | | Merge 8.6jan.nijtmans2019-06-291-1/+1
|\ \ \ \ | |/ / /
| * | | Trying to fix C4761 warning with VC++ 6.0jan.nijtmans2019-06-291-1/+1
* | | | [6bdadfba7d] Stop crash with multi-lappend and failing writesdkf2019-06-201-8/+13
|\ \ \ \ | |/ / /
| * | | [6bdadfba7d] Stop crash with multi-lappend and failing writesdkf2019-06-201-8/+13
* | | | TIP 461: text comparison operators for [expr]dkf2019-06-151-0/+8
|\ \ \ \
| * \ \ \ merge 8.7dgp2019-06-101-37/+38
| |\ \ \ \
| * | | | | Start of implementation of string comparison operators.dkf2019-06-051-0/+8
* | | | | | Eliminate (internal) TclOffset() usage, just use offsetof() in stead.jan.nijtmans2019-06-121-1/+1
| |/ / / / |/| | | |
* | | | | More usage of TCL_INDEX_NONE in stead of -1. More internal use of size_t, mai...jan.nijtmans2019-06-071-37/+38
|/ / / /
* | | | Merge 8.6jan.nijtmans2019-05-311-1/+1
|\ \ \ \ | |/ / /
| * | | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remo...jan.nijtmans2019-05-311-1/+1
* | | | Merge 8.6jan.nijtmans2019-05-291-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.5jan.nijtmans2019-05-291-3/+3
| |\ \ \ | | |/ /
| | * | Update some libtommath functions to the latest trunk versions. Small step for...jan.nijtmans2019-05-291-153/+36
| * | | end-of-line spacingjan.nijtmans2019-05-241-2/+2
| |\ \ \ | | |/ /
| * | | Minor compiler warningjan.nijtmans2019-05-091-0/+2
| |\ \ \ | | |/ /
| | * | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5)sebres2017-05-161-94/+134
| | |\ \
| | * | | [04e26c02c0] Remove useless condition that raises warnings.dgp2017-04-271-6/+2
* | | | | Compilation for [dict getwithdefault].dkf2019-04-181-39/+69
* | | | | Style corrections and warning eliminationdkf2019-04-181-1/+1