| Commit message (Expand) | Author | Age | Files | Lines |
* | We have LLONG_MIN and LLONG_MAX to denote range limits of Tcl_WideInt. | dgp | 2018-03-01 | 1 | -13/+13 |
|
|
* | Use mp_isneg() in stead of mp_cmp_d() when the output of this function is sim... | jan.nijtmans | 2018-02-27 | 1 | -9/+9 |
|
|
* | Move TclGetBooleanFromObj to tclInt.h, so multiple source files can use it. C... | jan.nijtmans | 2018-02-14 | 1 | -26/+13 |
|
|
* | merge 8.7 | dgp | 2018-02-14 | 1 | -517/+172 |
|\ |
|
| * | Fix regression in [expr {0%$bignum}]. | dgp | 2018-02-14 | 1 | -0/+8 |
| |\ |
|
| | * | Modify TclCreateProc to handle arbitrary argument names, not just ASCII. | pooryorick | 2018-02-14 | 1 | -2/+2 |
|
|
| * | | small code review: resolve conversion warnings (possible loss of data, signed... | sebres | 2018-02-09 | 1 | -1/+1 |
|
|
| * | | TIP 484: Merge 'int' and 'wideInt' Obj-type to a single 'int' | dgp | 2018-02-06 | 1 | -513/+160 |
| |\ \ |
|
| | * | | Rename (internal) TclNewWideObj macro to TclNewIntObj. Change Tcl_SetIntObj/T... | jan.nijtmans | 2018-01-26 | 1 | -23/+23 |
|
|
| | * | | Merge core-8-branch. Also some minor performance improvement: Turn Tcl_NewLon... | jan.nijtmans | 2018-01-26 | 1 | -6/+6 |
| | |\ \ |
|
| | * \ \ | merge core-8-branch | jan.nijtmans | 2017-12-19 | 1 | -3/+3 |
| | |\ \ \
| | | |/ / |
|
| | * | | | merge core-8-branch | jan.nijtmans | 2017-12-06 | 1 | -2/+0 |
| | |\ \ \ |
|
| | * | | | | Merge dgp's "end-int-registration" branch, but slightly different: In stead o... | jan.nijtmans | 2017-11-15 | 1 | -2/+3 |
|
|
| | * | | | | Rebase back to 8.7 (core-8-branch), since that's what the TIP is meant for. (... | jan.nijtmans | 2017-11-09 | 1 | -3/+11 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | merge trunk | dgp | 2017-11-09 | 1 | -13/+5 |
| | |\ \ \ \ \ |
|
| | | * | | | | | Modify TclCreateProc to handle arbitrary argument names, not just ASCII. | pooryorick | 2017-11-08 | 1 | -2/+2 |
|
|
| | | * | | | | | Implementation branch for TIP 114 - Eliminate Octal Parsing... | dgp | 2017-10-23 | 1 | -11/+3 |
|
|
| | * | | | | | | More code simplifications, with still equal functionality. | jan.nijtmans | 2017-11-07 | 1 | -4/+2 |
|
|
| | * | | | | | | Finally, get rid of tclWideIntType completely | jan.nijtmans | 2017-11-01 | 1 | -45/+23 |
|
|
| | * | | | | | | Eliminate most usage of TCL_NUMBER_LONG, just use TCL_NUMBER_WIDE in stead (s... | jan.nijtmans | 2017-10-31 | 1 | -40/+27 |
|
|
| | * | | | | | | eliminate most use of (long) type, except for increments | jan.nijtmans | 2017-10-31 | 1 | -71/+39 |
|
|
| | * | | | | | | Only use 64-bit tables for all platforms | jan.nijtmans | 2017-10-31 | 1 | -105/+0 |
|
|
| | * | | | | | | more progress | jan.nijtmans | 2017-10-31 | 1 | -70/+59 |
|
|
| | * | | | | | | more simplifications | jan.nijtmans | 2017-10-31 | 1 | -46/+11 |
|
|
| | * | | | | | | Fix 2 failing test-cases, broken by some earlier commit | jan.nijtmans | 2017-10-31 | 1 | -34/+34 |
|
|
| | * | | | | | | Fix some pointer arthemeric (only visible on big-endian systems) | jan.nijtmans | 2017-10-30 | 1 | -29/+24 |
|
|
| | * | | | | | | more progress in code simplifications | jan.nijtmans | 2017-10-30 | 1 | -146/+17 |
|
|
| | * | | | | | | Experimental branch meant to eliminate the "wideint" type, just merge it to a... | jan.nijtmans | 2017-10-30 | 1 | -4/+4 |
| | |/ / / / / |
|
| * | | | | | | Rename TclStringFind to TclStringFirst. Repair its operations on bytearrays. | dgp | 2018-02-06 | 1 | -1/+1 |
|
|
| * | | | | | | Revise the TclStringCat() interface to follow a common pattern. | dgp | 2018-02-05 | 1 | -3/+3 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | merge core-8-branch | jan.nijtmans | 2017-12-19 | 1 | -3/+3 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Revert a few more (int -> size_t) transitions, which could effect extensions ... | jan.nijtmans | 2017-12-15 | 1 | -3/+3 |
| | |_|/ /
| |/| | | |
|
* | | | | | merge 8.7 | jan.nijtmans | 2017-12-06 | 1 | -4/+2 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Re-base to core-8-branch: This change is fine as-is for Tcl 8.7, I wouldn't r... | jan.nijtmans | 2017-11-20 | 1 | -248/+70 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | Modify TclCreateProc to handle arbitrary argument names, not just ASCII. | dgp | 2017-11-08 | 1 | -2/+2 |
| | |/ / |
|
| * | | | Changed math functions min and max to C implementations. | pspjuth | 2017-11-19 | 1 | -2/+0 |
| | |/
| |/| |
|
* | | | Merge trunk | jan.nijtmans | 2017-09-18 | 1 | -3/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions.... | jan.nijtmans | 2017-09-13 | 1 | -3/+3 |
|
|
* | | | merge trunk | jan.nijtmans | 2017-06-12 | 1 | -26/+27 |
|\ \ \
| |/ / |
|
| * | | Make read and write operations on Tcl_Var handles available in tclInt API. | dkf | 2017-06-08 | 1 | -21/+24 |
| |\ \
| | |/ |
|
| | * | Expose some of the core variable access APIs.
| dkf | 2017-06-06 | 1 | -21/+24 |
|
|
| * | | Revert performance optimization as first step to providing a refactored one. | dgp | 2017-06-05 | 1 | -24/+1 |
|
|
| * | | merge core-8-6-branch (except: the "timerate" command and the clock performan... | jan.nijtmans | 2017-05-31 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| * | | performance of INST_STR_CONCAT1: closes [716b427f76f8f97a8d9a06043903c53bb2b5... | sebres | 2017-05-31 | 1 | -1/+24 |
|
|
| * | | silence uninit variable warnings | dgp | 2017-04-28 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | silence uninit variable warnings | dgp | 2017-04-28 | 1 | -1/+1 |
|
|
| * | | [04e26c02c0] Remove useless condition that raises warnings. | dgp | 2017-04-27 | 1 | -4/+2 |
| |\ \
| | |/ |
|
| | * | [04e26c02c0] Remove useless condition that raises warnings. | dgp | 2017-04-27 | 1 | -4/+2 |
|
|
* | | | (experimental) new internal macro TCL_Z_MODIFIER, just like TCL_LL_MODIFIER b... | jan.nijtmans | 2017-03-28 | 1 | -3/+3 |
|/ / |
|
* | | redundant end-of-line spacing | jan.nijtmans | 2017-03-15 | 1 | -1/+1 |
|\ \
| |/ |
|