summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2019-06-256-25/+50
|\
| * Makef tclTomMath.h work with VC++ 6.0jan.nijtmans2019-06-251-0/+4
| * merge 8.5sebres2019-06-252-7/+14
| |\
| | * fixed build with MSVC 6.0sebres2019-06-253-13/+17
| * | closes [f8a33ce3db5d8cc2]: Tcl_Exit uses system exit as fallback if Tcl-subsy...sebres2019-06-211-9/+14
| * | [6bdadfba7d] Stop crash with multi-lappend and failing writesdkf2019-06-201-8/+13
| * | [8b9854c3d8] Undo regression in [info level 0] after ensemble dispatch.dgp2019-06-171-1/+5
| |\ \
| | * | Fix Bug 8b9854c3d8. Now 4 test failures require examination.dgp2019-06-131-1/+5
| * | | Merge 8.5jan.nijtmans2019-06-151-4/+4
| |\ \ \ | | |/ / | |/| / | | |/
| | * Use mp_init_set() in stead of mp_init_set_int() when the constant is sufficie...jan.nijtmans2019-06-151-4/+4
* | | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapte...jan.nijtmans2019-06-146-152/+245
|/ /
* | Fix [25deec4e46]: Tcl fails to compile with icc due to typedef conflictjan.nijtmans2019-06-111-1/+1
|\ \ | |/
| * Fix [25deec4e46]: Tcl fails to compile with icc due to typedef conflictjan.nijtmans2019-06-111-1/+1
* | More bytecodes are non-throwing.dgp2019-06-101-0/+1
* | Remove declarations that are never defined.dgp2019-06-101-18/+0
|\ \ | |/
| * Remove declarations that are never defined.dgp2019-06-101-18/+0
* | minor cleanup of source code formattingdkf2019-06-091-61/+78
* | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remo...jan.nijtmans2019-05-317-38/+34
* | Merge 8.5jan.nijtmans2019-05-292-5/+5
|\ \ | |/
| * Update some libtommath functions to the latest trunk versions. Small step for...jan.nijtmans2019-05-299-302/+181
* | end-of-line spacingjan.nijtmans2019-05-2410-27/+27
|\ \ | |/
| * Missing keyword: "static"jan.nijtmans2019-05-241-2/+2
* | merge 8.5sebres2019-05-241-1/+1
|\ \ | |/
| * fixes typo ("net" instead of outdated term "nett")sebres2019-05-241-1/+1
* | 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