FIXES, makefile, REGRESS to smooth out base for Arnold

This commit is contained in:
Brian Kernighan 2018-08-16 09:41:13 -04:00
parent 1eef717cd2
commit ba7569c255
3 changed files with 8 additions and 1 deletions

4
FIXES
View File

@ -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)

3
REGRESS Executable file
View File

@ -0,0 +1,3 @@
cd testdir
pwd
REGRESS

View File

@ -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: