diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-04-21 22:56:49 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-04-21 22:56:49 +0300 |
commit | 1c7554dba77fd2f376cf569d0d78d9314830d23f (patch) | |
tree | 48aa6ceabf02d6f001867cd26ed011d441f6c458 /support/ChangeLog | |
parent | de59839144d666b3d8369395159c85ebb40e27fe (diff) | |
download | egawk-1c7554dba77fd2f376cf569d0d78d9314830d23f.tar.gz egawk-1c7554dba77fd2f376cf569d0d78d9314830d23f.tar.bz2 egawk-1c7554dba77fd2f376cf569d0d78d9314830d23f.zip |
Remove dependency on GLIBC private symbol.
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. |