summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-10-24 11:29:40 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-10-24 11:29:40 +0000
commit234280604e02c7188a919a3e8b356f65c4fa50b9 (patch)
tree9accd4aaccdc54a90a0df55b106e0418d79197b9 /ChangeLog
parent58074ea4a2502000890633f0a15c1dafd342feb3 (diff)
downloadmpfr-234280604e02c7188a919a3e8b356f65c4fa50b9.tar.gz
Update.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3888 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog45
1 files changed, 45 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3daeee121..5d3c47393 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,51 @@
+2005-10-19 Paul Zimmermann <Paul.Zimmermann@loria.fr>
+
+ * agm.c, algorithms.tex:
+ documented algorithm used in mpfr_agm and fixed code accordingly
+
+2005-10-10 Paul Zimmermann <Paul.Zimmermann@loria.fr>
+
+ * TODO: added efficiency item
+
+ * mpzroot.c, root.c, rootrem.c:
+ now mpzroot/rootrem compile without gmp internal headers
+
+2005-10-07 Vincent Lefevre <Vincent.Lefevre@loria.fr>
+
+ * root.c:
+ Disabled new rootrem/mpz_root as compilation fails (headers can't
+ be found).
+
+ * mul.c: Temporary optimization (patch from Patrick Pelissier).
+
+2005-10-06 Vincent Lefevre <Vincent.Lefevre@loria.fr>
+
+ * tests/tpow.c:
+ One of the tests was using the fabs function, but -lm isn't given when
+ generating the executable, making the linking fail under HP-UX. Fixed
+ by not using this fabs function.
+
+ * tests/tpow.c:
+ One of the tests was using the fabs function, but -lm isn't given when
+ generating the executable, making the linking fail under HP-UX. Fixed
+ by not using this fabs function. [2.2 branch]
+
+2005-10-05 Paul Zimmermann <Paul.Zimmermann@loria.fr>
+
+ * sin_cos.c: small improvement in sign detection
+
+ * Makefile.am, mpzroot.c, root.c, rootrem.c:
+ improved mpfr_root, using the new mpn_rootrem code written with Torbjo"rn
+
2005-09-29 Vincent Lefevre <Vincent.Lefevre@loria.fr>
* mpfr.h, tests/tset_si.c:
+ Applied the mpfr_set_ui macro patch to the 2.2 branch.
+
+ * lngamma.c, tests/tlngamma.c:
+ Applied the lngamma(2) patches to the 2.2 branch.
+
+ * mpfr.h, tests/tset_si.c:
Fixed bug in mpfr_set_ui macro when parameters are expressions
with side effects.