tag name | vendor/one-true-awk/4d5b3604b34b (1a78aec3d5742d79aabd927412f2f31c6a02c970) |
tag date | 2025-08-18 17:55:37 +0000 |
tagged by | Warner Losh <imp@FreeBSD.org> |
tagged object | commit 2f2a0304d0... |
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.