[Gmp-commit] /var/hg/gmp: 2 new changesets
mercurial at gmplib.org
mercurial at gmplib.org
Tue Nov 19 15:48:26 UTC 2019
details: /var/hg/gmp/rev/d20665532a52
changeset: 17976:d20665532a52
user: Marco Bodrato <bodrato at mail.dm.unipi.it>
date: Tue Nov 19 16:24:58 2019 +0100
description:
ChangeLog
details: /var/hg/gmp/rev/28c6c7492b01
changeset: 17977:28c6c7492b01
user: Marco Bodrato <bodrato at mail.dm.unipi.it>
date: Tue Nov 19 16:25:20 2019 +0100
description:
Copyright years
diffstat:
mini-gmp/ChangeLog | 4 ++++
mini-gmp/mini-mpq.c | 2 +-
mini-gmp/mini-mpq.h | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r be2862e85ed4 -r 28c6c7492b01 mini-gmp/ChangeLog
--- a/mini-gmp/ChangeLog Tue Nov 19 16:16:05 2019 +0100
+++ b/mini-gmp/ChangeLog Tue Nov 19 16:25:20 2019 +0100
@@ -1,3 +1,7 @@
+2019-11-19 Marco Bodrato <bodrato at mail.dm.unipi.it>
+
+ * mini-gmp/mini-gmp.c (mpn_invert_3by2): Shortcut for short limbs.
+
2019-11-09 Marco Bodrato <bodrato at mail.dm.unipi.it>
* mini-gmp/mini-gmp.c (gmp_clz, gmp_popcount_limb, mpz_export):
diff -r be2862e85ed4 -r 28c6c7492b01 mini-gmp/mini-mpq.c
--- a/mini-gmp/mini-mpq.c Tue Nov 19 16:16:05 2019 +0100
+++ b/mini-gmp/mini-mpq.c Tue Nov 19 16:25:20 2019 +0100
@@ -5,7 +5,7 @@
Acknowledgment: special thanks to Bradley Lucier for his comments
to the preliminary version of this code.
-Copyright 2018 Free Software Foundation, Inc.
+Copyright 2018, 2019 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff -r be2862e85ed4 -r 28c6c7492b01 mini-gmp/mini-mpq.h
--- a/mini-gmp/mini-mpq.h Tue Nov 19 16:16:05 2019 +0100
+++ b/mini-gmp/mini-mpq.h Tue Nov 19 16:25:20 2019 +0100
@@ -1,6 +1,6 @@
/* mini-mpq, a minimalistic implementation of a GNU GMP subset.
-Copyright 2018 Free Software Foundation, Inc.
+Copyright 2018, 2019 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
More information about the gmp-commit
mailing list