CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2023/10/06 16:29:24
Modified files: usr.bin/awk : FIXES b.c lib.c main.c run.c Log message: Update awk to Sep 24, 2023 version. fnematch and getrune have been overhauled to solve issues around unicode FS and RS. also fixed gsub null match issue with unicode. big thanks to Arnold Robbins.