Import latest awk sources.
commit8640aace9bfa98058574e349e66696b2effbc277
authorPeter Avalos <pavalos@dragonflybsd.org>
Sun, 6 May 2007 16:59:11 +0000 (6 16:59 +0000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Sun, 6 May 2007 16:59:11 +0000 (6 16:59 +0000)
tree7ee587df83f65366ebfa6a2d24775b814a80511d
parent8c698cbe0e26586f5ef790ade04d1b0ba55e8e64
Import latest awk sources.
15 files changed:
contrib/awk20070501/FIXES [new file with mode: 0644]
contrib/awk20070501/README [new file with mode: 0644]
contrib/awk20070501/awk.1 [new file with mode: 0644]
contrib/awk20070501/awk.h [new file with mode: 0644]
contrib/awk20070501/awkgram.y [new file with mode: 0644]
contrib/awk20070501/b.c [new file with mode: 0644]
contrib/awk20070501/lex.c [new file with mode: 0644]
contrib/awk20070501/lib.c [new file with mode: 0644]
contrib/awk20070501/main.c [new file with mode: 0644]
contrib/awk20070501/maketab.c [new file with mode: 0644]
contrib/awk20070501/parse.c [new file with mode: 0644]
contrib/awk20070501/proctab.c [new file with mode: 0644]
contrib/awk20070501/proto.h [new file with mode: 0644]
contrib/awk20070501/run.c [new file with mode: 0644]
contrib/awk20070501/tran.c [new file with mode: 0644]