summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-09-11 22:15:29 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-09-11 22:15:29 +0000
commit047f544fa89caa95f56e2715489fe0629faf4ef4 (patch)
tree12d113c135c4df8d63c4a47e73e0c619b5473f63 /ChangeLog
parent4d3b20d8a000097d521a1f116b199d7057865b3a (diff)
downloadmpfr-047f544fa89caa95f56e2715489fe0629faf4ef4.tar.gz
Update.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3832 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 122beee72..b718a447d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,25 @@
2005-09-11 Vincent Lefevre <Vincent.Lefevre@loria.fr>
+ * README.dev, mpfr-impl.h, tests/trint.c, tests/tstckintc.c:
+ [2.2 branch]
+ Fixed a #ifdef in mpfr-impl.h (when --enable-assert isn't used).
+ Fixed uninitialized variable in trint.c (with gcc -std=c99).
+ Added #include <string.h> for memmove in tstckintc.c (see ISO C99).
+
+ * tests/tstckintc.c:
+ Added #include <string.h> for memmove (see ISO C99 standard).
+
+ * README.dev: Minor change.
+
+ * tests/trint.c: Fixed uninitialized variable (with gcc -std=c99).
+
+ * mpfr-impl.h: Fixed a #ifdef (when --enable-assert isn't used).
+
+ * ChangeLog: Update. [2.2 branch]
+
+ * README.dev, int_ceil_log2.c, mpfr-impl.h:
+ Minor patches from the trunk. [2.2 branch]
+
* 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.