diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-02-08 09:04:43 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-02-08 09:04:43 +0200 |
commit | 33ef3ac7854adece095e69ea8fb0e70fb1feeea6 (patch) | |
tree | d72521bddf2addc48081e96786d1bf2489dfa92d /support/ChangeLog | |
parent | 04e5d7b0199fd98cbb7505519a9e8210d6c84eb2 (diff) | |
download | egawk-33ef3ac7854adece095e69ea8fb0e70fb1feeea6.tar.gz egawk-33ef3ac7854adece095e69ea8fb0e70fb1feeea6.tar.bz2 egawk-33ef3ac7854adece095e69ea8fb0e70fb1feeea6.zip |
Updates from GNULIB, including major work on regex.
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. |