From f8f95a23917bdf66c16358340200a2f0e4c1a463 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Sun, 17 May 2020 01:06:02 +0200 Subject: ChangeLog --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cd9448ff3..87f5b172f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2020-05-12 Torbjörn Granlund + + * 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 + + * tests/mpz/reuse.c (realloc_if_reducing): New function. + (INVOKE_RRS, etc): Use realloc_if_reducing. + 2020-03-10 Marco Bodrato * mpn/generic/mulmod_bnm1.c (mpn_bc_mulmod_bnp1): -- cgit v1.2.1