summaryrefslogtreecommitdiff
path: root/mini-gmp
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2019-08-13 20:02:22 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2019-08-13 20:02:22 +0200
commitf43ac31feed63448e8c3f8db9e2aa92bf9fbcfcc (patch)
tree77adc0b1f380d41e703183f7bc499e8ee80421ef /mini-gmp
parent87993538f3a5dcbfa6d063b908f916190ec3697a (diff)
downloadgmp-f43ac31feed63448e8c3f8db9e2aa92bf9fbcfcc.tar.gz
ChangeLogs and copyright years
Diffstat (limited to 'mini-gmp')
-rw-r--r--mini-gmp/ChangeLog4
-rw-r--r--mini-gmp/mini-gmp.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/mini-gmp/ChangeLog b/mini-gmp/ChangeLog
index 9acaab945..14e7bb2c4 100644
--- a/mini-gmp/ChangeLog
+++ b/mini-gmp/ChangeLog
@@ -1,3 +1,7 @@
+2018-11-07 Marco Bodrato <bodrato@mail.dm.unipi.it>
+
+ * mini-gmp/mini-gmp.c: Silence a couple of warnings.
+
2018-10-30 Marco Bodrato <bodrato@mail.dm.unipi.it>
* mini-gmp.c (mpz_probab_prime_p): BPSW test for primality.
diff --git a/mini-gmp/mini-gmp.c b/mini-gmp/mini-gmp.c
index 86053f461..e92e7cf9c 100644
--- a/mini-gmp/mini-gmp.c
+++ b/mini-gmp/mini-gmp.c
@@ -2,7 +2,7 @@
Contributed to the GNU project by Niels Möller
-Copyright 1991-1997, 1999-2018 Free Software Foundation, Inc.
+Copyright 1991-1997, 1999-2019 Free Software Foundation, Inc.
This file is part of the GNU MP Library.