summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-08-24 14:23:41 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-08-24 14:23:41 +0000
commit9ecf5f8a64daa1d9bb136827152e31e60ad004a6 (patch)
treef871a52b284b7348cbd2b78db16d61ab98ec6014 /ChangeLog
parent5dbbe9f13220d0813fd440583c0eb451d2f72964 (diff)
downloadmpfr-9ecf5f8a64daa1d9bb136827152e31e60ad004a6.tar.gz
Update.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3736 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0debddc8f..97e171131 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-08-24 Vincent Lefevre <Vincent.Lefevre@loria.fr>
+
+ * set_uj.c:
+ Improved C compliance when mp_limb_t and uintmax_t have the same size
+ (concerning >> BITS_PER_MP_LIMB); some other small improvements.
+
+ * round_p.c, tests/tcan_round.c:
+ No longer assume that a mp_limb_t fits in an unsigned long (this
+ is not true under IRIX, where a mp_limb_t has 64 bits and a long
+ has 32 bits by default). In round_p.c, error messages are output
+ to stderr instead of stdout.
+
2005-08-23 Vincent Lefevre <Vincent.Lefevre@loria.fr>
* set_ld.c: This was wrong. Let's do it even more like the 2.1 branch.