diff options
Diffstat (limited to 'support/ChangeLog')
-rw-r--r-- | support/ChangeLog | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/support/ChangeLog b/support/ChangeLog new file mode 100644 index 00000000..bc535ea8 --- /dev/null +++ b/support/ChangeLog @@ -0,0 +1,59 @@ +2017-06-25 Andrew J. Schorr <aschorr@telemetry-investments.com> + + * dfa.c (dfaalloc): Replace xmalloc+memset with xzalloc. + * xalloc.h (xmalloc): New function moved here from gawkmisc.c. + (xcalloc): Replace xmalloc+memset with calloc. + (xzalloc): Replace xmalloc+memset with xcalloc. + +2017-06-22 Arnold D. Robbins <arnold@skeeve.com> + + * regcomp.c, regex.c, regex.h, regex_internal.c, regex_internal.h, + regexec.c: Sync with GLIBC. + +2017-06-18 Arnold D. Robbins <arnold@skeeve.com> + + * intprops.h: Sync with GNULIB. + +2017-05-22 Arnold D. Robbins <arnold@skeeve.com> + + * dfa.c, dfa.h, intprops.h, verify.h: Sync with GNULIB. + +2017-03-23 Arnold D. Robbins <arnold@skeeve.com> + + * dfa.c: Sync with GNULIB. + +2017-01-19 Arnold D. Robbins <arnold@skeeve.com> + + * localeinfo.h: Sync with GNULIB. + * localeinfo.c: Ditto. + * dfa.c: Ditto, to fix a memory leak. + +2017-01-16 Arnold D. Robbins <arnold@skeeve.com> + + * dfa.c: Sync with GNULIB. + +2017-01-10 Arnold D. Robbins <arnold@skeeve.com> + + * dfa.c: Sync with GNULIB. + Twice in one day! Sigh. + +2017-01-03 Arnold D. Robbins <arnold@skeeve.com> + + * dfa.c: Sync with GNULIB. + +2016-12-27 Juergen Kahrs <Juergen.Kahrs@googlemail.com> + + * CMakeLists.txt: New file. + +2016-12-22 John E. Malmberg <wb8tyw@qsl.net> + + * dfa.c fixes for OpenVMS + +2016-12-22 Arnold D. Robbins <arnold@skeeve.com> + + * ChangeLog: Created. + * Makefile.am: New file. + * dfa.c, dfa.h, getopt.c, getopt.h, getopt1.c, getopt_int.h, + intprops.h, localeinfo.c, localeinfo.h, random.c, random.h, + regcomp.c, regex.c, regex.h, regex_internal.c, regex_internal.h, + regexec.c, verify.h, xalloc.h: Moved here from parent directory. |