CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2023/09/09 12:59:44
Modified files: usr.bin/awk : FIXES lex.c main.c Log message: Update awk to Dec 15, 2022 version. Force hex escapes in strings to be no more than two characters, as they already are in regular expressions. This brings internal consistency, as well as consistency with gawk.