<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks, branch v3.5.0</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=v3.5.0</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=v3.5.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2020-12-10T16:03:20+00:00</updated>
<entry>
<title>Release 3.5.0</title>
<updated>2020-12-10T16:03:20+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2020-12-10T16:03:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=d1d8ada00b6d096ba36704abd9491df88a7fa8ae'/>
<id>urn:sha1:d1d8ada00b6d096ba36704abd9491df88a7fa8ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert change in MSVC env setup script</title>
<updated>2020-12-10T15:59:31+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2020-12-10T15:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=ffbb66dada1bd50acc71c20c26227753c2e7ffa5'/>
<id>urn:sha1:ffbb66dada1bd50acc71c20c26227753c2e7ffa5</id>
<content type='text'>
Reverts 04513372d7d5859ea865252095c3b5ce0762228f

Fixes #1232.
Fixes #1233.
</content>
</entry>
<entry>
<title>Add error messages to lua_h_exists</title>
<updated>2020-11-27T18:40:14+00:00</updated>
<author>
<name>equa</name>
<email>equaa@protonmail.com</email>
</author>
<published>2020-11-27T18:40:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=be3b0c51059f95c40661846e7290ba47c6936c76'/>
<id>urn:sha1:be3b0c51059f95c40661846e7290ba47c6936c76</id>
<content type='text'>
Previously, if LUA_INCDIR was specified but invalid, install and other
commands would error without a message, eventually causing a failed
assertion in cmd.lua and leaving a hard-to-troubleshoot situation
with no information.
</content>
</entry>
<entry>
<title>Add support for MSYS2 + Mingw-w64 (#1231)</title>
<updated>2020-10-28T18:51:11+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@cozmixng.org</email>
</author>
<published>2020-10-28T18:51:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=d2c3b57b324f06d17cd2c594e26b143dfe3a8133'/>
<id>urn:sha1:d2c3b57b324f06d17cd2c594e26b143dfe3a8133</id>
<content type='text'>
Currently, LuaRocks supports:

  * (a) Lua interpreters built for MSYS2 (Lua interpreters depend on
    msys-2.0.dll).
    (the "msys" platform)

  * (b) Lua interpreters built by MinGW (Lua interpreters don't depend
    on msys-2.0.dll).
    (the "mingw" platform)

This change adds support for (c) Lua interpreters built as native
Windows application by MSYS2 + Mingw-w64 (Lua interpreters don't
depend on msys-2.0.dll). (the "msys2_mingw_w64" platform)

Here are differences between (a), (b) and (c):

  * (a) can't work without MSYS2 (msys-2.0.dll)
  * (b) can work without MSYS2
  * (c) can work without MSYS2 but is generally used with MSYS2
    because MSYS2 provides packages of useful libraries such as libxml2.

This change assumes that users use (c) with MSYS2. But this change
still uses win32/tools provided by LuaRocks not MSYS2.

MSYS2 has LuaRocks package:
https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-lua-luarocks

It applies a patch to support (c). If this change is merged into
LuaRocks, MSYS2 doesn't need to have a patch for LuaRocks.</content>
</entry>
<entry>
<title>Use table.pack so that nil varags aren't dropped (#1229)</title>
<updated>2020-10-28T18:46:41+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2020-10-28T18:46:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=9d30bec0afe93a7a2284ae8adeeb03b2b36709dc'/>
<id>urn:sha1:9d30bec0afe93a7a2284ae8adeeb03b2b36709dc</id>
<content type='text'>
* fs: fix verbose mode when an argument is nil

* Use table.pack in more places</content>
</entry>
<entry>
<title>publishrelease: fix wiki links</title>
<updated>2020-09-25T19:39:21+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2020-09-25T19:39:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=3a356aa01db8587f7598512ca30d8a8ec8f113d1'/>
<id>urn:sha1:3a356aa01db8587f7598512ca30d8a8ec8f113d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>makedist: fix dev target</title>
<updated>2020-09-25T19:10:07+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2020-09-25T19:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=81bb55847a592dcbda2c25a4e984918c13543386'/>
<id>urn:sha1:81bb55847a592dcbda2c25a4e984918c13543386</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch '3.4.0'</title>
<updated>2020-09-25T19:02:09+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2020-09-25T19:02:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=8769313ab31e3a81fba7b9bcf133d0675eabf3ee'/>
<id>urn:sha1:8769313ab31e3a81fba7b9bcf133d0675eabf3ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 3.4.0</title>
<updated>2020-09-25T18:55:42+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2020-09-25T18:55:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=cef7218b1e25ad2bb5982c89ec01e349d6b2f3a0'/>
<id>urn:sha1:cef7218b1e25ad2bb5982c89ec01e349d6b2f3a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>makedist: fix argument handling</title>
<updated>2020-09-25T18:47:58+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2020-09-25T18:47:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=8499d5afd71e86bf3487f3c28ba509cc8b1cc823'/>
<id>urn:sha1:8499d5afd71e86bf3487f3c28ba509cc8b1cc823</id>
<content type='text'>
</content>
</entry>
</feed>
