2021-04-21 Arnold D. Robbins Don't depend upon GLIBC private interfaces. Thanks to Dmitry V. Levin 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 Resettle after churn in GNULIB. * dfa.c, intprops.h: Updated from GNULIB. * xalloc.h (xpalloc): New function, was in dfa.c. (MIN): New macro. * idx.h: New file, imported from GNULIB (sigh). 2021-02-08 Arnold D. Robbins * 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 * random.h (initstate, setstate, srandom): Add declarations. 2020-11-06 Arnold D. Robbins * dfa.h, regex_internal.c, regex_internal.h: Synced from GNULIB. 2020-11-01 Arnold D. Robbins * dfa.c: Synced from GNULIB. 2020-10-15 Arnold D. Robbins * random.c: Move code to using prototypes. 2020-09-30 Arnold D. Robbins * dfa.c: Synced from GNULIB. 2020-09-24 Arnold D. Robbins * dfa.c, dfa.h: Synced from GNULIB. 2020-09-18 Arnold D. Robbins * cdefs.h, dfa.c, intprops.h, regcomp.c, regex.h, regex_internal.h, verify.h: Synced from GNULIB. 2020-09-14 Arnold D. Robbins * dfa.c: Synced from GNULIB. 2020-07-29 Arnold D. Robbins * dfa.h: Synced from GNULIB. 2020-07-26 Arnold D. Robbins * cdefs.h, dfa.c, libc-config.h, localeinfo.c, localeinfo.h, regcomp.c, regex.h, regex_internal.c, regexec.c, verify.h: Sync from GNULIB. Mostly copyright updates. 2020-06-07 Arnold D. Robbins * dfa.c: Revert changes of 26 April 2020. It causes the dfastress test to fail on some compilers. 2020-05-08 Arnold D. Robbins * dfa.c: Sync from GNULIB. 2020-04-26 Arnold D. Robbins * dfa.c: Speed improvements from Norihiro Tanaka , copied in from the bug-grep list. 2020-04-14 Arnold D. Robbins * 5.1.0: Release tar ball made. 2020-03-12 Arnold D. Robbins * dfa.c: Move local includes after system includes. Fixes z/OS build and is better practice anyway. 2020-03-06 Arnold D. Robbins * Makefile.am (libsupport_a_SOURCES): Add flexmember.h. 2020-03-06 Jannick * Makefile.am: Replace AM_MAKEFLAGS with AM_CFLAGS and AM_LDFLAGS. 2020-02-01 John E. Malmberg * dfa.c: Remove OpenVMS specific code. OpenVMS build will generate a stdint.h if needed. 2020-02-01 Arnold D. Robbins * dfa.c: Update from GNULIB. Should help Vax/VMS. * flexmember.h: New file, for dfa.c. 2020-01-28 Arnold D. Robbins * regex_internal.h: Update from GNULIB. Hopefully fixes non-GCC issues. 2020-01-24 Arnold D. Robbins * dfa.h, dfa.c: Update copyright years. * regex.c, regex_internal.h: Update from GNULIB. 2019-12-20 Arnold D. Robbins * dfa.h, dfa.c: Updated from GNULIB. 2019-12-16 Arnold D. Robbins * localeinfo.h, localeinfo.c: Updated from GNULIB. * dfa.c: Partial sync with GNULIB for localeinfo related stuff. 2019-12-13 Arnold D. Robbins * dfa.h, dfa.c: Updated from GNULIB. 2019-11-21 Arnold D. Robbins * regexec.c: Updated from GNULIB. 2019-10-19 Arnold D. Robbins * regcomp.c, regex_internal.c, regex_internal.h, regexec.c: Updated from GNULIB. 2019-08-21 Arnold D. Robbins * intprops.h, verify.h: Sync from GNULIB. 2019-06-18 Arnold D. Robbins * 5.0.1: Release tar ball made. 2019-05-22 Arnold D. Robbins * cdefs.h, dfa.h, dfa.c, verify.h: Sync from GNULIB. 2019-04-23 Arnold D. Robbins * regcomp.c, regex_internal.h: Sync from GNULIB. 2019-04-12 Arnold D. Robbins * ChangeLog.0: Rotated ChangeLog into this file. * ChangeLog: Created anew for gawk 5.0.0 and on. * 5.0.0: Release tar ball made.