diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-02-08 09:05:28 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-02-08 09:05:28 +0200 |
commit | e5f0cbb4480f9fef45e89f99ddc56ff3501e18e6 (patch) | |
tree | bd33b3aca3ea2f1eefd10743d729ae8c9f0a2cc1 /support/ChangeLog | |
parent | 2dbf19a6bcf289c1cf4c309f15f1a33aa469de93 (diff) | |
parent | 33ef3ac7854adece095e69ea8fb0e70fb1feeea6 (diff) | |
download | egawk-e5f0cbb4480f9fef45e89f99ddc56ff3501e18e6.tar.gz egawk-e5f0cbb4480f9fef45e89f99ddc56ff3501e18e6.tar.bz2 egawk-e5f0cbb4480f9fef45e89f99ddc56ff3501e18e6.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'support/ChangeLog')
-rw-r--r-- | support/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/support/ChangeLog b/support/ChangeLog index 7d234113..a61893b2 100644 --- a/support/ChangeLog +++ b/support/ChangeLog @@ -1,3 +1,12 @@ +2021-02-08 Arnold D. Robbins <arnold@skeeve.com> + + * cdefs.h, dfa.c, dfa.h, flexmember.h, intprops.h, libc-config.h, + localeinfo.c, localeinfo.h, regcomp.c, regex.c, regex.h, + regex_internal.c, regex_internal.h, regexec.c, verify.h: Sync + from GNULIB. + * attribute.h, dynarray.h: New files. + * malloc/dynarray.h, malloc/dynarray-skeleton.c: New files from GNULIB. + 2021-01-08 Arnold D. Robbins <arnold@skeeve.com> * random.h (initstate, setstate, srandom): Add declarations. |