From 846375cf4aa711be438d5da3a0ac00ef6acbf836 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 12 Apr 2019 12:28:05 +0300 Subject: Update gettext version in the doc. --- awklib/ChangeLog | 103 ----------------------------------------------------- awklib/ChangeLog.1 | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 103 insertions(+), 103 deletions(-) delete mode 100644 awklib/ChangeLog create mode 100644 awklib/ChangeLog.1 (limited to 'awklib') diff --git a/awklib/ChangeLog b/awklib/ChangeLog deleted file mode 100644 index adeb2dd3..00000000 --- a/awklib/ChangeLog +++ /dev/null @@ -1,103 +0,0 @@ -2018-12-18 Arnold D. Robbins - - * Makefile.am (distclean-local): Remove .deps directory. - -2018-09-16 Arnold D. Robbins - - * Makefile.in: Regenerated, using Automake 1.16.1. - -2018-05-27 Arnold D. Robbins - - * extract.awk: Updated after changes. - -2018-04-11 Arnold D. Robbins - - * .gitignore: Add pwcat.c and grcat.c. Remove igawk. Sort the list. - -2018-02-25 Arnold D. Robbins - - * 4.2.1: Release tar ball made. - -2017-10-19 Arnold D. Robbins - - * 4.2.0: Release tar ball made. - -2016-08-25 Arnold D. Robbins - - * 4.1.4: Release tar ball made. - -2015-08-28 Daniel Richard G. - - * Makefile.am: Build pwcat.c and grcat.c with (copied) - source in the current directory, so that (1) we can use - Automake-generated build rules instead of rolling our own, and - (2) Automake doesn't then admonish us to enable subdir-objects - due to the source files being in another directory. - * Makefile.am: Make the $(srcdir)/stamp-eg rule depend - on gawktexi.in instead of the gawk.texi file that is generated - from same, so that the build doesn't break if the latter is - missing. - -2015-06-19 Arnold D. Robbins - - * extract.awk: Sync with current version in the doc. Thanks to - Antonio Columbo for pointing this out. - -2015-05-19 Arnold D. Robbins - - * 4.1.3: Release tar ball made. - -2015-04-29 Arnold D. Robbins - - * 4.1.2: Release tar ball made. - -2014-11-05 Juergen Kahrs - - * Makefile.am (AWKPROG): Add quotes around the name in case the - build dir has spaces in it. - -2014-10-17 Andrew J. Schorr - - * Makefile.am (stamp-eg): Use explicit ./extract.awk to avoid - assumptions about AWKPATH in the environment. - -2014-04-08 Arnold D. Robbins - - * 4.1.1: Release tar ball made. - -2014-03-17 Arnold D. Robbins - - * Makefile.am (clean-local): Clean up .dSYM directories for Mac OS X. - Thanks to Hermann Piefer for the suggestion. - -2013-05-09 Arnold D. Robbins - - * 4.1.0: Release tar ball made. - -2013-02-03 Arnold D. Robbins - - * Makefile.am (AWKPROG): Add definition and conditional for - cross compiling. Thanks to Juergen Kahrs. - -2013-01-08 Andrew J. Schorr - - * eg/lib/inplace.awk: Add new file generated from doc/gawk.texi. - -2012-12-24 Arnold D. Robbins - - * 4.0.2: Release tar ball made. - -2012-03-28 Arnold D. Robbins - - * 4.0.1: Release tar ball made. - -2011-06-24 Arnold D. Robbins - - * Makefile.am (EXTRA_DIST): Add ChangeLog.0. - * 4.0.0: Remake the tar ball. - -2011-06-23 Arnold D. Robbins - - * ChangeLog.0: Rotated ChangeLog into this file. - * ChangeLog: Created anew for gawk 4.0.0 and on. - * 4.0.0: Release tar ball made. diff --git a/awklib/ChangeLog.1 b/awklib/ChangeLog.1 new file mode 100644 index 00000000..adeb2dd3 --- /dev/null +++ b/awklib/ChangeLog.1 @@ -0,0 +1,103 @@ +2018-12-18 Arnold D. Robbins + + * Makefile.am (distclean-local): Remove .deps directory. + +2018-09-16 Arnold D. Robbins + + * Makefile.in: Regenerated, using Automake 1.16.1. + +2018-05-27 Arnold D. Robbins + + * extract.awk: Updated after changes. + +2018-04-11 Arnold D. Robbins + + * .gitignore: Add pwcat.c and grcat.c. Remove igawk. Sort the list. + +2018-02-25 Arnold D. Robbins + + * 4.2.1: Release tar ball made. + +2017-10-19 Arnold D. Robbins + + * 4.2.0: Release tar ball made. + +2016-08-25 Arnold D. Robbins + + * 4.1.4: Release tar ball made. + +2015-08-28 Daniel Richard G. + + * Makefile.am: Build pwcat.c and grcat.c with (copied) + source in the current directory, so that (1) we can use + Automake-generated build rules instead of rolling our own, and + (2) Automake doesn't then admonish us to enable subdir-objects + due to the source files being in another directory. + * Makefile.am: Make the $(srcdir)/stamp-eg rule depend + on gawktexi.in instead of the gawk.texi file that is generated + from same, so that the build doesn't break if the latter is + missing. + +2015-06-19 Arnold D. Robbins + + * extract.awk: Sync with current version in the doc. Thanks to + Antonio Columbo for pointing this out. + +2015-05-19 Arnold D. Robbins + + * 4.1.3: Release tar ball made. + +2015-04-29 Arnold D. Robbins + + * 4.1.2: Release tar ball made. + +2014-11-05 Juergen Kahrs + + * Makefile.am (AWKPROG): Add quotes around the name in case the + build dir has spaces in it. + +2014-10-17 Andrew J. Schorr + + * Makefile.am (stamp-eg): Use explicit ./extract.awk to avoid + assumptions about AWKPATH in the environment. + +2014-04-08 Arnold D. Robbins + + * 4.1.1: Release tar ball made. + +2014-03-17 Arnold D. Robbins + + * Makefile.am (clean-local): Clean up .dSYM directories for Mac OS X. + Thanks to Hermann Piefer for the suggestion. + +2013-05-09 Arnold D. Robbins + + * 4.1.0: Release tar ball made. + +2013-02-03 Arnold D. Robbins + + * Makefile.am (AWKPROG): Add definition and conditional for + cross compiling. Thanks to Juergen Kahrs. + +2013-01-08 Andrew J. Schorr + + * eg/lib/inplace.awk: Add new file generated from doc/gawk.texi. + +2012-12-24 Arnold D. Robbins + + * 4.0.2: Release tar ball made. + +2012-03-28 Arnold D. Robbins + + * 4.0.1: Release tar ball made. + +2011-06-24 Arnold D. Robbins + + * Makefile.am (EXTRA_DIST): Add ChangeLog.0. + * 4.0.0: Remake the tar ball. + +2011-06-23 Arnold D. Robbins + + * ChangeLog.0: Rotated ChangeLog into this file. + * ChangeLog: Created anew for gawk 4.0.0 and on. + * 4.0.0: Release tar ball made. -- cgit v1.2.3