Tcl Source Code

Check-in [5bc72628bd]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Update some libtommath functions to the latest trunk versions. Small step forward in the upgrade to (upcoming) libtommath 1.2. Advantage: simplify Tcl code accessing those functions.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | core-8-5-branch
Files: files | file ages | folders
SHA3-256: 5bc72628bd0af3e1c7a7a73cf44ba122dbf0be2f1d559b84b41d1cca7c8505a1
User & Date: jan.nijtmans 2019-05-29 22:48:50.305
Context
2019-06-10
18:24
Remove declarations that are never defined. check-in: 65ba73d0ea user: dgp tags: core-8-5-branch
2019-05-29
23:08
Merge 8.5 check-in: a5dc393eae user: jan.nijtmans tags: core-8-6-branch
22:48
Update some libtommath functions to the latest trunk versions. Small step forward in the upgrade to ... check-in: 5bc72628bd user: jan.nijtmans tags: core-8-5-branch
2019-05-28
21:38
Eliminate a set of libtommath-related files that don't do anything. There's no sense in it, keeping ... check-in: 55750caf85 user: jan.nijtmans tags: core-8-5-branch
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclBasic.c.
Changes to generic/tclExecute.c.
Changes to generic/tclObj.c.
Changes to generic/tclStrToD.c.
Changes to generic/tclStringObj.c.
Changes to generic/tclTestObj.c.
Changes to generic/tclTomMath.decls.
Changes to generic/tclTomMath.h.
Changes to generic/tclTomMathDecls.h.
Changes to libtommath/bn_mp_and.c.
Changes to libtommath/bn_mp_cmp.c.
Changes to libtommath/bn_mp_cmp_d.c.
Changes to libtommath/bn_mp_cmp_mag.c.
Changes to libtommath/bn_mp_or.c.
Changes to libtommath/bn_mp_xor.c.
Changes to libtommath/tommath.h.