summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* Optimize TclStringFirst/TclStringLast: Let it return a Tcl_Obj * in stead of ...jan.nijtmans2020-03-301-6/+4
* Merge 8.6jan.nijtmans2020-03-181-1/+1
|\
| * More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-9/+9
* | moredgp2020-03-061-10/+14
* | Merge 8.7jan.nijtmans2020-02-131-62/+153
|\ \
| * \ Merge 8.7, more WIPjan.nijtmans2020-01-171-6/+3
| |\ \
| * \ \ Merge 8.7jan.nijtmans2020-01-151-2/+33
| |\ \ \ | | |/ /
| | * | Merge-mark 8.6. Remove a few "break"'s added in the previous commit, because ...jan.nijtmans2020-01-151-8/+0
| | |\ \ | | | |/
| | | * A few more "break" statements, so any compiler knows these are no FALLTHROUGH...jan.nijtmans2020-01-151-17/+59
| | * | A few more "break" statements, so any compiler knows these are no FALLTHROUGH...jan.nijtmans2020-01-141-1/+40
| * | | Start handling WUR (Warn Unused Result) in all tommath calls. WIP, not comple...jan.nijtmans2020-01-091-59/+122
| |/ /
| * | Merge 8.6jan.nijtmans2020-01-081-4/+4
| |\ \ | | |/
| | * Use _copysign on Windows always (available from float.h). Use mp_iszero() whe...jan.nijtmans2020-01-081-3/+3
| | |\
| | * | Fix Valgrind problem reported as follow-up in [fc4393e9b0]. Since it happens ...jan.nijtmans2019-12-081-1/+1
* | | | Merge 8.7jan.nijtmans2020-01-071-1/+18
|\ \ \ \ | |/ / /
| * | | Don't use "operator" as variable name, as it is a keyword in C++.jan.nijtmans2020-01-071-6/+27
| * | | Remove type-casts in many Tcl_LinkVar() calls, which is no longer necessary s...jan.nijtmans2020-01-071-1/+1
* | | | Merge 8.7jan.nijtmans2019-12-131-5/+5
|\ \ \ \ | |/ / /
| * | | 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
| |\ \ \ \ | | |/ / /
| * | | | 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.7jan.nijtmans2019-11-091-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
| |/ / / /
* | | | | Merge 8.7jan.nijtmans2019-11-041-6/+6
|\ \ \ \ \ | |/ / / /
| * | | | 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.7jan.nijtmans2019-10-241-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | 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.7jan.nijtmans2019-09-191-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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
* | | | | | | Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-2/+7
|\ \ \ \ \ \ \ | |/ / / / / /
* | | | | | | Merge tip-548jan.nijtmans2019-08-291-12/+23
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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 tip-548jan.nijtmans2019-08-151-17/+17
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.7jan.nijtmans2019-08-141-2/+18
| |\ \ \ \ \
| * | | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-17/+17
* | | | | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-2/+18
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |