[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4221-g0519026
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4221-g0519026 |
Date: |
Fri, 23 Apr 2021 06:46:35 -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 "gawk".
The branch, gawk-5.1-stable has been updated
via 0519026ef48de70430138f4b5faff13768ea7353 (commit)
from 8549d37a103839d24d8c89ec00ffcfd42f6a6952 (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.sv.gnu.org/cgit/gawk.git/commit/?id=0519026ef48de70430138f4b5faff13768ea7353
commit 0519026ef48de70430138f4b5faff13768ea7353
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Fri Apr 23 13:46:03 2021 +0300
Update helpers/update-support.sh.
diff --git a/helpers/ChangeLog b/helpers/ChangeLog
index ed66051..b91339b 100644
--- a/helpers/ChangeLog
+++ b/helpers/ChangeLog
@@ -1,3 +1,7 @@
+2021-04-23 Arnold D. Robbins <arnold@skeeve.com>
+
+ * update-support.sh: Update list of files to copy over.
+
2021-02-08 Arnold D. Robbins <arnold@skeeve.com>
* update-support.sh: Update list of files to copy over.
diff --git a/helpers/update-support.sh b/helpers/update-support.sh
index a85d86a..cc2d24a 100755
--- a/helpers/update-support.sh
+++ b/helpers/update-support.sh
@@ -2,7 +2,7 @@
# This script is only useful for the maintainer ...
#
-# It updates all the build-aux files from current GNULIB.
+# It updates all the support/* files from current GNULIB.
# We don't bother to print any messages about what we copied,
# as Git will tell us what, if anything, changed.
@@ -13,7 +13,9 @@ GL=/usr/local/src/Gnu/gnulib/lib
FILE_LIST="cdefs.h
dfa.c
dfa.h
+dynarray.h
flexmember.h
+idx.h
intprops.h
libc-config.h
localeinfo.c
@@ -26,7 +28,8 @@ regex_internal.c
regex_internal.h
verify.h
malloc/dynarray.h
-malloc/dynarray-skeleton.c"
+malloc/dynarray-skeleton.c
+malloc/dynarray_resize.c"
for i in $FILE_LIST
do
-----------------------------------------------------------------------
Summary of changes:
helpers/ChangeLog | 4 ++++
helpers/update-support.sh | 7 +++++--
2 files changed, 9 insertions(+), 2 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4221-g0519026,
Arnold Robbins <=