summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2015-11-01 14:57:58 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2015-11-01 14:57:58 +0100
commitf493c1db94cec5eaff5786820c6a03bdac087d03 (patch)
tree62271ed4f5cd577f727c0c84421224f0c6667fcc
parent74bea7ab8477dfa46b76193033478c1d38193661 (diff)
downloadgmp-f493c1db94cec5eaff5786820c6a03bdac087d03.tar.gz
ChangeLoggmp-6.1.0
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b4a3d25e..879b3106a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
* mpz/inits.c [__CHECKER__]: Init limb, not pointer.
* mpz/init.c [__CHECKER__]: Likewise (spotted by Vicente Benjumea).
+ * tests/mpf/t-pow_ui.c: Use another mpf for the size limit.
2015-10-30 Torbjörn Granlund <torbjorng@google.com>