| tag name | vendor/one-true-awk/2dce54b053d4 (1256b745027f605ae78c255f3b3f18f7bf72f608) |
| tag date | 2025-02-05 09:23:54 -0700 |
| tagged by | Warner Losh <imp@FreeBSD.org> |
| tagged object | commit e32b2740f7... |
awk: Update to 20250116 bsd-feature 2dce54b053d4 (fix line numbers and other nits)
Jan 14, 2025
Fix incorrect error line number issues. unput has
no business managing lineno. Thanks to Ozan Yigit.
Jan 05, 2025
Fix hex detection in is_valid_number.
Fix indirect field specification with non-numeric string
eg. $("foo") in indirect. This is not illegal.
Thanks to Arnold Robbins.
Jan 01, 2025
Fixed openfile to not try to read from a directory.
Thanks to Arnold Robbins.
