diff options
Diffstat (limited to 'pc/ChangeLog')
-rw-r--r-- | pc/ChangeLog | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index cdecbc4c..e62150a1 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,8 +1,59 @@ +2018-05-12 Eli Zaretskii <eliz@gnu.org> + + * Makefile.tst (readfile): Fix a typo. + +2018-05-05 Eli Zaretskii <eliz@gnu.org> + + * GenMakefileTst.awk (substitutions): Replace the literal slash in + -F/ with $(SLASH). + +2018-05-03 Arnold D. Robbins <arnold@skeeve.com> + + * GenMakefileTst.awk: Use only fully portable constructs so that + it can be run by any awk. + * Makefile.tst.original: Renamed from Makefile.tst. To be kept + around until merge with master. + * Makefile.tst: Now autogenerated. + +2018-04-27 Eli Zaretskii <eliz@gnu.org> + + * Makefile.tst.prologue (PGAWK, GAWK2): Delete unused variables. + +2018-04-19 Arnold D. Robbins <arnold@skeeve.com> + + * GenMakefileTst.awk: Improve the 'Expect ...' messages. + Make the regexps for target names consistent. Remove + an extraneous semi-colon. + 2018-04-18 Arnold D. Robbins <arnold@skeeve.com> * config.sed: Add HAVE_STDBOOL_H for MinGW. * config.h: Ditto. + Unrelated: + + * Makefile.tst.prologue (SORT): New macro. + * GenMakefileTst.awk: Add processing of TESOUTCMP for recipes + that need it. + +2018-04-17 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.tst.prologue, Makefile.tst: Update copyright years. + +2018-04-15 Arnold D. Robbins <arnold@skeeve.com> + + * GenMakefileTst.awk: Further improve processing of input file. + +2018-04-15 Arnold D. Robbins <arnold@skeeve.com> + + * GenMakefileTst.awk: Improve processing of input file. + +2018-04-12 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.tst.prologue: Initial version for autogeneration + of Makefile.tst. + * GenMakefileTst.awk: New file. + 2018-03-22 Arnold D. Robbins <arnold@skeeve.com> * config.h: Add support for printf %a format. |