summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-09-09 14:26:08 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-09-09 14:26:08 +0000
commitcdb5175de21714956d870248d994ee622bfae5a8 (patch)
treecaf193bdf163e7ec0ce254cadb5cb07324457fdc /ChangeLog
parent647ce3efc3339d0b5f096eccc67720f677ddc472 (diff)
downloadmpfr-cdb5175de21714956d870248d994ee622bfae5a8.tar.gz
Update.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3817 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 23 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 02fa3599f..26ed0f02e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2005-09-09 Vincent Lefevre <Vincent.Lefevre@loria.fr>
+
+ * README.dev: Updated "To make a release".
+
+ * lngamma.c:
+ Use (mpz_t *) 0 instead of NULL (this is not less clear and this
+ works with the native SunOS 4 C compiler).
+
+2005-09-09 Paul Zimmermann <Paul.Zimmermann@loria.fr>
+
+ * tests/tset_f.c: avoid . in mpf_set_str (locale-sensitive)
+
+ * tests/tgamma.c, tests/tlngamma.c, gamma.c, lngamma.c, mpfr.texi:
+ cleanup of gamma and lngamma
+
+2005-09-08 Paul Zimmermann <Paul.Zimmermann@loria.fr>
+
+ * mul.c:
+ MUL_THRESHOLD -> MUL_THRESHOLD+1 (to allow MUL_THRESHOLD=0, needed for
+ tuneup.c)
+
+ * algorithms.tex: fixed LaTeX error
+
2005-09-08 Vincent Lefevre <Vincent.Lefevre@loria.fr>
* README.dev, fixperm:
@@ -15,8 +38,6 @@
* lngamma.c: Forgot to add lngamma.c. [2.2 branch]
- * ChangeLog: Update. [2.2 branch]
-
2005-09-08 Paul Zimmermann <Paul.Zimmermann@loria.fr>
* TODO: added one item