From 2be31a21ddabddbf07834e20c3f3ca856f4e5ab6 Mon Sep 17 00:00:00 2001 From: Marco Bodrato Date: Sun, 25 Oct 2020 18:24:57 +0100 Subject: Copyright year --- mini-gmp/ChangeLog | 7 +++++++ mini-gmp/mini-gmp.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'mini-gmp') diff --git a/mini-gmp/ChangeLog b/mini-gmp/ChangeLog index b364b45fd..6283f16eb 100644 --- a/mini-gmp/ChangeLog +++ b/mini-gmp/ChangeLog @@ -1,3 +1,7 @@ +2020-10-25 Marco Bodrato + + * mini-mpq.c (mpq_canonical_sign): Use the correct type for size. + 2020-10-18 Marco Bodrato * mini-gmp.c: Use mpn_scan1 instead of mpz_scan1. @@ -7,6 +11,9 @@ * mini-mpq.c (mpq_out_str): Return 0 when base is out of range. * mini-gmp.c (mpz_out_str): Likewise. (spotted by Paul Eggert) + * tests/t-str.c: Test out-of-range bases for mpz_out_str. + * tests/t-mpq_str.c: Likewise, for mpq_out_str. + 2020-10-06 Niels Möller * tests/run-tests: Better support for make check on wine or cygwin. diff --git a/mini-gmp/mini-gmp.h b/mini-gmp/mini-gmp.h index 7097f85f0..7d52d41fc 100644 --- a/mini-gmp/mini-gmp.h +++ b/mini-gmp/mini-gmp.h @@ -1,6 +1,6 @@ /* mini-gmp, a minimalistic implementation of a GNU GMP subset. -Copyright 2011-2015, 2017, 2019 Free Software Foundation, Inc. +Copyright 2011-2015, 2017, 2019-2020 Free Software Foundation, Inc. This file is part of the GNU MP Library. -- cgit v1.2.1