[Gmp-commit] /var/hg/gmp-6.2: 3 new changesets
mercurial at gmplib.org
mercurial at gmplib.org
Wed Oct 14 07:04:53 UTC 2020
details: /var/hg/gmp-6.2/rev/e0079d71e6cc
changeset: 18083:e0079d71e6cc
user: Marco Bodrato <bodrato at mail.dm.unipi.it>
date: Wed Oct 14 09:02:15 2020 +0200
description:
doc/gmp.texi (Number sequences): Removed redundant words. (spotted by TonyMcC)
details: /var/hg/gmp-6.2/rev/19038f973944
changeset: 18084:19038f973944
user: Marco Bodrato <bodrato at mail.dm.unipi.it>
date: Wed Oct 14 09:02:48 2020 +0200
description:
tests/devel/gen-test-longlong_h.c: Copyright header.
details: /var/hg/gmp-6.2/rev/aea4b7eee824
changeset: 18085:aea4b7eee824
user: Marco Bodrato <bodrato at mail.dm.unipi.it>
date: Wed Oct 14 09:03:47 2020 +0200
description:
Copyright year
diffstat:
ChangeLog | 2 +-
doc/gmp.texi | 4 ++--
mini-gmp/mini-gmp.h | 2 +-
mini-gmp/tests/run-tests | 2 +-
tests/devel/gen-test-longlong_h.c | 18 ++++++++++++++++++
tests/mpz/convert.c | 4 ++--
6 files changed, 25 insertions(+), 7 deletions(-)
diffs (90 lines):
diff -r 4ab2a52608fb -r aea4b7eee824 ChangeLog
--- a/ChangeLog Tue Oct 06 18:14:32 2020 +0200
+++ b/ChangeLog Wed Oct 14 09:03:47 2020 +0200
@@ -1,4 +1,4 @@
-020-10-06 Niels M\xc3\xb6ller <nisse at lysator.liu.se>
+2020-10-06 Niels M\xc3\xb6ller <nisse at lysator.liu.se>
* Makefile.am: Better support for make check-mini-gmp on wine or cygwin.
diff -r 4ab2a52608fb -r aea4b7eee824 doc/gmp.texi
--- a/doc/gmp.texi Tue Oct 06 18:14:32 2020 +0200
+++ b/doc/gmp.texi Wed Oct 14 09:03:47 2020 +0200
@@ -14,7 +14,7 @@
This manual describes how to install and use the GNU multiple precision
arithmetic library, version @value{VERSION}.
-Copyright 1991, 1993-2016, 2018 Free Software Foundation, Inc.
+Copyright 1991, 1993-2016, 2018-2020 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document under
the terms of the GNU Free Documentation License, Version 1.3 or any later
@@ -2538,7 +2538,7 @@
@cindex Number sequences
Functions like @code{mpz_fac_ui}, @code{mpz_fib_ui} and @code{mpz_bin_uiui}
are designed for calculating isolated values. If a range of values is wanted
-it's probably best to call to get a starting point and iterate from there.
+it's probably best to get a starting point and iterate from there.
@item Text Input/Output
@cindex Text input/output
diff -r 4ab2a52608fb -r aea4b7eee824 mini-gmp/mini-gmp.h
--- a/mini-gmp/mini-gmp.h Tue Oct 06 18:14:32 2020 +0200
+++ b/mini-gmp/mini-gmp.h Wed Oct 14 09:03:47 2020 +0200
@@ -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.
diff -r 4ab2a52608fb -r aea4b7eee824 mini-gmp/tests/run-tests
--- a/mini-gmp/tests/run-tests Tue Oct 06 18:14:32 2020 +0200
+++ b/mini-gmp/tests/run-tests Wed Oct 14 09:03:47 2020 +0200
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2000-2002, 2004, 2005, 2011, 2012, 2016 Niels Möller
+# Copyright (C) 2000-2002, 2004, 2005, 2011, 2012, 2016, 2020 Niels Möller
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff -r 4ab2a52608fb -r aea4b7eee824 tests/devel/gen-test-longlong_h.c
--- a/tests/devel/gen-test-longlong_h.c Tue Oct 06 18:14:32 2020 +0200
+++ b/tests/devel/gen-test-longlong_h.c Wed Oct 14 09:03:47 2020 +0200
@@ -1,3 +1,21 @@
+/*
+Copyright 2020 Free Software Foundation, Inc.
+
+This file is part of the GNU MP Library test suite.
+
+The GNU MP Library test suite is free software; you can redistribute it
+and/or modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation; either version 3 of the License,
+or (at your option) any later version.
+
+The GNU MP Library test suite is distributed in the hope that it will be
+useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+Public License for more details.
+
+You should have received a copy of the GNU General Public License along with
+the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
+
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
diff -r 4ab2a52608fb -r aea4b7eee824 tests/mpz/convert.c
--- a/tests/mpz/convert.c Tue Oct 06 18:14:32 2020 +0200
+++ b/tests/mpz/convert.c Wed Oct 14 09:03:47 2020 +0200
@@ -1,7 +1,7 @@
/* Test conversion using mpz_get_str and mpz_set_str.
-Copyright 1993, 1994, 1996, 1999-2002, 2006, 2007 Free Software Foundation,
-Inc.
+Copyright 1993, 1994, 1996, 1999-2002, 2006, 2007, 2020 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library test suite.
More information about the gmp-commit
mailing list