diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-04-23 13:46:54 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-04-23 13:46:54 +0300 |
commit | 92c5c36bc42aa1ccf6ccc8defc4f372b6de92111 (patch) | |
tree | bcf694cbed929b8b1811bfedae255cd23b30cc3a /helpers | |
parent | 26cd77bdc2735d62eb664291dc9912dbaaa78c2c (diff) | |
parent | 305706422354ffc2ccdce36ce8a10486f7b56af9 (diff) | |
download | egawk-92c5c36bc42aa1ccf6ccc8defc4f372b6de92111.tar.gz egawk-92c5c36bc42aa1ccf6ccc8defc4f372b6de92111.tar.bz2 egawk-92c5c36bc42aa1ccf6ccc8defc4f372b6de92111.zip |
Merge branch 'master' into feature/bool
Diffstat (limited to 'helpers')
-rw-r--r-- | helpers/ChangeLog | 4 | ||||
-rwxr-xr-x | helpers/update-support.sh | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/helpers/ChangeLog b/helpers/ChangeLog index ed66051e..b91339b1 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 a85d86ae..cc2d24aa 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 |