summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-11 03:35:40 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-11 03:35:40 +0000
commita350b62d79b2b99f6d51ec186702026d11d8c7d3 (patch)
tree8f00428b8fc967fedb5f724f7f8ccb266c0da12b /ChangeLog
parent04e4a7f44477b87119e25dbad3ccc4b8ce13ed48 (diff)
downloadmpfr-a350b62d79b2b99f6d51ec186702026d11d8c7d3.tar.gz
Update for the next pre-release.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1854 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39724ddd9..4f7e306fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,24 @@
+2002-04-11 Vincent Lefevre <lefevre@greux.loria.fr>
+
+ * tests/tget_d.c: Subnormal test in different rounding modes + fix.
+
+ * acinclude.m4, configure.in: Function MPFR_CONFIGS.
+
+ * tests/tget_d.c: Tests added.
+
+ * BUGS, get_d.c: get_d.c partly rewritten (Paul Zimmermann).
+
+ * configure.in: Check for gcc float-conversion bug.
+
2002-04-10 Vincent Lefevre <lefevre@greux.loria.fr>
+ * round_prec.c:
+ Added comment for mpfr_round_raw_generic (about using 1-bit precision).
+
+ * mpfr.texi: Update (thanks to Nathalie Revol).
+
+ * ChangeLog: Update for the next pre-release.
+
* tests/tsqrt.c, tests/tsqrt_ui.c, tests/tsub_ui.c, 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, rnd_mode.c, configure.in:
HAVE_FESETROUND renamed to MPFR_HAVE_FESETROUND to avoid possible
name conflict.