summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-02-03 12:52:48 +0100
committerTorbjorn Granlund <tege@gmplib.org>2013-02-03 12:52:48 +0100
commitbb5c729db83b77c1267f6148e6b1275023f7bfb7 (patch)
tree6cc2ea3c64589993e7d94662cd4d10e6822c9f45
parent99c9d67068c33bef67ad63f5b9754c41c7dec3ab (diff)
downloadgmp-bb5c729db83b77c1267f6148e6b1275023f7bfb7.tar.gz
ChangeLog
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e54b69b5b..d275af7da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-02-03 Torbjorn Granlund <tege@gmplib.org>
+
+ * tests/mpz/reuse.c: Fix typo causing the same negation condition to be
+ applied to all operands. Fix condition for when to invoke mpz_remove.
+ Make different-size random operands.
+
2013-02-02 Marco Bodrato <bodrato@mail.dm.unipi.it>
* mpz/remove.c: Correct the sign in case of reuse.