summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-07-21 12:50:33 +0200
committertege <tege@gmplib.org>2000-07-21 12:50:33 +0200
commit9300388a929d291ec10bb0c4c80cacd2a2fffad9 (patch)
tree32ee7e36e633902cd96d29901d8f3c04d7b387ab /ChangeLog
parent07213ec7cf84a9eaa74f197c278edd9458262439 (diff)
downloadgmp-9300388a929d291ec10bb0c4c80cacd2a2fffad9.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 86bd16552..9120b097e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-21 Torbjorn Granlund <tege@swox.com>
+
+ * mpf/tests/t-muldiv.c: Relax error limit. Make precision depend
+ on SIZE. Misc changes.
+
2000-07-20 Kent Boortz <kent@swox.com>
* macos/Makefile.in: Removed hard coded targets, added special
@@ -9,6 +14,11 @@
* configure.in: Added comment about lines that the "macos/configure"
script depend on.
+2000-07-20 Torbjorn Granlund <tege@swox.com>
+
+ * mpz/powm.c (mpz_powm): After final mpz_redc call, subtract `mod'
+ from result if it is greater than `mod'.
+
2000-07-19 Torbjorn Granlund <tege@swox.com>
* mpn/hppa/gmp-mparam.h: Fill in values from `make tune' run.