- make all object files have ProDOS file names. This doesn't
affect source files.
- install GNO version of man page rather than the BSD one.
ftp.1G
- fixed up some register interpolations that made the GNO
nroff puke
- put cksum in /usr/bin vice /bin
cksum.1:
- added "sum" to the NAME section so that whatis(1) gets a hit
cksum.rez:
- added (initial test) of automatically displaying the build
date.
mkso.data:
- used for making man page ".so links"
mklink.data:
- used to replicate cksum(1) as sum(1)
- assume the program under test is in the /obj hierarchy rather
than the parent directory
fulltests:
- use tr(1) out of /dist/bin instead of the /src directory
- basename(argv[0]) is verified to be one of "compile", "cmpl",
"assemble", or "asml", or an error is thrown. The latter
two were not in the previous version at all.
- Use the new GS/OS prefixes (>7)
http://plan9.bell-labs.com/who/bwk/
This is version 970821 without modification for GNO/ME compatibility.
It's being included in the repository to assist in importing future
versions of awk from Bell Labs.
----------------------------------------------------------------------
Added Files:
awk/FIXES awk/README awk/awk.1 awk/awk.h awk/awkgram.y awk/b.c
awk/lex.c awk/lib.c awk/main.c awk/makefile awk/maketab.c
awk/missing95.c awk/parse.c awk/proto.h awk/run.c awk/tran.c
awk/ytab.c awk/ytab.h awk/ytabc.bak awk/ytabh.bak
----------------------------------------------------------------------
-- Dave Tribby
- compiled for GNO
- added stack diagnostics and error checking
- made large auto arrays static, where possible
- added checks for unexpected recursion
- print error messages on stderr instead of stdout
- change man page to use bold font in a couple of places and add history
- update other documentation to reflect changes in making catrez
part of the standard GNO release
- added test cases in "tests" directory