summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-08-03 01:23:44 +0200
committerKevin Ryde <user42@zip.com.au>2000-08-03 01:23:44 +0200
commita6ada8f692afb72a60641740b6f048f684587899 (patch)
treeb75706828cb91d1d51e1612927def13c178cd2ee
parentc06939671df07f8c07fefe537b1abbd065ec6cc0 (diff)
downloadgmp-a6ada8f692afb72a60641740b6f048f684587899.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog17
1 files changed, 8 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ed36e464..b29d1be1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,24 +2,23 @@
* Version 3.1 released.
+ * mpn/alpha/ev6: New directory with ev6/21264 optimized code.
+ * mpn/alpha/ev6/addmul_1.asm: New file.
+ * mpn/alpha/ev6/gmp-mparam.h: New file.
+
2000-08-02 Kevin Ryde <kevin@swox.se>
- * mpfr/round.c: Correction to K&R part.
- * mpfr/set.c: Likewise.
- * mpfr/mul_ui: Likewise.
- * mpfr/set_d.c: Likewise.
- * mpfr/log.c: Likewise.
+ * demos/factorize.c (random): Don't use "inline".
+
+ * mpfr/{log,mul_ui,round,set,set_d}.c: Corrections to K&R parts.
* Makefile.am (EXTRA_HEADERS): Omit $(MPFR_HEADERS_OPTION).
* mpfr/Makefile.am (EXTRA_DIST): Add mpfr.h.
-2000-08-02 Torbjorn Granlund <tege@swox.com>
+ * gmp.texi (Known Build Problems): Note problem stripping libgmp.a.
* mpn/tests/try.c (try_init): Account for ALIGNMENTS when sizing
source and dest regions.
- * mpn/alpha/ev6: New directory with ev6/21264 optimize code.
- * mpn/alpha/ev6/addmul_1.asm: New file.
- * mpn/alpha/ev6/gmp-mparam.h: New file.
2000-08-02 Kent Boortz <kent@swox.com>