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