<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in ChangeLog</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>eb690a0576e8cf5412124477eace3bb765068c3d - awk: Merge in bsd-feature branch of OTA from 20240422 (31bb33a32f71)</title>
        <link>http://opengrok.net:8080/history/src/contrib/one-true-awk/ChangeLog#eb690a0576e8cf5412124477eace3bb765068c3d</link>
        <description>awk: Merge in bsd-feature branch of OTA from 20240422 (31bb33a32f71)In the last 2nd edition import, I mistakenly grabbed from the &apos;main&apos;branch of upstream rather than the bsd-feature branch. This means thatwe have a regression in awk from that point forward: all theBSD-specific bit functions (and a few others) were dropped. Thisrestores it at the same level.MFC After:		1 daySponsored by:		Netflix

            List of files:
            /src/contrib/one-true-awk/ChangeLog</description>
        <pubDate>Tue, 14 May 2024 18:15:43 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1023317ac491090f8d84a62999ffc303cf88528c - ota: Merge one true awk 20240422 (a3b68e649d2d)</title>
        <link>http://opengrok.net:8080/history/src/contrib/one-true-awk/ChangeLog#1023317ac491090f8d84a62999ffc303cf88528c</link>
        <description>ota: Merge one true awk 20240422 (a3b68e649d2d)Apr 22, 2024:	fixed regex engine gototab reallocation issue that was	introduced during the Nov 24 rewrite. Thanks to Arnold Robbins.	Fixed a scan bug in split in the case the separator is a single	character. thanks to Oguz Ismail for spotting the issue.Mar 10, 2024:	fixed use-after-free bug in fnematch due to adjbuf invalidating	the pointers to buf. thanks to github user caffe3 for spotting	the issue and providing a fix, and to Miguel Pineiro Jr.	for the alternative fix.	MAX_UTF_BYTES in fnematch has been replaced with awk_mb_cur_max.	thanks to Miguel Pineiro Jr.Sponsored by:		Netflix

            List of files:
            /src/contrib/one-true-awk/ChangeLog</description>
        <pubDate>Sat, 04 May 2024 21:50:33 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f39dd6a9784467f0db5886012b3f4b13899be6b8 - one-true-awk: import 20210221 (1e4bc42c53a1) which fixes a number of bugs</title>
        <link>http://opengrok.net:8080/history/src/contrib/one-true-awk/ChangeLog#f39dd6a9784467f0db5886012b3f4b13899be6b8</link>
        <description>one-true-awk: import 20210221 (1e4bc42c53a1) which fixes a number of bugsImport the latest bsd-features branch of the one-true-awk upstream:o Move to bison for $YACCo Set close-on-exec flag for file and pipe redirects that aren&apos;t std*o lots of little fixes to modernize ocde baseo free sval member before setting ito fix a bug where a{0,3} could match aaaao pull in systime and strftime from NetBSD awko pull in fixes from {Net,Free,Open}BSD (normalized our code with them)o add BSD extensions and, or, xor, compl, lsheift, rshift (mostly a nop)Also revert a few of the trivial FreeBSD changes that were done slightlydifferently in the upstreaming process. Also, our PR database may havebeen mined by upstream for these fixes, and Mikolaj Golub may deservecredit for some of the fixes in this update.Suggested by:		Mikolaj Golub &lt;to.my.trociny@gmail.com&gt;PR:			143363,143365,143368,143369,143373,143375,214782Sponsored by:		Netflix

            List of files:
            /src/contrib/one-true-awk/ChangeLog</description>
        <pubDate>Wed, 07 Jul 2021 23:30:35 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0269ae4c19ad779b43b0d6e2416ac7386945d692 - MFHead @348740</title>
        <link>http://opengrok.net:8080/history/src/contrib/one-true-awk/ChangeLog#0269ae4c19ad779b43b0d6e2416ac7386945d692</link>
        <description>MFHead @348740Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/contrib/one-true-awk/ChangeLog</description>
        <pubDate>Thu, 06 Jun 2019 16:20:50 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b5253557294400621041b8ce1dfbf11e124c1575 - Merge from upstream at 4189ef5d from https://github.com/onetrueawk/awk.git</title>
        <link>http://opengrok.net:8080/history/src/contrib/one-true-awk/ChangeLog#b5253557294400621041b8ce1dfbf11e124c1575</link>
        <description>Merge from upstream at 4189ef5d from https://github.com/onetrueawk/awk.gitNote: this backs out a number of changes we&apos;ve made to awk becausethey aren&apos;t upstream, but are on the vendor branch. Those will bereapplied. svn makes it needlessly difficult to know which ones, butat least r315426, r301289, and maybe r301691, though there may beothers too. None of these are critical, so bisecting through thispoint is safe for all but awk regression tests :).

            List of files:
            /src/contrib/one-true-awk/ChangeLog</description>
        <pubDate>Sun, 02 Jun 2019 16:25:07 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eb690a0576e8cf5412124477eace3bb765068c3d - awk: Merge in bsd-feature branch of OTA from 20240422 (31bb33a32f71)</title>
        <link>http://opengrok.net:8080/history/src/contrib/one-true-awk/ChangeLog#eb690a0576e8cf5412124477eace3bb765068c3d</link>
        <description>awk: Merge in bsd-feature branch of OTA from 20240422 (31bb33a32f71)In the last 2nd edition import, I mistakenly grabbed from the &apos;main&apos;branch of upstream rather than the bsd-feature branch. This means thatwe have a regression in awk from that point forward: all theBSD-specific bit functions (and a few others) were dropped. Thisrestores it at the same level.MFC After:		1 daySponsored by:		Netflix

            List of files:
            /src/contrib/one-true-awk/ChangeLog</description>
        <pubDate>Tue, 14 May 2024 18:15:43 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1023317ac491090f8d84a62999ffc303cf88528c - ota: Merge one true awk 20240422 (a3b68e649d2d)</title>
        <link>http://opengrok.net:8080/history/src/contrib/one-true-awk/ChangeLog#1023317ac491090f8d84a62999ffc303cf88528c</link>
        <description>ota: Merge one true awk 20240422 (a3b68e649d2d)Apr 22, 2024:	fixed regex engine gototab reallocation issue that was	introduced during the Nov 24 rewrite. Thanks to Arnold Robbins.	Fixed a scan bug in split in the case the separator is a single	character. thanks to Oguz Ismail for spotting the issue.Mar 10, 2024:	fixed use-after-free bug in fnematch due to adjbuf invalidating	the pointers to buf. thanks to github user caffe3 for spotting	the issue and providing a fix, and to Miguel Pineiro Jr.	for the alternative fix.	MAX_UTF_BYTES in fnematch has been replaced with awk_mb_cur_max.	thanks to Miguel Pineiro Jr.Sponsored by:		Netflix

            List of files:
            /src/contrib/one-true-awk/ChangeLog</description>
        <pubDate>Sat, 04 May 2024 21:50:33 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f39dd6a9784467f0db5886012b3f4b13899be6b8 - one-true-awk: import 20210221 (1e4bc42c53a1) which fixes a number of bugs</title>
        <link>http://opengrok.net:8080/history/src/contrib/one-true-awk/ChangeLog#f39dd6a9784467f0db5886012b3f4b13899be6b8</link>
        <description>one-true-awk: import 20210221 (1e4bc42c53a1) which fixes a number of bugsImport the latest bsd-features branch of the one-true-awk upstream:o Move to bison for $YACCo Set close-on-exec flag for file and pipe redirects that aren&apos;t std*o lots of little fixes to modernize ocde baseo free sval member before setting ito fix a bug where a{0,3} could match aaaao pull in systime and strftime from NetBSD awko pull in fixes from {Net,Free,Open}BSD (normalized our code with them)o add BSD extensions and, or, xor, compl, lsheift, rshift (mostly a nop)Also revert a few of the trivial FreeBSD changes that were done slightlydifferently in the upstreaming process. Also, our PR database may havebeen mined by upstream for these fixes, and Mikolaj Golub may deservecredit for some of the fixes in this update.Suggested by:		Mikolaj Golub &lt;to.my.trociny@gmail.com&gt;PR:			143363,143365,143368,143369,143373,143375,214782Sponsored by:		Netflix

            List of files:
            /src/contrib/one-true-awk/ChangeLog</description>
        <pubDate>Wed, 07 Jul 2021 23:30:35 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0269ae4c19ad779b43b0d6e2416ac7386945d692 - MFHead @348740</title>
        <link>http://opengrok.net:8080/history/src/contrib/one-true-awk/ChangeLog#0269ae4c19ad779b43b0d6e2416ac7386945d692</link>
        <description>MFHead @348740Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/contrib/one-true-awk/ChangeLog</description>
        <pubDate>Thu, 06 Jun 2019 16:20:50 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b5253557294400621041b8ce1dfbf11e124c1575 - Merge from upstream at 4189ef5d from https://github.com/onetrueawk/awk.git</title>
        <link>http://opengrok.net:8080/history/src/contrib/one-true-awk/ChangeLog#b5253557294400621041b8ce1dfbf11e124c1575</link>
        <description>Merge from upstream at 4189ef5d from https://github.com/onetrueawk/awk.gitNote: this backs out a number of changes we&apos;ve made to awk becausethey aren&apos;t upstream, but are on the vendor branch. Those will bereapplied. svn makes it needlessly difficult to know which ones, butat least r315426, r301289, and maybe r301691, though there may beothers too. None of these are critical, so bisecting through thispoint is safe for all but awk regression tests :).

            List of files:
            /src/contrib/one-true-awk/ChangeLog</description>
        <pubDate>Sun, 02 Jun 2019 16:25:07 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eb690a0576e8cf5412124477eace3bb765068c3d - awk: Merge in bsd-feature branch of OTA from 20240422 (31bb33a32f71)</title>
        <link>http://opengrok.net:8080/history/src/contrib/one-true-awk/ChangeLog#eb690a0576e8cf5412124477eace3bb765068c3d</link>
        <description>awk: Merge in bsd-feature branch of OTA from 20240422 (31bb33a32f71)In the last 2nd edition import, I mistakenly grabbed from the &apos;main&apos;branch of upstream rather than the bsd-feature branch. This means thatwe have a regression in awk from that point forward: all theBSD-specific bit functions (and a few others) were dropped. Thisrestores it at the same level.MFC After:		1 daySponsored by:		Netflix

            List of files:
            /src/contrib/one-true-awk/ChangeLog</description>
        <pubDate>Tue, 14 May 2024 18:15:43 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1023317ac491090f8d84a62999ffc303cf88528c - ota: Merge one true awk 20240422 (a3b68e649d2d)</title>
        <link>http://opengrok.net:8080/history/src/contrib/one-true-awk/ChangeLog#1023317ac491090f8d84a62999ffc303cf88528c</link>
        <description>ota: Merge one true awk 20240422 (a3b68e649d2d)Apr 22, 2024:	fixed regex engine gototab reallocation issue that was	introduced during the Nov 24 rewrite. Thanks to Arnold Robbins.	Fixed a scan bug in split in the case the separator is a single	character. thanks to Oguz Ismail for spotting the issue.Mar 10, 2024:	fixed use-after-free bug in fnematch due to adjbuf invalidating	the pointers to buf. thanks to github user caffe3 for spotting	the issue and providing a fix, and to Miguel Pineiro Jr.	for the alternative fix.	MAX_UTF_BYTES in fnematch has been replaced with awk_mb_cur_max.	thanks to Miguel Pineiro Jr.Sponsored by:		Netflix

            List of files:
            /src/contrib/one-true-awk/ChangeLog</description>
        <pubDate>Sat, 04 May 2024 21:50:33 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f39dd6a9784467f0db5886012b3f4b13899be6b8 - one-true-awk: import 20210221 (1e4bc42c53a1) which fixes a number of bugs</title>
        <link>http://opengrok.net:8080/history/src/contrib/one-true-awk/ChangeLog#f39dd6a9784467f0db5886012b3f4b13899be6b8</link>
        <description>one-true-awk: import 20210221 (1e4bc42c53a1) which fixes a number of bugsImport the latest bsd-features branch of the one-true-awk upstream:o Move to bison for $YACCo Set close-on-exec flag for file and pipe redirects that aren&apos;t std*o lots of little fixes to modernize ocde baseo free sval member before setting ito fix a bug where a{0,3} could match aaaao pull in systime and strftime from NetBSD awko pull in fixes from {Net,Free,Open}BSD (normalized our code with them)o add BSD extensions and, or, xor, compl, lsheift, rshift (mostly a nop)Also revert a few of the trivial FreeBSD changes that were done slightlydifferently in the upstreaming process. Also, our PR database may havebeen mined by upstream for these fixes, and Mikolaj Golub may deservecredit for some of the fixes in this update.Suggested by:		Mikolaj Golub &lt;to.my.trociny@gmail.com&gt;PR:			143363,143365,143368,143369,143373,143375,214782Sponsored by:		Netflix

            List of files:
            /src/contrib/one-true-awk/ChangeLog</description>
        <pubDate>Wed, 07 Jul 2021 23:30:35 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0269ae4c19ad779b43b0d6e2416ac7386945d692 - MFHead @348740</title>
        <link>http://opengrok.net:8080/history/src/contrib/one-true-awk/ChangeLog#0269ae4c19ad779b43b0d6e2416ac7386945d692</link>
        <description>MFHead @348740Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/contrib/one-true-awk/ChangeLog</description>
        <pubDate>Thu, 06 Jun 2019 16:20:50 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b5253557294400621041b8ce1dfbf11e124c1575 - Merge from upstream at 4189ef5d from https://github.com/onetrueawk/awk.git</title>
        <link>http://opengrok.net:8080/history/src/contrib/one-true-awk/ChangeLog#b5253557294400621041b8ce1dfbf11e124c1575</link>
        <description>Merge from upstream at 4189ef5d from https://github.com/onetrueawk/awk.gitNote: this backs out a number of changes we&apos;ve made to awk becausethey aren&apos;t upstream, but are on the vendor branch. Those will bereapplied. svn makes it needlessly difficult to know which ones, butat least r315426, r301289, and maybe r301691, though there may beothers too. None of these are critical, so bisecting through thispoint is safe for all but awk regression tests :).

            List of files:
            /src/contrib/one-true-awk/ChangeLog</description>
        <pubDate>Sun, 02 Jun 2019 16:25:07 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
