summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2020-05-17 01:06:02 +0200
committerTorbjorn Granlund <tg@gmplib.org>2020-05-17 01:06:02 +0200
commitf8f95a23917bdf66c16358340200a2f0e4c1a463 (patch)
tree8ea2af3b226492eefa4463f464de485dce5e1fd1 /ChangeLog
parent0f835a0210a6d421e44d5bc093ebd694be99ed17 (diff)
downloadgmp-f8f95a23917bdf66c16358340200a2f0e4c1a463.tar.gz
ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd9448ff3..87f5b172f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2020-05-12 Torbjörn Granlund <tg@gmplib.org>
+
+ * mpn/generic/hgcd2-div.h (tabp): Combine several undefined tabp
+ variable definitions with a macro.
+
+ * mpn/generic/strongfibo.c: Avoid defining helper function when unused.
+
+ * mpn/generic/dcpi1_bdiv_q.c (mpn_dcpi1_bdiv_q_n_itch): Disable unused
+ static function.
+
+ * mpz/mul.c: Add some {} to suppress warning.
+
+ * tests/mpn/t-gcd_11.c: Exit main() properly.
+ * tests/mpn/t-gcd_22.c: Likewise.
+ * tests/mpn/t-gcdext_1.c: Likewise.
+
+2020-04-28 Torbjörn Granlund <tg@gmplib.org>
+
+ * tests/mpz/reuse.c (realloc_if_reducing): New function.
+ (INVOKE_RRS, etc): Use realloc_if_reducing.
+
2020-03-10 Marco Bodrato <bodrato@mail.dm.unipi.it>
* mpn/generic/mulmod_bnm1.c (mpn_bc_mulmod_bnp1):