git: 1a78aec3d574 - Create tag vendor/one-true-awk/4d5b3604b34b
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Aug 2025 17:57:42 UTC
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 <imp@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 <imp@FreeBSD.org> AuthorDate: 2025-08-18 17:52:21 +0000 Commit: Warner Losh <imp@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