diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-04-25 10:27:04 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-04-25 10:27:04 +0300 |
commit | 02b89f57ae213a99c48d59d3cc8cf0c91a94cacf (patch) | |
tree | 21c032417c472ad3b17b15dd1be02a819ae2ad37 /support/ChangeLog | |
parent | 0519026ef48de70430138f4b5faff13768ea7353 (diff) | |
download | egawk-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/ChangeLog | 10 |
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 |