Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2025 20:44:20 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: dd78d987cb38 - main - ota:  Merge One True Awk 20250116 bsd-feature 2dce54b053d4
Message-ID:  <202502052044.515KiKmv083551@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=dd78d987cb38ef162d40aad86229f1dc19884f78

commit dd78d987cb38ef162d40aad86229f1dc19884f78
Merge: 0ae2ba5e2083 e32b2740f7b6
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2025-02-05 16:26:01 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-02-05 20:35:45 +0000

    ota:  Merge One True Awk 20250116 bsd-feature 2dce54b053d4
    
    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

 contrib/one-true-awk/FIXES            | 14 ++++++++++++++
 contrib/one-true-awk/lex.c            |  7 -------
 contrib/one-true-awk/lib.c            |  2 +-
 contrib/one-true-awk/main.c           |  2 +-
 contrib/one-true-awk/run.c            | 15 ++++++++++-----
 contrib/one-true-awk/testdir/T.errmsg |  3 ---
 contrib/one-true-awk/testdir/T.misc   |  8 +++++++-
 7 files changed, 33 insertions(+), 18 deletions(-)




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