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 | f8d727ad30b41d65af68d08177e4689d03f2f7f7 (patch) | |
tree | c5c780d07b7da7ee1542cef409ca020ecad97c63 /libtommath/changes.txt | |
parent | 159f55fe9e0f75c0e2945dae53177a04b819553d (diff) | |
download | tcl-f8d727ad30b41d65af68d08177e4689d03f2f7f7.zip tcl-f8d727ad30b41d65af68d08177e4689d03f2f7f7.tar.gz tcl-f8d727ad30b41d65af68d08177e4689d03f2f7f7.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 |