<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>bdda0531de537df87feb2bf576711ab1be9b3675 - lua: resolve import conflicts</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/mit/lua/dist/Makefile#bdda0531de537df87feb2bf576711ab1be9b3675</link>
        <description>lua: resolve import conflicts

            List of files:
            /netbsd-src/external/mit/lua/dist/Makefile</description>
        <pubDate>Thu, 08 Jun 2023 21:12:08 +0000</pubDate>
        <dc:creator>nikita &lt;nikita@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f0dad708b37bd6f5048a66ff2d48c1453845f039 - Resolve conflicts for lua 5.4.4 import.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/mit/lua/dist/Makefile#f0dad708b37bd6f5048a66ff2d48c1453845f039</link>
        <description>Resolve conflicts for lua 5.4.4 import.Adjust various files for lua 5.4.4.

            List of files:
            /netbsd-src/external/mit/lua/dist/Makefile</description>
        <pubDate>Sun, 16 Apr 2023 20:46:16 +0000</pubDate>
        <dc:creator>nikita &lt;nikita@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64f3190dece8c58a6648e4cd449e068be0d6f1fd - fix import conflicts</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/mit/lua/dist/Makefile#64f3190dece8c58a6648e4cd449e068be0d6f1fd</link>
        <description>fix import conflicts

            List of files:
            /netbsd-src/external/mit/lua/dist/Makefile</description>
        <pubDate>Wed, 26 Apr 2017 13:00:46 +0000</pubDate>
        <dc:creator>mbalmer &lt;mbalmer@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c7f896d7b557520e18a219e9abb296927d552e66 - merge Lua 5.3.3</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/mit/lua/dist/Makefile#c7f896d7b557520e18a219e9abb296927d552e66</link>
        <description>merge Lua 5.3.3

            List of files:
            /netbsd-src/external/mit/lua/dist/Makefile</description>
        <pubDate>Thu, 08 Sep 2016 02:21:31 +0000</pubDate>
        <dc:creator>salazar &lt;salazar@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d6cb6c23b5834954dcff13b6fbf82dc30f8f604 - lua: merged 5.3.2</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/mit/lua/dist/Makefile#2d6cb6c23b5834954dcff13b6fbf82dc30f8f604</link>
        <description>lua: merged 5.3.2

            List of files:
            /netbsd-src/external/mit/lua/dist/Makefile</description>
        <pubDate>Thu, 28 Jan 2016 14:41:39 +0000</pubDate>
        <dc:creator>lneto &lt;lneto@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2829499b04fa43ae47f3d2666dd39e8e0ba8afb - Resolve conflicts.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/mit/lua/dist/Makefile#b2829499b04fa43ae47f3d2666dd39e8e0ba8afb</link>
        <description>Resolve conflicts.

            List of files:
            /netbsd-src/external/mit/lua/dist/Makefile</description>
        <pubDate>Thu, 08 Oct 2015 12:40:05 +0000</pubDate>
        <dc:creator>mbalmer &lt;mbalmer@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>730082507ec4608c50b4985b287926c6d66cd18d - lua: updated from 5.3 work3 to 5.3.0</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/mit/lua/dist/Makefile#730082507ec4608c50b4985b287926c6d66cd18d</link>
        <description>lua: updated from 5.3 work3 to 5.3.0* improved the overall kernel Lua patch; fixed coercion* updated lua/syslog* updated luapmf and luasystm Makefiles

            List of files:
            /netbsd-src/external/mit/lua/dist/Makefile</description>
        <pubDate>Mon, 02 Feb 2015 14:03:05 +0000</pubDate>
        <dc:creator>lneto &lt;lneto@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4ab4902eb26e3fc02dd3f383256e858639301624 - lua: updated from 5.1 to 5.3 work3</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/mit/lua/dist/Makefile#4ab4902eb26e3fc02dd3f383256e858639301624</link>
        <description>lua: updated from 5.1 to 5.3 work3* lua(1):  - changed lua_Integer to intmax_t  - updated distrib/sets/lists and etc/mtree  - updated bsd.lua.mk  - fixed bozohttpd (lua-bozo.c)  - compatibilized bindings: gpio, sqlite* lua(4):  - removed floating-point and libc dependencies using &apos;#ifndef _KERNEL&apos;  - fixed division by zero and exponentiation  - libkern: added isalnum(), iscntrl(), isgraph(), isprint() and ispunct()  - acpica: removed isprint() from acnetbsd.h  - libc: moved strcspn.c, strpbrk.c and strspn.c to common  - removed stub headers  - compatibilized bindings: luapmf, luasystm* reorganized luaconf.h* updated doc/CHANGES and doc/RESPONSIBLE

            List of files:
            /netbsd-src/external/mit/lua/dist/Makefile</description>
        <pubDate>Sat, 19 Jul 2014 18:38:33 +0000</pubDate>
        <dc:creator>lneto &lt;lneto@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7e762f0e7b6c0c19ddd7c1ebb20c03b98c9073e7 - Import Lua 5.1.5</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/mit/lua/dist/Makefile#7e762f0e7b6c0c19ddd7c1ebb20c03b98c9073e7</link>
        <description>Import Lua 5.1.5

            List of files:
            /netbsd-src/external/mit/lua/dist/Makefile</description>
        <pubDate>Thu, 15 Mar 2012 00:08:04 +0000</pubDate>
        <dc:creator>alnsn &lt;alnsn@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dbec5304837791f1e9dfa248c83d19e1163f6e57 - Import the (unaltered) Lua 5.1.4 source distribution.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/mit/lua/dist/Makefile#dbec5304837791f1e9dfa248c83d19e1163f6e57</link>
        <description>Import the (unaltered) Lua 5.1.4 source distribution.

            List of files:
            /netbsd-src/external/mit/lua/dist/Makefile</description>
        <pubDate>Sun, 31 Oct 2010 11:16:48 +0000</pubDate>
        <dc:creator>mbalmer &lt;mbalmer@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
