summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-07-31 01:38:16 +0200
committertege <tege@gmplib.org>2000-07-31 01:38:16 +0200
commit7a74ec529bcedc242fd4f776f959d26365d327c0 (patch)
treedd148da07ffbb005b8e01d7f026b130bce0b082e /ChangeLog
parent76739da319ed6b2456b9e979e95289facbc81b52 (diff)
downloadgmp-7a74ec529bcedc242fd4f776f959d26365d327c0.tar.gz
Develop three extra digits, not just one.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d49bf5298..e6fa8c24d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-07-31 Torbjorn Granlund <tege@swox.com>
+
+ * mpf/get_str.c: Develop three extra digits, not just one.
+
2000-07-31 Kevin Ryde <kevin@swox.se>
* gmp.texi (References): Add URL for invariant division.
@@ -56,7 +60,7 @@
New functions.
(numberof, TMP_ALLOC_TYPE etc, _MP_ALLOCATE_FUNC_TYPE etc,
UNSIGNED_TYPE_MAX etc): New macros.
-
+
* tune/*: Add FFT threshold tuning and speed measuring.
* tune/common.c: Avoid huge macro expansions for umul and udiv.
@@ -99,7 +103,7 @@
* configure.in: Add sparc64-*-linux* support (from Jakub Jelinek).
* configure: Regenerate.
-
+
* mpn/sparc64/rshift.asm: Use %g5 instead of volatile stack frame area
for return value (from Jakub Jelinek).
* mpn/sparc64/lshift.asm: Likewise.