diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-03-14 11:59:15 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-03-14 11:59:15 (GMT) |
commit | b7a189417b38e35bb825490a1b9a15fc8d138333 (patch) | |
tree | 4944895fd2b42a16491f59f9c1cb12ffda552245 /libtommath/changes.txt | |
parent | b5c43fbc876f3a372f5d83509d70f648ae9d6b88 (diff) | |
download | tcl-b7a189417b38e35bb825490a1b9a15fc8d138333.zip tcl-b7a189417b38e35bb825490a1b9a15fc8d138333.tar.gz tcl-b7a189417b38e35bb825490a1b9a15fc8d138333.tar.bz2 |
Import of libtommath 0.41
Import of libtommath 0.41
Diffstat (limited to 'libtommath/changes.txt')
-rw-r--r-- | libtommath/changes.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libtommath/changes.txt b/libtommath/changes.txt index aaaf69f..b0da4da 100644 --- a/libtommath/changes.txt +++ b/libtommath/changes.txt @@ -1,3 +1,7 @@ +March 10th, 2007 +v0.41 -- Wolfgang Ehrhardt suggested a quick fix to mp_div_d() which makes the detection of powers of two quicker. + -- [CRI] Added libtommath.dsp for Visual C++ users. + December 24th, 2006 v0.40 -- Updated makefile to properly support LIBNAME -- Fixed bug in fast_s_mp_mul_high_digs() which overflowed (line 83), thanks Valgrind! |