summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-09 23:53:57 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-09 23:53:57 +0000
commit797e125a69ddd40af528bf6d50df5008aee6352b (patch)
treef6d446c14aa02452ddb5ce3ee90a35f46f048193 /ChangeLog
parent3475e7911814fe8eb6ad9d489dc5fb09223f7a1a (diff)
downloadmpfr-797e125a69ddd40af528bf6d50df5008aee6352b.tar.gz
Update for the next pre-release.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1842 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a812e3a15..0e7f8eee8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,38 @@
+2002-04-09 Vincent Lefevre <lefevre@greux.loria.fr>
+
+ * INSTALL: Possible tconst_log2 crash under Solaris.
+
+ * configure.in:
+ Under OSF, use option -ffloat-store only when the compiler is gcc.
+
+ * Makefile.am:
+ include_HEADERS should contain only mpfr.h and mpf2mpfr.h.
+
+ * configure.in: Added code to support fesetround under Solaris.
+
+ * INSTALL: "In case of problem" update.
+
+ * INSTALL: Old URL removed.
+
+ * INSTALL:
+ Renaming: DIR -> GMPINSTALL, GMPDIR -> GMPBUILD. Bug on IRIX updated.
+
+ * INSTALL: Removed note about stack-alloc.h.
+
+ * tests/tui_div.c, tests/tui_sub.c, tests/tadd.c, tests/tadd_ui.c, tests/tagm.c, tests/tdiv.c, tests/tdiv_ui.c, tests/texp.c, tests/tget_d.c, tests/tget_str.c, tests/tlog.c, tests/tmul.c, tests/tset_q.c, tests/tsqrt.c, tests/tsqrt_ui.c, tests/tsub_ui.c, configure.in, rnd_mode.c:
+ Check for fenv.h -> check for fesetround.
+
+ * README.dev: Added note concerning patch submission.
+
+2002-04-08 Vincent Lefevre <lefevre@greux.loria.fr>
+
+ * mpfr.texi:
+ Note about overflows. Functions mpfr_{div,mul}_{si,ui} described.
+
2002-04-07 Vincent Lefevre <lefevre@greux.loria.fr>
+ * ChangeLog: Update for the next (and last?) pre-release.
+
* configure.in: Stricter test for HAVE_INFS.
* BUGS: Update.