summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-09-11 18:21:02 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-09-11 18:21:02 +0000
commit473bb9fd325d4fa7c658194223e17d1c3efab0a7 (patch)
tree04512980c094638d915c47b58b809c22479fc319 /ChangeLog
parent61c50c1a80c13da958a07ccea39a5aac2c44374e (diff)
downloadmpfr-473bb9fd325d4fa7c658194223e17d1c3efab0a7.tar.gz
Update.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3824 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26ed0f02e..122beee72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,30 @@
+2005-09-11 Vincent Lefevre <Vincent.Lefevre@loria.fr>
+
+ * int_ceil_log2.c, mpfr-impl.h:
+ Changed the MPFR_ASSERTD into a MPFR_ASSERTN for MPFR_INT_CEIL_LOG2
+ since the assertion cannot be guaranteed for every C implementation.
+
+2005-09-10 Patrick Pelissier <Patrick.Pelissier@loria.fr>
+
+ * mpfr-impl.h: Fix spelling mistake.
+
+ * README.dev: Add new note about MPFR_TMP_DECL
+
2005-09-09 Vincent Lefevre <Vincent.Lefevre@loria.fr>
+ * tests/tset_f.c, algorithms.tex, gamma.c, lngamma.c, mparam_h.in, mul.c, tests/tgamma.c, tests/tlngamma.c:
+ Ported patches from the trunk to the 2.2 branch.
+
+2005-09-09 Paul Zimmermann <Paul.Zimmermann@loria.fr>
+
+ * mparam_h.in:
+ reduced default of MPFR_MUL_THRESHOLD by 1, since now
+ MPFR_MUL_THRESHOLD+1 is considered in mul.c
+
+2005-09-09 Vincent Lefevre <Vincent.Lefevre@loria.fr>
+
+ * algorithms.tex: Fixed another LaTeX error.
+
* README.dev: Updated "To make a release".
* lngamma.c: