diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2013-01-20 11:32:02 +0100 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2013-01-20 11:32:02 +0100 |
commit | bf8f510f151e799b1df56069b78791d47c417d15 (patch) | |
tree | 95f9e21024caa5874564e48f85c60b73c564de56 | |
parent | 99912073d64b5070f1ddd13fc609209d51915c99 (diff) | |
download | gmp-bf8f510f151e799b1df56069b78791d47c417d15.tar.gz |
ChangeLog
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,7 +1,12 @@ +2013-01-20 TG <tege@gmplib.org> + + * tests/mpz/t-remove.c: Back out last change which left `divisor_size' + uninitialised; achieve change's aim with a parameter tweak. + 2013-01-20 Marco Bodrato <bodrato@mail.dm.unipi.it> - * mini-gmp/tests/testutils.c (testhalves): New function, test - default memory functions. + * mini-gmp/tests/testutils.c (testhalves): New function, test default + memory functions. * mini-gmp/tests/testutils.h (testhalves): Declare it * mini-gmp/tests/t-logops.c: Use testhalves. |