summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-12 14:51:26 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-12 14:51:26 +0000
commit52d1db754d00ea55bb694e3683e8f4fa13146bfc (patch)
tree6d385449650ed12700e25c6fb0808f1e8acea97d /ChangeLog
parent9366996deb808542640354f0bd0e0c13fa7a4ffc (diff)
downloadmpfr-52d1db754d00ea55bb694e3683e8f4fa13146bfc.tar.gz
Update for the next pre-release.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1864 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f7e306fd..af90f1d1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,27 @@
+2002-04-12 Vincent Lefevre <lefevre@greux.loria.fr>
+
+ * tests/tget_d.c: New tests.
+
+ * BUGS, get_d.c: mpfr_get_d* fixed.
+
+ * INSTALL, const_log2.c:
+ Types fixed in const_log2.c (this fixes the tconst_log2 crash).
+
+ * README.dev: Added a note about the native SunOS 4 C compiler.
+
2002-04-11 Vincent Lefevre <lefevre@greux.loria.fr>
+ * tests/tconst_log2.c: Type fixed.
+
+ * set_d.c, BUGS: mpfr_set_d bug fixed, but other bugs still remain...
+
+ * print_rnd_mode.c:
+ NULL was undeclared on some architectures (reported by Torbjorn Granlund).
+
+ * configure.in: LDFLAGS changed on HP-UX.
+
+ * ChangeLog: Update for the next pre-release.
+
* tests/tget_d.c: Subnormal test in different rounding modes + fix.
* acinclude.m4, configure.in: Function MPFR_CONFIGS.