summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7dgp2018-03-051-22/+22
|\
| * We have LLONG_MIN and LLONG_MAX to denote range limits of Tcl_WideInt.dgp2018-03-011-13/+13
| * Use mp_isneg() in stead of mp_cmp_d() when the output of this function is sim...jan.nijtmans2018-02-271-9/+9
* | merge 8.7dgp2018-02-151-28/+15
|\ \ | |/
| * Move TclGetBooleanFromObj to tclInt.h, so multiple source files can use it. C...jan.nijtmans2018-02-141-26/+13
| * merge 8.7dgp2018-02-141-517/+172
| |\
| * \ merge core-8-branchjan.nijtmans2017-12-191-3/+3
| |\ \
| * \ \ merge 8.7jan.nijtmans2017-12-061-4/+2
| |\ \ \
| * \ \ \ Merge trunkjan.nijtmans2017-09-181-3/+3
| |\ \ \ \
| * \ \ \ \ merge trunkjan.nijtmans2017-06-121-26/+27
| |\ \ \ \ \
| * | | | | | (experimental) new internal macro TCL_Z_MODIFIER, just like TCL_LL_MODIFIER b...jan.nijtmans2017-03-281-3/+3
* | | | | | | merge 8.7dgp2018-02-141-0/+8
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fix regression in [expr {0%$bignum}].dgp2018-02-141-0/+8
| |\ \ \ \ \ \
| | * | | | | | Modify TclCreateProc to handle arbitrary argument names, not just ASCII.pooryorick2018-02-141-2/+2
* | | | | | | | merge 8.7dgp2018-02-091-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | small code review: resolve conversion warnings (possible loss of data, signed...sebres2018-02-091-1/+1
* | | | | | | | merge 8.7dgp2018-02-061-517/+164
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | TIP 484: Merge 'int' and 'wideInt' Obj-type to a single 'int'dgp2018-02-061-513/+160
| |\ \ \ \ \ \ \
| | * | | | | | | Rename (internal) TclNewWideObj macro to TclNewIntObj. Change Tcl_SetIntObj/T...jan.nijtmans2018-01-261-23/+23
| | * | | | | | | Merge core-8-branch. Also some minor performance improvement: Turn Tcl_NewLon...jan.nijtmans2018-01-261-6/+6
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | merge core-8-branchjan.nijtmans2017-12-191-3/+3
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | * | | | | | | merge core-8-branchjan.nijtmans2017-12-061-2/+0
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | Merge dgp's "end-int-registration" branch, but slightly different: In stead o...jan.nijtmans2017-11-151-2/+3
| | * | | | | | | Rebase back to 8.7 (core-8-branch), since that's what the TIP is meant for. (...jan.nijtmans2017-11-091-3/+11
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merge trunkdgp2017-11-091-13/+5
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Modify TclCreateProc to handle arbitrary argument names, not just ASCII.pooryorick2017-11-081-2/+2
| | | * | | | | | | | Implementation branch for TIP 114 - Eliminate Octal Parsing...dgp2017-10-231-11/+3
| | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | * | | | | | | | More code simplifications, with still equal functionality.jan.nijtmans2017-11-071-4/+2
| | * | | | | | | | Finally, get rid of tclWideIntType completelyjan.nijtmans2017-11-011-45/+23
| | * | | | | | | | Eliminate most usage of TCL_NUMBER_LONG, just use TCL_NUMBER_WIDE in stead (s...jan.nijtmans2017-10-311-40/+27
| | * | | | | | | | eliminate most use of (long) type, except for incrementsjan.nijtmans2017-10-311-71/+39
| | * | | | | | | | Only use 64-bit tables for all platformsjan.nijtmans2017-10-311-105/+0
| | * | | | | | | | more progressjan.nijtmans2017-10-311-70/+59
| | * | | | | | | | more simplificationsjan.nijtmans2017-10-311-46/+11
| | * | | | | | | | Fix 2 failing test-cases, broken by some earlier commitjan.nijtmans2017-10-311-34/+34
| | * | | | | | | | Fix some pointer arthemeric (only visible on big-endian systems)jan.nijtmans2017-10-301-29/+24
| | * | | | | | | | more progress in code simplificationsjan.nijtmans2017-10-301-146/+17
| | * | | | | | | | Experimental branch meant to eliminate the "wideint" type, just merge it to a...jan.nijtmans2017-10-301-4/+4
| | |/ / / / / / /
| * | | | | | | | Rename TclStringFind to TclStringFirst. Repair its operations on bytearrays.dgp2018-02-061-1/+1
| * | | | | | | | Revise the TclStringCat() interface to follow a common pattern.dgp2018-02-051-3/+3
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | merge 8.7dgp2017-12-191-3/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Revert a few more (int -> size_t) transitions, which could effect extensions ...jan.nijtmans2017-12-151-3/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | merge 8.7dgp2017-11-291-2/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Re-base to core-8-branch: This change is fine as-is for Tcl 8.7, I wouldn't r...jan.nijtmans2017-11-201-248/+70
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Changed math functions min and max to C implementations.pspjuth2017-11-191-2/+0
| | |_|/ / / | |/| | | |
* | | | | | merge 8.7dgp2017-11-081-2/+2
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Modify TclCreateProc to handle arbitrary argument names, not just ASCII.dgp2017-11-081-2/+2
| | |/ / / | |/| | |
* | | | | merge trunkdgp2017-09-141-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions....jan.nijtmans2017-09-131-3/+3
| | |_|/ | |/| |
* | | | merge trunkdgp2017-06-161-21/+24
|\ \ \ \ | |/ / /