summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\
| * 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
| * | small code review: resolve conversion warnings (possible loss of data, signed...sebres2018-02-091-1/+1
| * | 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 core-8-branchjan.nijtmans2017-12-191-3/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Revert a few more (int -> size_t) transitions, which could effect extensions ...jan.nijtmans2017-12-151-3/+3
| | |_|/ / | |/| | |
* | | | | merge 8.7jan.nijtmans2017-12-061-4/+2
|\ \ \ \ \ | |/ / / /
| * | | | 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
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Modify TclCreateProc to handle arbitrary argument names, not just ASCII.dgp2017-11-081-2/+2
| | |/ /
| * | | Changed math functions min and max to C implementations.pspjuth2017-11-191-2/+0
| | |/ | |/|
* | | Merge trunkjan.nijtmans2017-09-181-3/+3
|\ \ \ | | |/ | |/|
| * | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions....jan.nijtmans2017-09-131-3/+3
* | | merge trunkjan.nijtmans2017-06-121-26/+27
|\ \ \ | |/ /
| * | Make read and write operations on Tcl_Var handles available in tclInt API.dkf2017-06-081-21/+24
| |\ \ | | |/
| | * Expose some of the core variable access APIs. dkf2017-06-061-21/+24
| * | Revert performance optimization as first step to providing a refactored one.dgp2017-06-051-24/+1
| * | merge core-8-6-branch (except: the "timerate" command and the clock performan...jan.nijtmans2017-05-311-1/+1
| |\ \ | | |/
| * | performance of INST_STR_CONCAT1: closes [716b427f76f8f97a8d9a06043903c53bb2b5...sebres2017-05-311-1/+24
| * | silence uninit variable warningsdgp2017-04-281-1/+1
| |\ \ | | |/
| | * silence uninit variable warningsdgp2017-04-281-1/+1
| * | [04e26c02c0] Remove useless condition that raises warnings.dgp2017-04-271-4/+2
| |\ \ | | |/
| | * [04e26c02c0] Remove useless condition that raises warnings.dgp2017-04-271-4/+2
* | | (experimental) new internal macro TCL_Z_MODIFIER, just like TCL_LL_MODIFIER b...jan.nijtmans2017-03-281-3/+3
|/ /
* | redundant end-of-line spacingjan.nijtmans2017-03-151-1/+1
|\ \ | |/