diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-12-27 17:59:37 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-12-27 17:59:37 (GMT) |
commit | 98036f8f9d6591f75cbbb744ae789e53250d2459 (patch) | |
tree | 3273c8ec1192254a0628eccc71a9b1088fea0f2a /libtommath/changes.txt | |
parent | fe06c63182af8cb6b22df8c3cf9c7670c92c320d (diff) | |
download | tcl-98036f8f9d6591f75cbbb744ae789e53250d2459.zip tcl-98036f8f9d6591f75cbbb744ae789e53250d2459.tar.gz tcl-98036f8f9d6591f75cbbb744ae789e53250d2459.tar.bz2 |
Import of libtommath 0.37
Diffstat (limited to 'libtommath/changes.txt')
-rw-r--r-- | libtommath/changes.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libtommath/changes.txt b/libtommath/changes.txt index 4f27d63..1322d14 100644 --- a/libtommath/changes.txt +++ b/libtommath/changes.txt @@ -1,3 +1,9 @@ +November 18th, 2005 +v0.37 -- [Don Porter] reported on a TCL list [HEY SEND ME BUGREPORTS ALREADY!!!] that mp_add_d() would compute -0 with some inputs. Fixed. + -- [rinick@gmail.com] reported the makefile.bcc was messed up. Fixed. + -- [Kevin Kenny] reported some issues with mp_toradix_n(). Now it doesn't require a min of 3 chars of output. + -- Made the make command renamable. Wee + August 1st, 2005 v0.36 -- LTM_PRIME_2MSB_ON was fixed and the "OFF" flag was removed. -- [Peter LaDow] found a typo in the XREALLOC macro |