The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=b45a181a74c816cfc553e8210954916887fb94dc
commit b45a181a74c816cfc553e8210954916887fb94dc Merge: ce9c325a2e92 f7603feee9e1 Author: Warner Losh <i...@freebsd.org> AuthorDate: 2025-08-18 19:05:48 +0000 Commit: Warner Losh <i...@freebsd.org> CommitDate: 2025-08-18 19:06:46 +0000 awk: Merge one true awk 20250804 bsd-feature branch Merge in the latest one true awk to pick up two small bug fixes: Aug 04, 2025 Fix incorrect divisor in rand() - it was returning even random numbers only. Thanks to Ozan Yigit. Fix a syntax issue with /= that caused constants to turn into variables [eg. 42 /= 7]. Thanks to Arnold Robbins. Note: vendor/one-true-awk/4d5b3604b34b_1 was the merge tag. Sponsored by: Netflix contrib/one-true-awk/FIXES | 8 ++++++++ contrib/one-true-awk/main.c | 2 +- contrib/one-true-awk/run.c | 4 +++- 3 files changed, 12 insertions(+), 2 deletions(-)