summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2004-10-27 13:06:42 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2004-10-27 13:06:42 +0000
commit353e420aa054b3215f372729853214691f0ca722 (patch)
treea1ba53308fcf70106bcfd0b8d587e2bdc3312f49 /ChangeLog
parent98e7e0ca4eb90b4c6567d47326819e243dfbc982 (diff)
downloadmpfr-353e420aa054b3215f372729853214691f0ca722.tar.gz
Update.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3062 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 041c68438..1854f6c6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2004-10-27 Vincent Lefevre <Vincent.Lefevre@loria.fr>
+
+ * mpfr-impl.h, set_d.c:
+ Removed the definitions of DBL_POS_INF/DBL_NEG_INF/DBL_NAN for
+ Visual C++ as they were incorrect. Modified DOUBLE_ISINF(x) so
+ that infinities are no longer used (this should fix a part of
+ the problem for Visual C++). If IEEE 754 is not supported, one
+ should probably use the standard INFINITY macro instead of
+ (1.0/0.0), since (1.0/0.0) is specific to IEEE 754.
+
+ * acinclude.m4, tests/tests.c:
+ Applied patch by Steve M. Robbins for non-IRIX MIPS systems
+ (originally for MPFR 2.0.3).
+
+2004-10-26 Vincent Lefevre <Vincent.Lefevre@loria.fr>
+
+ * tests/tadd1sp.c, tests/tsub1sp.c: Reformatted the code.
+
+ * tests/tsub1sp.c, tests/ttanh.c, tests/tset_ld.c, tests/tset_si.c, tests/tset_str.c, tests/tset_z.c, tests/tround_prec.c, tests/tset.c, tests/tset_exp.c, tests/trint.c, tests/trandom.c, tests/tlog.c, tests/tmul.c, tests/tmul_ui.c, tests/texp2.c, tests/tgamma.c, tests/tcosh.c, tests/tdiv.c, tests/tests.c, tests/texceptions.c, tests/texp.c, tests/tcos.c, tests/tacos.c, tests/tadd1sp.c, tests/tasin.c, tests/tatan.c, mpfr-test.h:
+ Replaced mpfr_set_emin/emax by set_emin/emax in tests to check
+ the return value; defined set_emin/emax in "tests/tests.c".
+ Fix: added missing #include <string.h> in "tests/tests.c".
+ Removed variable names in prototypes in "mpfr-test.h".
+
+2004-10-22 Vincent Lefevre <Vincent.Lefevre@loria.fr>
+
+ * tests/mpf_compat.h: Reformatted the code -> GNU style.
+
+ * tests/tinp_str.c, tests/tout_str.c, tests/tset_str.c, tests/tstrtofr.c, mul.c, set_str.c, strtofr.c, tests/mpf_compat.h, tests/tests.c, mpfr-impl.h, mpfr-test.h, mpfr.h, mpfr.texi, INSTALL, NEWS, README, README.dev, configure.in, AUTHORS, BUGS, ChangeLog:
+ Ported the latest modifications to the 2.1 branch.
+
+ * ChangeLog: Update.
+
2004-10-22 Patrick Pelissier <Patrick.Pelissier@loria.fr>
* tests/tests.c: