]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ota: Import One True Awk from 20240122 (6a07a6d3bb63)
authorWarner Losh <imp@FreeBSD.org>
Wed, 28 Feb 2024 15:05:17 +0000 (08:05 -0700)
committerWarner Losh <imp@FreeBSD.org>
Wed, 28 Feb 2024 15:05:17 +0000 (08:05 -0700)
commite8a605e129c627195793393e00f657f0c7b88dad
treed466773898b53f86f987f80bcee6c4d2adffcf97
parent18df98168fa7af30532be5c8988b80f2987c9b84
ota: Import One True Awk from 20240122 (6a07a6d3bb63)

Jan 22, 2024:
        Restore the ability to compile with g++. Thanks to
        Arnold Robbins.

Dec 24, 2023:
        Matchop dereference after free problem fix when the first
        argument is a function call. Thanks to Oguz Ismail Uysal.
        Fix inconsistent handling of --csv and FS set in the
        command line. Thanks to Wilbert van der Poel.
        Casting changes to int for is* functions.

Nov 27, 2023:
        Fix exit status of system on MacOS. Update to REGRESS.
        Thanks to Arnold Robbins.
        Fix inconsistent handling of -F and --csv, and loss of csv
        mode when FS is set.

Sponsored by: Netflix
FIXES
README.md
b.c
bugs-fixed/REGRESS
lib.c
main.c
run.c
testdir/T.csv
testdir/T.overflow
testdir/T.split