<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks/GNUmakefile, branch v3.10.0</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=v3.10.0</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=v3.10.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2024-02-21T02:28:37+00:00</updated>
<entry>
<title>Makefile: make install target phony</title>
<updated>2024-02-21T02:28:37+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-20T23:31:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=cbd4563612993628ecae9516374c13fab2d2ea29'/>
<id>urn:sha1:cbd4563612993628ecae9516374c13fab2d2ea29</id>
<content type='text'>
Fixes #1038.
</content>
</entry>
<entry>
<title>drop cfg.lua_interpreter, use cfg.variables.LUA</title>
<updated>2024-02-18T23:49:05+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-17T18:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=d83b908a7371360d117cabbf6da099170f5fb178'/>
<id>urn:sha1:d83b908a7371360d117cabbf6da099170f5fb178</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changes for building the all-in-one binary with Lua 5.4</title>
<updated>2022-04-11T20:02:28+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-04-11T19:15:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=eddf776d64941454377f996733f96873cb79bcae'/>
<id>urn:sha1:eddf776d64941454377f996733f96873cb79bcae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support for building 64-bit Windows all-in-one binary</title>
<updated>2020-01-15T00:56:55+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2020-01-06T20:47:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=613b66c271e8b6d4c060668bfe3ca055fc35b166'/>
<id>urn:sha1:613b66c271e8b6d4c060668bfe3ca055fc35b166</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GNUmakefile: fix concatenation</title>
<updated>2019-09-05T18:59:26+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-09-05T18:59:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=d379c973744c99ee9a07c7893de1b9c7a738ff6a'/>
<id>urn:sha1:d379c973744c99ee9a07c7893de1b9c7a738ff6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ensure scripts add the prefix to the package path</title>
<updated>2019-09-02T18:06:23+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-09-02T14:57:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=078e42b295eb2d05cdd4a99a9c76a84a45292cb3'/>
<id>urn:sha1:078e42b295eb2d05cdd4a99a9c76a84a45292cb3</id>
<content type='text'>
This reverts the removal from e9215f139be7afa3af116a2039594362e4f1f2be
but keeps the addition of the custom package loader as that is
a more robust approach.

I'm not a super fan of this approach because in a cross-compiling
scenario it does leak the host package.path into the output of commands
such as `luarocks path` and building the `bin` wrappers, but at least
it is less broken than the 3.2.0 behavior, as reported by @fperrad in
issue #1070.
</content>
</entry>
<entry>
<title>Ensure that LuaRocks always finds itself</title>
<updated>2019-08-28T17:46:00+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-08-28T17:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=e9215f139be7afa3af116a2039594362e4f1f2be'/>
<id>urn:sha1:e9215f139be7afa3af116a2039594362e4f1f2be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GNUmakefile: copy config file prior to running 'luarocks init'</title>
<updated>2019-07-27T02:58:19+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-07-26T20:10:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=4dd439f804844ce82c1519eede0e9201db72ba77'/>
<id>urn:sha1:4dd439f804844ce82c1519eede0e9201db72ba77</id>
<content type='text'>
As originally suggested by @blueyed in #1043.
</content>
</entry>
<entry>
<title>GNUmakefile: unset CPATH variables in local wrapper too</title>
<updated>2019-07-13T20:10:34+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-07-13T20:10:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=4b1fd9da9068398e633d95375736956ebd5d8128'/>
<id>urn:sha1:4b1fd9da9068398e633d95375736956ebd5d8128</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not register system tree if installing to ~/.luarocks</title>
<updated>2019-03-15T02:19:39+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-03-15T00:21:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=1219cb353ead5f88b2417b3c7d86a72a4bd42a2c'/>
<id>urn:sha1:1219cb353ead5f88b2417b3c7d86a72a4bd42a2c</id>
<content type='text'>
See https://github.com/luarocks/luarocks/issues/952#issuecomment-449966779
</content>
</entry>
</feed>
