summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-08-03 00:11:08 +0200
committertege <tege@gmplib.org>2000-08-03 00:11:08 +0200
commit4801ffdb2a224dd2b5c47e04b111242fc5635347 (patch)
tree6fcc73c5cc63d35fa3cda6e99f11f831a240473e
parente825762928032649256837ed0da126016127c68d (diff)
downloadgmp-4801ffdb2a224dd2b5c47e04b111242fc5635347.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 59c5acc67..5759bfb13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,10 +2,19 @@
* Version 3.1 released.
+2000-08-02 Kevin Ryde <kevin@swox.se>
+
+ * Makefile.am (EXTRA_HEADERS): Omit $(MPFR_HEADERS_OPTION).
+ * mpfr/Makefile.am (EXTRA_DIST): Add mpfr.h.
+
+2000-08-02 Torbjorn Granlund <tege@swox.com>
+
+ * 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>
* mpfr: Integrated experimental version of mpfr-0.4.
@@ -773,7 +782,7 @@
2000-05-22 Kevin Ryde <kevin@swox.se>
* mp.h (_PROTO): Copy from gmp.h, use on prototypes.
- Add extern "C" too.
+ Add extern "C" too.
* mpbsd/tests/Makefile.am (AUTOMAKE_OPTIONS): Enable ansi2knr.
* mpbsd/tests/allfuns.c: Don't execute mout, just link to it.
(main): ANSI style definition.