<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/liblua/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/lib/liblua/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/liblua/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/lib/liblua/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0495ed398c4f64013bab2327eb13a303e1f90c13 - contrib/lua: update to 5.4.2</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/liblua/Makefile#0495ed398c4f64013bab2327eb13a303e1f90c13</link>
        <description>contrib/lua: update to 5.4.2Merge commit &apos;0ea45b9cd43ce1247eb3eee9bfd5cee3d19068e7&apos; into main

            List of files:
            /freebsd/lib/liblua/Makefile</description>
        <pubDate>Thu, 14 Jan 2021 06:56:18 +0100</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e25152834cdf3b353892835a4f3b157e066a8ed4 - MFH</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/liblua/Makefile#e25152834cdf3b353892835a4f3b157e066a8ed4</link>
        <description>MFHSponsored by:	Rubicon Communications, LLC (netgate.com)

            List of files:
            /freebsd/lib/liblua/Makefile</description>
        <pubDate>Thu, 27 Aug 2020 22:25:33 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de6fc2e39bc1d88511b62ed3a6834a6f0cd6b3a4 - Merge ^/head r364082 through r364250.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/liblua/Makefile#de6fc2e39bc1d88511b62ed3a6834a6f0cd6b3a4</link>
        <description>Merge ^/head r364082 through r364250.

            List of files:
            /freebsd/lib/liblua/Makefile</description>
        <pubDate>Sat, 15 Aug 2020 13:49:31 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>967fbfd9e2b7a015d5cba1491badcdf9044b28b9 - Properly disable LUA_USE_DLOPEN for bootstrap flua</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/liblua/Makefile#967fbfd9e2b7a015d5cba1491badcdf9044b28b9</link>
        <description>Properly disable LUA_USE_DLOPEN for bootstrap fluaflua does have some specific bits that will include luaconf.h, but thedefinition of LUA_USE_DLOPEN for those won&apos;t matter. This belongs in libluainstead.To expand on my previous commit, which was a little sparse with details,it&apos;s not really safe to allow LUA_USE_DLOPEN with host lib paths being used.The host system could have an entirely different lua version and this couldcause us to crash and burn.If we want to revive this later, we need to make sure to define c modulepaths inside OBJDIR that are compiled against whatever version we&apos;vebootstrapped.Pointy hat:	kevans

            List of files:
            /freebsd/lib/liblua/Makefile</description>
        <pubDate>Fri, 14 Aug 2020 04:40:17 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>be99f8868bed542396783e1a8ff0d089283ba8ac - liblua: ensure that &quot;require&quot; will fail in bootstrap flua</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/liblua/Makefile#be99f8868bed542396783e1a8ff0d089283ba8ac</link>
        <description>liblua: ensure that &quot;require&quot; will fail in bootstrap fluaWe do not want to support bootstrapping lua modules, so ensure thatrequire will fail by providing a nonexistent path.Reviewed by:	kevansMFC after:	1 weekSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D24610

            List of files:
            /freebsd/lib/liblua/Makefile</description>
        <pubDate>Wed, 29 Apr 2020 15:41:32 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>564b9ff2a7aa62f1094043b12de56ad75aa30394 - Add an internal liblua and use it in flua.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/liblua/Makefile#564b9ff2a7aa62f1094043b12de56ad75aa30394</link>
        <description>Add an internal liblua and use it in flua.The new liblua will be used in a forthcoming import of kyua.Reviewed by:	kevansObtained from:	CheriBSDSponsored by:	DARPADifferential Revision:	https://reviews.freebsd.org/D24090

            List of files:
            /freebsd/lib/liblua/Makefile</description>
        <pubDate>Tue, 17 Mar 2020 18:28:12 +0100</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
