]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
awk: Merge in bsd-feature branch of OTA from 20240422 (31bb33a32f71)
authorWarner Losh <imp@FreeBSD.org>
Tue, 14 May 2024 18:15:43 +0000 (12:15 -0600)
committerWarner Losh <imp@FreeBSD.org>
Tue, 14 May 2024 18:17:55 +0000 (12:17 -0600)
commiteb690a0576e8cf5412124477eace3bb765068c3d
treeb1fbad2c6376c9554d37c0039eaab283aa55d8e8
parent305db91d4b92a5d53826dcb6df39fc8a1f3b427e
parent887b27736b04cef8c4ce6f123c5f4bdc12a8bae4
awk: Merge in bsd-feature branch of OTA from 20240422 (31bb33a32f71)

In the last 2nd edition import, I mistakenly grabbed from the 'main'
branch of upstream rather than the bsd-feature branch. This means that
we have a regression in awk from that point forward: all the
BSD-specific bit functions (and a few others) were dropped. This
restores it at the same level.

MFC After: 1 day
Sponsored by: Netflix
contrib/one-true-awk/ChangeLog
contrib/one-true-awk/awk.1
contrib/one-true-awk/awk.h
contrib/one-true-awk/awkgram.y
contrib/one-true-awk/lex.c
contrib/one-true-awk/maketab.c
contrib/one-true-awk/parse.c
contrib/one-true-awk/proto.h
contrib/one-true-awk/run.c