summaryrefslogtreecommitdiff
path: root/mini-gmp/ChangeLog
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2016-11-30 18:47:59 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2016-11-30 18:47:59 +0100
commit143e7e786409e116bbd0031c009136da5e81eadb (patch)
treea4403a2b1d0c3a890b78fea6173e0ddb04847d8d /mini-gmp/ChangeLog
parent8728f1104948e2245f3fdd0d48c3b21c18238e24 (diff)
downloadgmp-143e7e786409e116bbd0031c009136da5e81eadb.tar.gz
ChangeLog
Diffstat (limited to 'mini-gmp/ChangeLog')
-rw-r--r--mini-gmp/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/mini-gmp/ChangeLog b/mini-gmp/ChangeLog
index 1581b4cfb..ea5e70db0 100644
--- a/mini-gmp/ChangeLog
+++ b/mini-gmp/ChangeLog
@@ -1,3 +1,7 @@
+2016-11-27 Marco Bodrato <bodrato@mail.dm.unipi.it>
+
+ * mini-gmp.c (mpz_get_si): fewer branches, safer forumla for negatives.
+
2016-11-24 Niels Möller <nisse@lysator.liu.se>
* tests/hex-random.c (mkseed): Produce a 48-bit mpz_t value,
@@ -21,6 +25,10 @@
(testmain): Add test with inputs which triggered the
mpn_invert_3by2 bug (see 2016-11-16 entry).
+2016-11-21 Marco Bodrato <bodrato@mail.dm.unipi.it>
+
+ * tests/t-signed.c: compare different signs, and after overflow.
+
2016-11-20 Niels Möller <nisse@lysator.liu.se>
* tests/t-signed.c: Reorganize testcase, to avoid undefined
@@ -45,6 +53,10 @@
* tests/Makefile: Pass EXTRA_CFLAGS to linker as a intermediate fix.
+2016-11-17 Marco Bodrato <bodrato@mail.dm.unipi.it>
+
+ * tests/t-str.c: free a pointer to avoid memory leaks.
+
2016-11-16 Niels Möller <nisse@lysator.liu.se>
* mini-gmp.c (mpn_invert_3by2): Fix arithmetic overflow
@@ -62,6 +74,11 @@
compilation and running of tests.
* tests/run-tests: Allow empty tests list.
+2016-11-14 Marco Bodrato <bodrato@mail.dm.unipi.it>
+
+ * tests/t-str.c: Some more test cases.
+ * tests/t-pprime_p.c: Use shorter operands, with different sizes.
+
2016-11-01 Torbjörn Granlund <tg@gmplib.org>
* tests/hex-random.c: Reinstate gmp.h inclusion.