| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | merge 8.5 (timerate unsigned calc) | sebres | 2019-05-21 | 1 | -18/+21 |
|\ \
| |/ |
|
| * | timerate: be more precise using unsigned wide (for total execution time), avo... | sebres | 2019-05-21 | 1 | -18/+21 |
|
|
* | | Knock VOID back down | dgp | 2019-05-21 | 1 | -1/+1 |
|
|
* | | fixed mistake in optimization of [3f693cdfe9c875c4] (bypass of compareKeysPro... | sebres | 2019-05-21 | 2 | -2/+5 |
|\ \
| |/ |
|
| * | small amend (no cast needed) | sebres | 2019-05-21 | 1 | -1/+1 |
|
|
| * | cherry-picing of [3f693cdfe9c875c4] to be more compatible across version, res... | sebres | 2019-05-21 | 2 | -5/+7 |
|
|
| * | comment typo | dgp | 2019-05-17 | 1 | -1/+1 |
|
|
* | | merge 8.5 | sebres | 2019-05-16 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | small amend to [ac566e9df84daeab] with rollback of done/continue optimization | sebres | 2019-05-16 | 1 | -0/+7 |
|
|
* | | merge 8.5 (timerate fix to avoid impact of object duplication on shared inter... | sebres | 2019-05-16 | 1 | -15/+25 |
|\ \
| |/ |
|
| * | timerate: allow continue from measurement cycle (used for conditional flow co... | sebres | 2019-05-16 | 1 | -15/+25 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2019-05-14 | 6 | -51/+88 |
|\ \
| |/ |
|
| * | DIGIT_BIT -> MP_DIGIT_BIT, since DIGIT_BIT is deprecated in future libtommath... | jan.nijtmans | 2019-05-14 | 6 | -65/+108 |
|
|
* | | Minor compiler warning | jan.nijtmans | 2019-05-09 | 1 | -0/+2 |
|\ \
| |/ |
|
* | | merge 8.5 | dgp | 2019-05-04 | 3 | -1/+26 |
|\ \
| |/ |
|
| * | Plug memleak when deleting a namespace destroys a linked Tcl var. | dgp | 2019-05-04 | 3 | -1/+53 |
|
|
* | | Added primitive to allow working coroutine deep introspection | dkf | 2019-04-23 | 1 | -0/+73 |
|
|
* | | Minor code style cleanup. | dkf | 2019-04-23 | 7 | -161/+287 |
|
|
* | | timerate: code style, doc style | dkf | 2019-04-23 | 1 | -147/+291 |
|\ \
| |/ |
|
| * | timerate: code style, doc style | dkf | 2019-04-23 | 1 | -151/+292 |
|
|
* | | Only use special mp_sqrt() code when double format/tommath format are exactly... | jan.nijtmans | 2019-04-11 | 2 | -16/+10 |
|
|
* | | Take over recent improvements from libtommath after version 1.1.0. | jan.nijtmans | 2019-04-05 | 2 | -11/+24 |
|
|
* | | Fix gcc warning on 32-bit platforms | jan.nijtmans | 2019-04-02 | 1 | -0/+4 |
|
|
* | | integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations an... | sebres | 2019-04-01 | 4 | -298/+233 |
|\ \ |
|
| * | | code review | sebres | 2019-02-04 | 1 | -4/+6 |
|
|
| * | | cherry pick of [238bd4d2c053540c]..[31dd092df4b57fdb]: More simplifications i... | sebres | 2019-02-04 | 1 | -150/+178 |
|
|
| * | | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, mp_t... | sebres | 2019-02-04 | 4 | -10/+12 |
|
|
| * | | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, no... | sebres | 2019-02-04 | 4 | -121/+40 |
|
|
* | | | merge 8.5 | sebres | 2019-04-01 | 1 | -1/+11 |
|\ \ \
| | |/
| |/| |
|
| * | | timerate: avoid divide by zero by no iterations in measurement cycle (e. g. c... | sebres | 2019-04-01 | 1 | -1/+11 |
|
|
* | | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o... | jan.nijtmans | 2019-03-28 | 3 | -98/+4 |
|
|
* | | | Document maximum value for right argument of '**' operator.
| jan.nijtmans | 2019-03-27 | 2 | -3/+7 |
|
|
* | | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:... | jan.nijtmans | 2019-03-25 | 7 | -10/+63 |
|
|
* | | | Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 by... | jan.nijtmans | 2019-03-24 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 by... | jan.nijtmans | 2019-03-24 | 1 | -3/+3 |
|
|
* | | | Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl doe... | jan.nijtmans | 2019-03-21 | 2 | -16/+16 |
|\ \ \
| |/ / |
|
| * | | Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl doe... | jan.nijtmans | 2019-03-21 | 2 | -16/+16 |
|
|
* | | | For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the ... | jan.nijtmans | 2019-03-17 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the ... | jan.nijtmans | 2019-03-17 | 1 | -4/+4 |
|
|
* | | | [39fed4dae5] Make sure return value from Tcl_PkgRequire*() survives long enough | dgp | 2019-03-08 | 2 | -21/+64 |
|\ \ \ |
|
| * | | | In the 8.6.* releases, Tcl_GetStringResult() still passes through interp->res... | dgp | 2019-03-07 | 2 | -4/+2 |
|
|
| * | | | Integrate the test, which seems to indicate the bug fix doesn't work. | dgp | 2019-03-07 | 1 | -1/+48 |
| |\ \ \ |
|
| | * \ \ | Merge forward to demonstrate the test fails after the bug arrived. | dgp | 2019-03-07 | 59 | -5017/+5530 |
| | |\ \ \ |
|
| | * | | | | [39fed4dae5] Proposed test | dgp | 2019-03-07 | 1 | -1/+46 |
|
|
| * | | | | | [39fed4dae5] Minimal fix for volatile lifetime of string returned by | dgp | 2019-03-06 | 1 | -18/+16 |
| | |/ / /
| |/| | | |
|
* | | | | | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-o... | jan.nijtmans | 2019-03-07 | 1 | -12/+11 |
|
|
* | | | | | Fix [9471e6e304]: InitWinEnv not thread safe | jan.nijtmans | 2019-03-07 | 1 | -0/+12 |
|
|
| | | | | | |
| \ \ \ \ | |
*-. \ \ \ \ | integrate sebres-8-6-timerate, merge 8.5 (TIP#527, New measurement facilities... | sebres | 2019-03-05 | 6 | -15/+446 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | / /
| | | |/ /
| | |/| | |
|
| | * | | | merge sebres-8-5-timerate (TIP#527 - New measurement facilities in TCL: New c... | sebres | 2019-03-05 | 7 | -109/+579 |
| | |\ \ \ |
|
| * | \ \ \ | merge updated 8.5-timerate branch | sebres | 2019-03-05 | 1 | -7/+20 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|