<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks, branch v2.2.0</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=v2.2.0</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=v2.2.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2014-08-12T20:47:33+00:00</updated>
<entry>
<title>Make error message more specific. Closes #213.</title>
<updated>2014-08-12T20:47:33+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2014-08-12T20:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=b563ebd276fbcb6a49f2d60380d8ec51b40b54a2'/>
<id>urn:sha1:b563ebd276fbcb6a49f2d60380d8ec51b40b54a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to HTTPS by default. Closes #240.</title>
<updated>2014-08-12T20:44:04+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2014-08-12T20:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=2b93947fe732b10f542c120aff69f1fa373a46dd'/>
<id>urn:sha1:2b93947fe732b10f542c120aff69f1fa373a46dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ensure luarocks.loader sees package paths.</title>
<updated>2014-08-11T15:12:13+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2014-08-11T15:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=8dffe73a61ecbff7d4c00cdd795d819b81d3f3dd'/>
<id>urn:sha1:8dffe73a61ecbff7d4c00cdd795d819b81d3f3dd</id>
<content type='text'>
This should fix a bug reported by @tomasguisasola on 2014-07-07.
</content>
</entry>
<entry>
<title>Apply portability fixes suggested by @ignacio.</title>
<updated>2014-08-11T15:02:58+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2014-08-11T15:02:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=fa6863a19d3dd40c43975ffb4b3384d9cad40228'/>
<id>urn:sha1:fa6863a19d3dd40c43975ffb4b3384d9cad40228</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Latest FreeBSD doesn't include gcc :(</title>
<updated>2014-08-11T14:52:02+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2014-08-11T14:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=b66bc076af602d5afe1eb6f2bf0275d3e9bc2422'/>
<id>urn:sha1:b66bc076af602d5afe1eb6f2bf0275d3e9bc2422</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #231 from rrthomas/master</title>
<updated>2014-08-11T14:45:40+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2014-08-11T14:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=878fbf597431e4051712fd1495bac52cc15ae522'/>
<id>urn:sha1:878fbf597431e4051712fd1495bac52cc15ae522</id>
<content type='text'>
Make detection of LUA_DIR work with nested bin directories</content>
</entry>
<entry>
<title>Correct inaccuracy in documentation.</title>
<updated>2014-08-11T14:33:50+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2014-08-11T14:33:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=107fe26c73e4cf83c585e1072f74268bc88401b1'/>
<id>urn:sha1:107fe26c73e4cf83c585e1072f74268bc88401b1</id>
<content type='text'>
The logic for determining the default local repository can get complicated
(see luarocks/command_line.lua and luarocks/path.lua), so saying
cfg.root_dir wouldn't be quite precise either. So let's avoid the issue.
Closes #278.
</content>
</entry>
<entry>
<title>Add --with-lua-bin and improve documentation of --with-lua</title>
<updated>2014-08-05T14:56:36+00:00</updated>
<author>
<name>Reuben Thomas</name>
<email>rrt@sc3d.org</email>
</author>
<published>2014-02-11T13:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=9e58a2227622988b738166314cc8d3021112ce8e'/>
<id>urn:sha1:9e58a2227622988b738166314cc8d3021112ce8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build issue by not depending on ordering.</title>
<updated>2014-08-04T21:00:10+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2014-08-04T21:00:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=23739a7fbedcadd3ba38af11d0f3146a8ef37061'/>
<id>urn:sha1:23739a7fbedcadd3ba38af11d0f3146a8ef37061</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable API debug when in verbose mode.</title>
<updated>2014-08-04T20:59:51+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2014-08-04T20:59:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=7374302cde00991cb0e9e0a7627a86985363049f'/>
<id>urn:sha1:7374302cde00991cb0e9e0a7627a86985363049f</id>
<content type='text'>
</content>
</entry>
</feed>
