diff options
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 256e9782..7050d5e0 100644 --- a/support/ChangeLog +++ b/support/ChangeLog @@ -1,3 +1,13 @@ +2021-04-21 Arnold D. Robbins <arnold@skeeve.com> + + Don't depend upon GLIBC private interfaces. Thanks to + Dmitry V. Levin <ldv@altlinux.org> for the report. + + * Makefile.am (EXTRA_DIST): Add files in malloc directory. + (libsupport_a_SOURCES): Add malloc/dynarray_resize.c. + * dynarray.h: Copied from GNULIB. + * malloc/dynarray_resize.c: New file, from GNULIB. + 2021-03-29 Arnold D. Robbins <arnold@skeeve.com> Resettle after churn in GNULIB. |