diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-09-11 22:15:29 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-09-11 22:15:29 +0000 |
commit | 047f544fa89caa95f56e2715489fe0629faf4ef4 (patch) | |
tree | 12d113c135c4df8d63c4a47e73e0c619b5473f63 /ChangeLog | |
parent | 4d3b20d8a000097d521a1f116b199d7057865b3a (diff) | |
download | mpfr-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-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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. |