aboutsummaryrefslogtreecommitdiffstats
path: root/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'helpers')
-rw-r--r--helpers/ChangeLog4
-rwxr-xr-xhelpers/update-support.sh5
2 files changed, 8 insertions, 1 deletions
diff --git a/helpers/ChangeLog b/helpers/ChangeLog
index 4f448b99..752e280a 100644
--- a/helpers/ChangeLog
+++ b/helpers/ChangeLog
@@ -1,3 +1,7 @@
+2021-05-10 Arnold D. Robbins <arnold@skeeve.com>
+
+ * update-support.sh: Update list of files to copy over.
+
2021-05-07 Arnold D. Robbins <arnold@skeeve.com>
* update-support.sh: Change to work from top level directory.
diff --git a/helpers/update-support.sh b/helpers/update-support.sh
index 06ed1020..90de973a 100755
--- a/helpers/update-support.sh
+++ b/helpers/update-support.sh
@@ -29,9 +29,12 @@ regex_internal.h
verify.h
malloc/dynarray-skeleton.c
malloc/dynarray.h
+malloc/dynarray_at_failure.c
malloc/dynarray_emplace_enlarge.c
+malloc/dynarray_emplace_enlarge.c
malloc/dynarray_finalize.c
-malloc/dynarray_resize.c"
+malloc/dynarray_resize.c
+malloc/dynarray_resize_clear.c"
for i in $FILE_LIST
do