CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/09 13:00:11
Modified files:
usr.bin/awk : FIXES README.md awk.1 b.c lex.c lib.c main.c
parse.c proto.h run.c tran.c
Log message:
Update awk to December 8, 2020 version.
Prevents strings beginning with "inf" or "nan" from being interpreted
as infinity or not-a-number respectively which still parsing "inf"
and "nan" (with or without a leading sign) correctly.
