CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/02/05 13:32:56
Modified files:
usr.bin/awk : FIXES b.c lex.c lib.c main.c run.c
Log message:
Update awk to the Jan 14, 2025 version.
* Fix incorrect error line number issues.
* Fix hex detection in is_valid_number.
* Fix indirect field specification with non-numeric string in indirect.
* Fixed openfile to not try to read from a directory.
