diff --git a/FIXES b/FIXES index e79ee88..b17d8a3 100644 --- a/FIXES +++ b/FIXES @@ -25,6 +25,10 @@ THIS SOFTWARE. This file lists all bug fixes, changes, etc., made since the AWK book was sent to the printers in August, 1987. +Aug 15, 2018: + fixed mangled awktest.tar (thanks, Arnold), posted all + current (very minor) fixes to github / onetrueawk + Jun 7, 2018: (yes, a long layoff) Updated some broken tests (beebe.tar, T.lilly) diff --git a/REGRESS b/REGRESS new file mode 100755 index 0000000..f4372d6 --- /dev/null +++ b/REGRESS @@ -0,0 +1,3 @@ +cd testdir +pwd +REGRESS diff --git a/makefile b/makefile index 14a9585..ff54372 100644 --- a/makefile +++ b/makefile @@ -83,7 +83,7 @@ gitadd: git add README LICENSE FIXES \ awk.h proto.h awkgram.y lex.c b.c main.c maketab.c parse.c \ lib.c run.c tran.c \ - makefile awk.1 awktest.a + makefile awk.1 awktest.tar gitpush: # only do this once: