aboutsummaryrefslogtreecommitdiffstats
path: root/support/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-04-25 10:27:04 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-04-25 10:27:04 +0300
commit02b89f57ae213a99c48d59d3cc8cf0c91a94cacf (patch)
tree21c032417c472ad3b17b15dd1be02a819ae2ad37 /support/ChangeLog
parent0519026ef48de70430138f4b5faff13768ea7353 (diff)
downloadegawk-02b89f57ae213a99c48d59d3cc8cf0c91a94cacf.tar.gz
egawk-02b89f57ae213a99c48d59d3cc8cf0c91a94cacf.tar.bz2
egawk-02b89f57ae213a99c48d59d3cc8cf0c91a94cacf.zip
More gnulib files to avoid glibc private interfaces.
Diffstat (limited to 'support/ChangeLog')
-rw-r--r--support/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index 54f51fcc..1efcbc01 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,13 @@
+2021-04-25 Arnold D. Robbins <arnold@skeeve.com>
+
+ More of the same:
+
+ * Makefile.am (EXTRA_DIST): Add more files in malloc directory.
+ (libsupport_a_SOURCES): Add malloc/dynarray_finalize.c and
+ malloc/dynarray_emplace_enlarge.c.
+ * malloc/dynarray_finalize.c, malloc/dynarray_emplace_enlarge.c:
+ New files, from GNULIB.
+
2021-04-22 Arnold D. Robbins <arnold@skeeve.com>
* dynarray.h: Don't redefine libc interfaces to gnulib