<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks/src, branch v3.9.1</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=v3.9.1</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=v3.9.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2022-07-01T18:56:35+00:00</updated>
<entry>
<title>Release 3.9.1</title>
<updated>2022-07-01T18:56:35+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-07-01T18:56:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=0e3f817f57ef6280d8e35a9954befaf05bdab61b'/>
<id>urn:sha1:0e3f817f57ef6280d8e35a9954befaf05bdab61b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deps: sanity check on luajitver</title>
<updated>2022-06-06T20:14:52+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-06-06T18:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=341943e3184014c8bdf629fcffced1c32b3e799d'/>
<id>urn:sha1:341943e3184014c8bdf629fcffced1c32b3e799d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>loader.which: new option for searching package.path and cpath</title>
<updated>2022-06-06T20:14:52+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-06-06T18:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=bec4a9cbf72c8e392163f50f7b6bbb18763d9f90'/>
<id>urn:sha1:bec4a9cbf72c8e392163f50f7b6bbb18763d9f90</id>
<content type='text'>
Adds a new second argument, `where`, a string which indicates places
to search for the module.

If `where` contains "l", it will search using the LuaRocks loader; if it
contains "p", it will look in the filesystem using package.path and
package.cpath. You can use both at the same time.

If successful, it will return four values.

* If found using the LuaRocks loader, it will return:
   * filename of the module (eg. "/usr/local/lib/lua/5.1/socket/core.so"),
   * rock name
   * rock version
   * "l" to indicate the match comes from the loader.

* If found scanning package.path and package.cpath, it will return:
   * filename of the module (eg. "/usr/local/lib/lua/5.1/socket/core.so"),
   * "path" or "cpath"
   * nil
   * "p" to indicate the match comes from scanning package.path and cpath.

If unsuccessful, nothing is returned.
</content>
</entry>
<entry>
<title>test: perform variable substitutions in test.flags</title>
<updated>2022-06-06T20:14:52+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-06-06T18:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=292a274fd02b88a729d474b544829c53e138a57b'/>
<id>urn:sha1:292a274fd02b88a729d474b544829c53e138a57b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix error message when Lua library is not found</title>
<updated>2022-05-18T03:25:22+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-05-18T03:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=dc52ff76136d23e0f97ce8f6abc98d399851c9d2'/>
<id>urn:sha1:dc52ff76136d23e0f97ce8f6abc98d399851c9d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add --no-project flag to override .luarocks project dir</title>
<updated>2022-05-03T15:58:17+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-05-03T15:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=c07e6812fff52424baa1ebf6117bb3fb11636083'/>
<id>urn:sha1:c07e6812fff52424baa1ebf6117bb3fb11636083</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deps: be more lenient in library version check</title>
<updated>2022-04-16T21:25:14+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-04-16T21:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=a405d1a5f6c9eb7249a9271ca23ff1f701f91cfe'/>
<id>urn:sha1:a405d1a5f6c9eb7249a9271ca23ff1f701f91cfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deps: verify version mismatch when checking for Lua library</title>
<updated>2022-04-16T20:33:29+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-04-16T20:33:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=26b746fcda935094984ed73af556771c0cd5f744'/>
<id>urn:sha1:26b746fcda935094984ed73af556771c0cd5f744</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deps: better error message when lua.h version mismatches</title>
<updated>2022-04-16T20:15:06+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-04-16T20:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=1411cd7ea9e51eeae050fa27ea6a95190737b601'/>
<id>urn:sha1:1411cd7ea9e51eeae050fa27ea6a95190737b601</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fs.unix: fallback for when $USER variable is unset</title>
<updated>2022-04-16T20:15:06+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-09-19T17:32:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=ab5b1380c1717c22c9d6188b334e8a93c877be57'/>
<id>urn:sha1:ab5b1380c1717c22c9d6188b334e8a93c877be57</id>
<content type='text'>
Also, declare Unix version of current_user in
luarocks.fs.unix.tools, so that the pure-Lua version
based on LuaPosix takes precedence when available.
</content>
</entry>
</feed>
