Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Aug 2025 19:07:19 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b45a181a74c8 - main - awk: Merge one true awk 20250804 bsd-feature branch
Message-ID:  <202508181907.57IJ7JYM079011@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <imp@FreeBSD.org>
AuthorDate: 2025-08-18 19:05:48 +0000
Commit:     Warner Losh <imp@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(-)




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