Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Aug 2025 17:57:42 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org
Subject:   git: 1a78aec3d574 - Create tag vendor/one-true-awk/4d5b3604b34b
Message-ID:  <202508181757.57IHvgli045641@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508181757.57IHvgli045641>