| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | Reduce the "clever" factor. (Fine line between clever and stupid.) | dgp | 2018-03-08 | 1 | -3/+5 |
|
|
| | * | | | Streamline index decoding in INST_STR_RANGE_IMM execution. | dgp | 2018-03-07 | 1 | -17/+28 |
|
|
| | * | | | Express INST_LIST_INDEX_IMM index processinig in terms of TCL_INDEX_END so | dgp | 2018-03-07 | 1 | -7/+2 |
|
|
| | * | | | try to fix [db36fa5122]: better compiled variants of several indices-related ... | sebres | 2018-03-06 | 1 | -2/+4 |
| | |/ / |
|
* | | | | merge 8.7 | dgp | 2018-03-05 | 1 | -22/+22 |
|\ \ \ \
| |/ / / |
|
| * | | | 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 |
|
|
* | | | | merge 8.7 | dgp | 2018-02-15 | 1 | -28/+15 |
|\ \ \ \
| |/ / / |
|
| * | | | 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 |
| |\ \ \ |
|
| * \ \ \ | merge core-8-branch | jan.nijtmans | 2017-12-19 | 1 | -3/+3 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | merge 8.7 | jan.nijtmans | 2017-12-06 | 1 | -4/+2 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge trunk | jan.nijtmans | 2017-09-18 | 1 | -3/+3 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | merge trunk | jan.nijtmans | 2017-06-12 | 1 | -26/+27 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | (experimental) new internal macro TCL_Z_MODIFIER, just like TCL_LL_MODIFIER b... | jan.nijtmans | 2017-03-28 | 1 | -3/+3 |
|
|
* | | | | | | | | merge 8.7 | dgp | 2018-02-14 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| * | | | | | | | 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 |
|
|
* | | | | | | | | merge 8.7 | dgp | 2018-02-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| * | | | | | | | small code review: resolve conversion warnings (possible loss of data, signed... | sebres | 2018-02-09 | 1 | -1/+1 |
|
|
* | | | | | | | | merge 8.7 | dgp | 2018-02-06 | 1 | -517/+164 |
|\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| * | | | | | | | 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 8.7 | dgp | 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 | dgp | 2017-11-29 | 1 | -2/+0 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | 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 |
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| * | | | | | | Changed math functions min and max to C implementations. | pspjuth | 2017-11-19 | 1 | -2/+0 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | merge 8.7 | dgp | 2017-11-08 | 1 | -2/+2 |
|\ \ \ \ \ \
| | |/ / / /
| |/| | | | |
|