[Gmp-commit] /var/hg/gmp-6.2: ChangeLog
mercurial at gmplib.org
mercurial at gmplib.org
Sat May 16 23:06:35 UTC 2020
details: /var/hg/gmp-6.2/rev/e1a7c5f2168f
changeset: 18028:e1a7c5f2168f
user: Torbjorn Granlund <tg at gmplib.org>
date: Sun May 17 01:06:15 2020 +0200
description:
ChangeLog
diffstat:
ChangeLog | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)
diffs (42 lines):
diff -r 54319c37cf1b -r e1a7c5f2168f ChangeLog
--- a/ChangeLog Sat May 16 23:43:14 2020 +0200
+++ b/ChangeLog Sun May 17 01:06:15 2020 +0200
@@ -1,3 +1,10 @@
+2020-05-16 Torbjörn Granlund <tg at gmplib.org>
+
+ * mpn/generic/hgcd2.c (tabp): Combine several undefined tabp
+ variable definitions with a macro.
+
+ * mpn/generic/gcd_22.c: Avoid C99 constructs.
+
2020-05-12 Torbjörn Granlund <tg at gmplib.org>
* mpn/generic/compute_powtab.c: Avoid C99 constructs.
@@ -7,11 +14,13 @@
* gmp-impl.h (memset): Move ASSERT to before decls.
* tests/refmpn.c: Likewise.
- * mpn/generic/hgcd2.c: Set up tabp differently to avoid undefined C.
+ * mpn/generic/hgcd2.c (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): Away by #if.
+ * mpn/generic/dcpi1_bdiv_q.c (mpn_dcpi1_bdiv_q_n_itch): Disable unused
+ static function.
* mpz/mul.c: Add some {} to suppress warning.
@@ -19,6 +28,11 @@
* tests/mpn/t-gcd_22.c: Likewise.
* tests/mpn/t-gcdext_1.c: Likewise.
+2020-04-28 Torbjörn Granlund <tg at gmplib.org>
+
+ * tests/mpz/reuse.c (realloc_if_reducing): New function.
+ (INVOKE_RRS, etc): Use realloc_if_reducing.
+
2020-01-17 Torbjörn Granlund <tg at gmplib.org>
* Version 6.2.0 released.
More information about the gmp-commit
mailing list