The annotated tag vendor/one-true-awk/4d5b3604b34b has been created by imp:
URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/one-true-awk/4d5b3604b34b tag vendor/one-true-awk/4d5b3604b34b Tagger: Warner Losh <i...@freebsd.org> TaggerDate: 2025-08-18 17:55:37 +0000 Awk 20250804 bsd-features branch 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. commit 2f2a0304d0de65466eee733e9d6ed88dbcfdf925 Author: Warner Losh <i...@freebsd.org> AuthorDate: 2025-08-18 17:52:21 +0000 Commit: Warner Losh <i...@freebsd.org> CommitDate: 2025-08-18 17:52:21 +0000 awk: update to 20250804 bsd-feature 4d5b3604b34b 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. Sponsored by: Netflix