summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-06-26 23:55:24 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-06-26 23:55:24 +0000
commit2a1e4bd6c80917763d8f67a27d1fcd62544fad87 (patch)
tree3a6fdbb653d8d480485b3624fdd824e9cc299163 /ChangeLog
parentd63797c4a84006c917de554b6e6cc091b222ecd0 (diff)
downloadmpfr-2a1e4bd6c80917763d8f67a27d1fcd62544fad87.tar.gz
Update.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1956 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7eacd47d8..4725ad8d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,42 @@
+2002-06-26 Vincent Lefevre <lefevre@greux.loria.fr>
+
+ * exceptions.c, mpfr-impl.h, mul.c, mul_ui.c, print_raw.c, rint.c, round_prec.c, set.c, set_si.c, set_ui.c, set_z.c, sqrt.c, sub1.c, add1.c, add_one_ulp.c, div.c:
+ MP_LIMB_T_HIGHBIT -> MPFR_LIMB_HIGHBIT.
+ MPFR is now compatible with GMP 4.1.
+
+2002-06-15 Vincent Lefevre <lefevre@greux.loria.fr>
+
+ * TODO: Added: make MPFR thread-safe.
+
+2002-06-14 Paul Zimmermann <zimmerma@greux.loria.fr>
+
+ * set_q.c: fixed bug found by Gerardo Ballabio
+
+ * tests/tset_q.c:
+ added one test (bug in mpfr-2.0.1 found by Gerardo Ballabio)
+
+2002-06-13 Paul Zimmermann <zimmerma@greux.loria.fr>
+
+ * TODO: added mpfr_modf
+
+2002-06-12 Vincent Lefevre <lefevre@greux.loria.fr>
+
+ * TODO: Added modf (to implement).
+
2002-06-08 Vincent Lefevre <lefevre@greux.loria.fr>
+ * tests/tmul.c, tests/tadd.c:
+ check: Apply a hack to the parameter order to make sparc gcc 2.95.2
+ happy (patch by Kevin Ryde) + static added.
+
+ * mpfr.texi: Patch by Kevin Ryde.
+
+ * tests/tsqrt.c, tests/tsqrt_ui.c:
+ Suppress tests if sqrt is not affected by mpfr_set_machine_rnd_mode
+ (patch by Kevin Ryde).
+
+ * ChangeLog: Update.
+
* README: fdl.texi added.
* Makefile.am, README.dev, fdl.texi, mpfr.texi, texinfo.tex: