Tcl Source Code

Check-in [06f3f845fb]
Login

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

Overview
Comment:Fix libtommath's mp_radix_size() function such that it returns 2 for single-digit numbers. Add testcases for mp_radix_size() and mp_iseven(). Undo useless change in bn_mp_add_d.c (bring back libtommath's version).
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 06f3f845fb1210db64e1cd85ea8eff1620ca3eb2
User & Date: jan.nijtmans 2016-11-17 16:26:50.897
Context
2016-11-18
03:34
Remove extra space in documentation for [file stat] check-in: 21feca063c user: andy tags: trunk
2016-11-17
16:27
merge trunk check-in: f365ba1ad9 user: jan.nijtmans tags: novem
16:26
Fix libtommath's mp_radix_size() function such that it returns 2 for single-digit numbers. Add testc... check-in: 06f3f845fb user: jan.nijtmans tags: trunk
16:24
Fix libtommath's mp_radix_size() function such that it returns 2 for single-digit numbers. Add testc... check-in: db3a4c3b27 user: jan.nijtmans tags: core-8-6-branch
09:33
Remove subdirectories of "libtommath", and various individual related files, not taking any part in ... check-in: 634ffe2b64 user: jan.nijtmans tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclObj.c.
Changes to generic/tclTestObj.c.
Changes to libtommath/bn_mp_add_d.c.
Changes to libtommath/bn_mp_radix_size.c.
Changes to tests/obj.test.