Update to the One True Awk, 2nd edition (Sep 12, 2023).
authormillert <millert@openbsd.org>
Sun, 17 Sep 2023 14:49:44 +0000 (14:49 +0000)
committermillert <millert@openbsd.org>
Sun, 17 Sep 2023 14:49:44 +0000 (14:49 +0000)
commita886e62e977f8b1433cfdd607fe343094c45a307
tree9109c186b96cf3c452a9846dd23203478abe5975
parent6c64bd7f1b04b79ae87671e4d3ba562a84b05094
Update to the One True Awk, 2nd edition (Sep 12, 2023).

This corresponds to the 2nd edition of "The AWK Programming Language"
and adds support for UTF-8 and comma-separated value inputs.
13 files changed:
usr.bin/awk/FIXES
usr.bin/awk/FIXES.1e [new file with mode: 0644]
usr.bin/awk/LICENSE [new file with mode: 0644]
usr.bin/awk/README.md
usr.bin/awk/awk.1
usr.bin/awk/awk.h
usr.bin/awk/b.c
usr.bin/awk/lex.c
usr.bin/awk/lib.c
usr.bin/awk/main.c
usr.bin/awk/proto.h
usr.bin/awk/run.c
usr.bin/awk/tran.c