<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks, 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>tests: tests for util.variable_substitutions</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:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=42c5886178e5ca0cf4796ad45b1594087cb8da4e'/>
<id>urn:sha1:42c5886178e5ca0cf4796ad45b1594087cb8da4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rockspec: pass lua_dir and lua_interpreter to busted.</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:30:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=781a8f8495fc9adea5af2840333c7ab14e9aa183'/>
<id>urn:sha1:781a8f8495fc9adea5af2840333c7ab14e9aa183</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>tests: accept full path in -Xhelper lua_interpreter</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:25:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=4ef2c181d9f76d01c1a6b58232e5d0dfe8679bf7'/>
<id>urn:sha1:4ef2c181d9f76d01c1a6b58232e5d0dfe8679bf7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>binary build: help autodetection of the crosscompiled Lua libraries</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:24:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=b4b5635130b2cc0c4d29f8cd754bfe3a829ba7ec'/>
<id>urn:sha1:b4b5635130b2cc0c4d29f8cd754bfe3a829ba7ec</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>Fix build of Windows binary</title>
<updated>2022-05-03T15:59:47+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-05-03T15:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=6f9d42bd4e08e0d567ce41d127848fd46c63787e'/>
<id>urn:sha1:6f9d42bd4e08e0d567ce41d127848fd46c63787e</id>
<content type='text'>
Fixes #1412.
</content>
</entry>
</feed>
