]> Zhao Yanbai Git Server - minix.git/commit
Import NetBSD nawk
authorThomas Veerman <thomas@minix3.org>
Wed, 6 Jun 2012 13:03:39 +0000 (13:03 +0000)
committerThomas Veerman <thomas@minix3.org>
Mon, 18 Jun 2012 10:53:38 +0000 (10:53 +0000)
commit5ea9e707be09a1df0407e195a11908f6fac19e14
tree4a84c4cf0690154c837f35c087ba9bb80d085d0f
parenta23f4844baca47e75139902b72907f8ce5ce09e2
Import NetBSD nawk
24 files changed:
commands/Makefile
commands/awk/Makefile [deleted file]
external/Makefile
external/historical/Makefile [new file with mode: 0644]
external/historical/nawk/Makefile [new file with mode: 0644]
external/historical/nawk/bin/Makefile [new file with mode: 0644]
external/historical/nawk/bin/TODO [new file with mode: 0644]
external/historical/nawk/bin/awk.1 [new file with mode: 0644]
external/historical/nawk/dist/FIXES [moved from commands/awk/FIXES with 99% similarity]
external/historical/nawk/dist/README [moved from commands/awk/README with 100% similarity]
external/historical/nawk/dist/awk.1 [moved from commands/awk/awk.1 with 100% similarity]
external/historical/nawk/dist/awk.h [moved from commands/awk/awk.h with 95% similarity]
external/historical/nawk/dist/awkgram.y [moved from commands/awk/awkgram.y with 93% similarity]
external/historical/nawk/dist/b.c [moved from commands/awk/b.c with 74% similarity]
external/historical/nawk/dist/lex.c [moved from commands/awk/lex.c with 94% similarity]
external/historical/nawk/dist/lib.c [moved from commands/awk/lib.c with 79% similarity]
external/historical/nawk/dist/main.c [moved from commands/awk/main.c with 71% similarity]
external/historical/nawk/dist/makefile [moved from commands/awk/Makefile.orig with 85% similarity]
external/historical/nawk/dist/maketab.c [moved from commands/awk/maketab.c with 88% similarity]
external/historical/nawk/dist/parse.c [moved from commands/awk/parse.c with 91% similarity]
external/historical/nawk/dist/proctab.c [new file with mode: 0644]
external/historical/nawk/dist/proto.h [moved from commands/awk/proto.h with 84% similarity]
external/historical/nawk/dist/run.c [moved from commands/awk/run.c with 76% similarity]
external/historical/nawk/dist/tran.c [moved from commands/awk/tran.c with 87% similarity]