[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grep branch, master, updated. v3.11-18-g0522826
From: |
Paul Eggert |
Subject: |
grep branch, master, updated. v3.11-18-g0522826 |
Date: |
Sun, 10 Sep 2023 01:03:17 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".
The branch, master has been updated
via 052282642ca76847947eb164a3b95c9cc1e9aee3 (commit)
from f80b106d15b4e21c7d06ea5b76f1d5cf45dc52ee (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=052282642ca76847947eb164a3b95c9cc1e9aee3
commit 052282642ca76847947eb164a3b95c9cc1e9aee3
Author: Paul Eggert <eggert@cs.ucla.edu>
Date: Sat Sep 9 22:02:20 2023 -0700
maint: wchar-single, no strtou*
* bootstrap.conf (gnulib_modules): Remove strtoull, strtoumax.
They are no longer used. Use wchar-single instead of wchar,
since grep does not change locale.
diff --git a/bootstrap.conf b/bootstrap.conf
index 66430d9..73721b1 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -89,8 +89,6 @@ stpcpy
strerror
string
strstr
-strtoull
-strtoumax
sys_stat
unistd
unlocked-io
@@ -98,7 +96,7 @@ update-copyright
useless-if-before-free
verify
version-etc-fsf
-wchar
+wchar-single
windows-stat-inodes
xalloc
xbinary-io
-----------------------------------------------------------------------
Summary of changes:
bootstrap.conf | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
hooks/post-receive
--
grep
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- grep branch, master, updated. v3.11-18-g0522826,
Paul Eggert <=