git: 3c2508565f71 - Create tag vendor/one-true-awk/0592de4a

Warner Losh imp at FreeBSD.org
Sun Aug 1 16:20:02 UTC 2021


The annotated tag vendor/one-true-awk/0592de4a has been created by imp:

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

tag vendor/one-true-awk/0592de4a
Tagger:     Warner Losh <imp at FreeBSD.org>
TaggerDate: 2021-08-01 16:18:51 +0000

awk: import 20210729 from upstream

Changes since last import:

July 27, 2021:
	As per IEEE Std 1003.1-2008, -F "str" is now consistent with
	-v FS="str" when str is null. Thanks to Warner Losh.

July 24, 2021:
	Fix readrec's definition of a record. This fixes an issue
	with NetBSD's RS regular expression support that can cause
	an infinite read loop. Thanks to Miguel Pineiro Jr.

	Fix regular expression RS ^-anchoring. RS ^-anchoring needs to
	know if it is reading the first record of a file. This change
	restores a missing line that was overlooked when porting NetBSD's
	RS regex functionality. Thanks to Miguel Pineiro Jr.

	Fix size computation in replace_repeat() for special case
	REPEAT_WITH_Q. Thanks to Todd C. Miller.
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQJEBAABCgAuFiEEIDX4lLAKo898zeG3bBzRKH2wEQAFAmEGyW0QHGltcEBmcmVl
YnNkLm9yZwAKCRBsHNEofbARAKOTEACTvtq64/aesbVuyyp8qY31hm/mn4ZaZmrq
QXuvZFR2UbnfVD385g4nagmLyVf9hAEMydvJUScU1l9UIWyP/rYoGSTp5dL/hnfU
z3infO4agCESLXyc0gOv92Om5g1Rym89VkLorClheF6kzMj6wlbqGwnB8Vnj5HFb
NsTU09TzYYFFQi0SVUaqSC+I+I3uuXzINBqWni8X54qj/hRGeXEowSXc4lbYyWK4
1X+kC2OWc96eT4qqZ4/ECH05QQ/c8odcKY/pmNHRx5QAgANnL3DNqYe3CXUdiePc
re+t0NjtyEVub9enK1PzUhtQyXEjD0/ZOa5kynHDufFOya5jrh7UwTjSz28qyco9
dSBBM+N37fC6kmd4wrQNaFE8F+jot45i8vmdczAjDy2O1TZo4Pp846L7dJMjHIcy
Rp+euGSK1MukASQyOMrm7P3amCV6XDd3z+RxMwXw8TJn9i6pjA/9v3KiKiUIncQz
ugkeCU22kqpTgRUSi8uZevrMBxOq6eYu8qVj81/85xmgOBHMAuGXYwvKy/75tC1y
a4+O/WVt1DmqAQbqI5P9X3PTRwVd3z5mOkT6f5CdGVUWlJk7vDsQL3HP3nWcFVdL
ZAL7P/KxWJseZ+Vg1xpOZdUOzQwNhJInGPjHGeugZF8/dwquUcK4DFtDHnfWk60M
V5HHIxqzUQ==
=WP8j
-----END PGP SIGNATURE-----

commit f9002b85613065121199880071419cf6fbda050f
Author:     Warner Losh <imp at FreeBSD.org>
AuthorDate: 2021-08-01 16:02:22 +0000
Commit:     Warner Losh <imp at FreeBSD.org>
CommitDate: 2021-08-01 16:04:30 +0000

    awk: bring in vendor branch from upstream 20210727
    
    Changes since the last import:
    
    July 27, 2021:
            As per IEEE Std 1003.1-2008, -F "str" is now consistent with
            -v FS="str" when str is null. Thanks to Warner Losh.
    
    July 24, 2021:
            Fix readrec's definition of a record. This fixes an issue
            with NetBSD's RS regular expression support that can cause
            an infinite read loop. Thanks to Miguel Pineiro Jr.
    
            Fix regular expression RS ^-anchoring. RS ^-anchoring needs to
            know if it is reading the first record of a file. This change
            restores a missing line that was overlooked when porting NetBSD's
            RS regex functionality. Thanks to Miguel Pineiro Jr.
    
            Fix size computation in replace_repeat() for special case
            REPEAT_WITH_Q. Thanks to Todd C. Miller.
    
    Also, for the first time, import all the tests.
    
    Sponsored by:           Netflix


More information about the dev-commits-src-all mailing list