summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-09-08 23:10:20 -0500
committerPaul Eggert <eggert@cs.ucla.edu>2022-09-08 23:12:39 -0500
commit20d6a055bcdfdd10c58448349126b21d09637a41 (patch)
tree2a005a075ba3d7e40ba993f93919cff457fe1656
parent891934d4b75038abc8e82f52d7a74d357af7e7cc (diff)
downloadgnulib-20d6a055bcdfdd10c58448349126b21d09637a41.tar.gz
autoupdate
-rw-r--r--doc/make-stds.texi4
-rw-r--r--lib/mini-gmp.c3
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/make-stds.texi b/doc/make-stds.texi
index b0745a8a3e..132476c7a3 100644
--- a/doc/make-stds.texi
+++ b/doc/make-stds.texi
@@ -160,7 +160,7 @@ installation should not use any utilities directly except these:
@c mkfifo mknod tee uname
@example
-awk cat cmp cp diff echo egrep expr false grep install-info ln ls
+awk cat cmp cp diff echo expr false grep install-info ln ls
mkdir mv printf pwd rm rmdir sed sleep sort tar test touch tr true
@end example
@@ -1135,7 +1135,7 @@ programs except for these:
@example
[ basename bash cat chgrp chmod chown cmp cp dd diff echo
-egrep expand expr false fgrep find getopt grep gunzip gzip
+expand expr false find getopt grep gunzip gzip
hostname install install-info kill ldconfig ln ls md5sum
mkdir mkfifo mknod mv printenv pwd rm rmdir sed sort tee
test touch true uname xargs yes
diff --git a/lib/mini-gmp.c b/lib/mini-gmp.c
index 59db06f7ed..ea037b801d 100644
--- a/lib/mini-gmp.c
+++ b/lib/mini-gmp.c
@@ -1,8 +1,9 @@
/* mini-gmp, a minimalistic implementation of a GNU GMP subset.
Contributed to the GNU project by Niels Möller
+ Additional functionalities and improvements by Marco Bodrato.
-Copyright 1991-1997, 1999-2021 Free Software Foundation, Inc.
+Copyright 1991-1997, 1999-2022 Free Software Foundation, Inc.
This file is part of the GNU MP Library.