<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>17853db4b0dc36ed32af039cd803f13b692913da - ota: Merge 20240623 (bsd-features) from ota 9f971fba471b</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/one-true-awk/makefile#17853db4b0dc36ed32af039cd803f13b692913da</link>
        <description>ota: Merge 20240623 (bsd-features) from ota 9f971fba471bMerge from upstream. The system-status test was modifed upstream, but itstill doesn&apos;t fit into ATF, so those changes weren&apos;t brought in.From FIXES:Jun 23, 2024	Fix signal for system-status test. Thanks to Tim van der Molen.	Rewrite if-else chain as switch. Thanks to Andrew Sukach.May 27, 2024	Spelling fixes and removal of unneeded prototypes and extern.	Thanks to Jonathan Gray.May 4, 2024	Fixed a use-after-free bug with ARGV for &quot;delete ARGV&quot;.	Also ENVtab is no longer global. Thanks to Benjamin Sturz	for spotting the ARGV issue and	Todd Miller for the fix.May 3, 2024:	Remove warnings when compiling with g++. Thanks to Arnold Robbins.Sponsored by:		Netflix

            List of files:
            /freebsd/contrib/one-true-awk/makefile</description>
        <pubDate>Tue, 23 Jul 2024 23:17:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f32a6403d34654ac6e61182d09abb5e85850e1ee - Merge one true awk from 2024-01-22 for the Awk Second Edition support</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/one-true-awk/makefile#f32a6403d34654ac6e61182d09abb5e85850e1ee</link>
        <description>Merge one true awk from 2024-01-22 for the Awk Second Edition supportThis brings in Unicode support, CSV support and a number of bug fixes.They are described in _The AWK Programming Language_, Second Edition, byAl Aho, Brian Kernighan, and Peter Weinberger (Addison-Wesley, 2024,ISBN-13 978-0138269722, ISBN-10 0138269726).Sponsored by:		Netflix

            List of files:
            /freebsd/contrib/one-true-awk/makefile</description>
        <pubDate>Wed, 28 Feb 2024 16:16:16 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2376a5f1e15abc6806a5ba6e7645e3be20bf620 - Revert &quot;awk: Merge upstream 2nd Edition Awk Book&quot;</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/one-true-awk/makefile#b2376a5f1e15abc6806a5ba6e7645e3be20bf620</link>
        <description>Revert &quot;awk: Merge upstream 2nd Edition Awk Book&quot;The pre-push testing I did turned out to be testing the old version withthe old testsuite (for reasons I don&apos;t understnad). There&apos;s issues withthe new version, the new test in the suite or (likely) both. Revertuntil they can be chased down.This should also fix the github CI that&apos;s gone red since this commit.This reverts commit 3fd60a6b73ac01a72df89751f173970fae4cae73, reversingchanges made to 194df014feebd8b169b41ecd75ae73d63a792d6b.Sponsored by:		Netflix

            List of files:
            /freebsd/contrib/one-true-awk/makefile</description>
        <pubDate>Wed, 15 Nov 2023 23:28:05 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3fd60a6b73ac01a72df89751f173970fae4cae73 - awk: Merge upstream 2nd Edition Awk Book</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/one-true-awk/makefile#3fd60a6b73ac01a72df89751f173970fae4cae73</link>
        <description>awk: Merge upstream 2nd Edition Awk BookMerge in the November 2nd, 2023 version of one true awk.This brings in Unicode support, CSV support and a number of bug fixes.Sponsored by:		NetflixReviewed by:		delphijDifferential Revision:	https://reviews.freebsd.org/D42447

            List of files:
            /freebsd/contrib/one-true-awk/makefile</description>
        <pubDate>Thu, 02 Nov 2023 17:32:01 +0100</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://kernelsources.org:8080/source/history/freebsd/contrib/one-true-awk/makefile#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:
            /freebsd/contrib/one-true-awk/makefile</description>
        <pubDate>Thu, 08 Jul 2021 01:30:35 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0269ae4c19ad779b43b0d6e2416ac7386945d692 - MFHead @348740</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/one-true-awk/makefile#0269ae4c19ad779b43b0d6e2416ac7386945d692</link>
        <description>MFHead @348740Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/contrib/one-true-awk/makefile</description>
        <pubDate>Thu, 06 Jun 2019 18:20:50 +0200</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://kernelsources.org:8080/source/history/freebsd/contrib/one-true-awk/makefile#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:
            /freebsd/contrib/one-true-awk/makefile</description>
        <pubDate>Sun, 02 Jun 2019 18:25:07 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cfe30d02adda7c3b5c76156ac52d50d8cab325d9 - Merge fresh head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/one-true-awk/makefile#cfe30d02adda7c3b5c76156ac52d50d8cab325d9</link>
        <description>Merge fresh head.

            List of files:
            /freebsd/contrib/one-true-awk/makefile</description>
        <pubDate>Wed, 19 Jun 2013 13:36:13 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d241a0e67ff3a44947931bf8c841d9786c59efd7 - IFC @247348.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/one-true-awk/makefile#d241a0e67ff3a44947931bf8c841d9786c59efd7</link>
        <description>IFC @247348.

            List of files:
            /freebsd/contrib/one-true-awk/makefile</description>
        <pubDate>Tue, 26 Feb 2013 22:16:10 +0100</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d9a447559bc04121f7c6682e64abe67efa154864 - Sync with HEAD.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/one-true-awk/makefile#d9a447559bc04121f7c6682e64abe67efa154864</link>
        <description>Sync with HEAD.

            List of files:
            /freebsd/contrib/one-true-awk/makefile</description>
        <pubDate>Fri, 08 Feb 2013 17:10:16 +0100</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1b54fbe69d4bfbf65f4266192669b4284ec1301a - IFC @ r245178</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/one-true-awk/makefile#1b54fbe69d4bfbf65f4266192669b4284ec1301a</link>
        <description>IFC @ r245178

            List of files:
            /freebsd/contrib/one-true-awk/makefile</description>
        <pubDate>Wed, 09 Jan 2013 03:26:50 +0100</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0840e960f9a75866ceb589d63cc43b7521f301f5 - MFV: one-true-awk 20121220.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/one-true-awk/makefile#0840e960f9a75866ceb589d63cc43b7521f301f5</link>
        <description>MFV: one-true-awk 20121220.MFC after:	1 month

            List of files:
            /freebsd/contrib/one-true-awk/makefile</description>
        <pubDate>Thu, 03 Jan 2013 08:25:30 +0100</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fab4c373af4f465f03ae217f491d8cf3a3eeb26d - IFC @ r225592</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/one-true-awk/makefile#fab4c373af4f465f03ae217f491d8cf3a3eeb26d</link>
        <description>IFC @ r225592sys/dev/bvm/bvm_console.c - move up to the new alt-break order.

            List of files:
            /freebsd/contrib/one-true-awk/makefile</description>
        <pubDate>Fri, 16 Sep 2011 00:14:35 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cf9149694c20fe6d104a724c03f4da85edba1016 - Integrate FreeBSD/head into projects/zfsd/head as of SVN revision 224870.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/one-true-awk/makefile#cf9149694c20fe6d104a724c03f4da85edba1016</link>
        <description>Integrate FreeBSD/head into projects/zfsd/head as of SVN revision 224870.

            List of files:
            /freebsd/contrib/one-true-awk/makefile</description>
        <pubDate>Mon, 15 Aug 2011 22:31:27 +0200</pubDate>
        <dc:creator>Justin T. Gibbs &lt;gibbs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d86a0988d2ea55252f08da2dfc8db09d7f8aba1b - Update to a 7-Aug-2011 release.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/one-true-awk/makefile#d86a0988d2ea55252f08da2dfc8db09d7f8aba1b</link>
        <description>Update to a 7-Aug-2011 release.Approved by:	re (kib)

            List of files:
            /freebsd/contrib/one-true-awk/makefile</description>
        <pubDate>Tue, 09 Aug 2011 14:54:43 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>94ebcddde3e9e9f1c795563d83294ce40daff0d8 - MFC</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/one-true-awk/makefile#94ebcddde3e9e9f1c795563d83294ce40daff0d8</link>
        <description>MFC

            List of files:
            /freebsd/contrib/one-true-awk/makefile</description>
        <pubDate>Tue, 03 May 2011 20:57:46 +0200</pubDate>
        <dc:creator>Attilio Rao &lt;attilio@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1b11b78377a52d041357fcb48e0d05d69fa79d34 - Update to a 1-May-2011 release (except for the isblank change).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/one-true-awk/makefile#1b11b78377a52d041357fcb48e0d05d69fa79d34</link>
        <description>Update to a 1-May-2011 release (except for the isblank change).

            List of files:
            /freebsd/contrib/one-true-awk/makefile</description>
        <pubDate>Tue, 03 May 2011 13:47:19 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a0fda2b547365c9453523592a445dfe21266d4b - IFH@204581</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/one-true-awk/makefile#1a0fda2b547365c9453523592a445dfe21266d4b</link>
        <description>IFH@204581

            List of files:
            /freebsd/contrib/one-true-awk/makefile</description>
        <pubDate>Thu, 04 Mar 2010 14:35:57 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f96c46c6ab61dce0b0dae450e2fb0e85f76727ba - Update to a 26-Nov-2009 release.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/one-true-awk/makefile#f96c46c6ab61dce0b0dae450e2fb0e85f76727ba</link>
        <description>Update to a 26-Nov-2009 release.

            List of files:
            /freebsd/contrib/one-true-awk/makefile</description>
        <pubDate>Fri, 15 Jan 2010 15:20:01 +0100</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>91217c1c70f6a0d73a2de3ba8d55b0fe1327a868 - Update to a 26-Nov-2009 release.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/one-true-awk/makefile#91217c1c70f6a0d73a2de3ba8d55b0fe1327a868</link>
        <description>Update to a 26-Nov-2009 release.

            List of files:
            /freebsd/contrib/one-true-awk/makefile</description>
        <pubDate>Sun, 10 Jan 2010 00:19:01 +0100</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
