Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2025 16:24:38 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org
Subject:   git: 1256b745027f - Create tag vendor/one-true-awk/2dce54b053d4
Message-ID:  <202502051624.515GOcj0093517@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The annotated tag vendor/one-true-awk/2dce54b053d4 has been created by imp:

URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/one-true-awk/2dce54b053d4

tag vendor/one-true-awk/2dce54b053d4
Tagger:     Warner Losh <imp@FreeBSD.org>
TaggerDate: 2025-02-05 16:23:54 +0000

awk: Update to 20250116 bsd-feature 2dce54b053d4 (fix line numbers and other nits)

Jan 14, 2025
	Fix incorrect error line number issues. unput has
	no business managing lineno. Thanks to Ozan Yigit.

Jan 05, 2025
	Fix hex detection in is_valid_number.
	Fix indirect field specification with non-numeric string
	eg. $("foo") in indirect. This is not illegal.
	Thanks to Arnold Robbins.

Jan 01, 2025
	Fixed openfile to not try to read from a directory.
	Thanks to Arnold Robbins.

commit e32b2740f7b6846335741577412cc3ae492633c8
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2025-02-05 16:19:45 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-02-05 16:19:45 +0000

    awk: Update to 20250116 bsd-feature 2dce54b053d4
    
    Update to 20250116 upstream. This fixes issues with bad line numbers,
    hex numbers, an indirection in variable dereferencing and prevent
    openfile from reading directories.
    
    Jan 14, 2025
            Fix incorrect error line number issues. unput has
            no business managing lineno. Thanks to Ozan Yigit.
    Jan 05, 2025
            Fix hex detection in is_valid_number.
            Fix indirect field specification with non-numeric string
            eg. $("foo") in indirect. This is not illegal.
            Thanks to Arnold Robbins.
    Jan 01, 2025
            Fixed openfile to not try to read from a directory.
            Thanks to Arnold Robbins.
    
    Sponsored by:           Netflix



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