<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luafilesystem, branch 2.0</title>
<subtitle>A mirror of https://github.com/lunarmodules/luafilesystem
</subtitle>
<id>https://git.lua4.win/luafilesystem/atom?h=2.0</id>
<link rel='self' href='https://git.lua4.win/luafilesystem/atom?h=2.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/'/>
<updated>2016-10-19T05:36:11+00:00</updated>
<entry>
<title>Merge branch 'master' into 2.0</title>
<updated>2016-10-19T05:36:11+00:00</updated>
<author>
<name>Hisham</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2016-10-19T05:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=b1f0f80141fe4ddd622e7f525cd0da4d24ce72af'/>
<id>urn:sha1:b1f0f80141fe4ddd622e7f525cd0da4d24ce72af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dynamically size getcwd() buffer in get_dir function (#84)</title>
<updated>2016-10-14T22:46:54+00:00</updated>
<author>
<name>NiteHawk</name>
<email>n1tehawk@users.noreply.github.com</email>
</author>
<published>2016-10-14T22:46:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=3c4e563d9c140319e28c419f2710b51a2f6d6d24'/>
<id>urn:sha1:3c4e563d9c140319e28c419f2710b51a2f6d6d24</id>
<content type='text'>
* Dynamically size getcwd() buffer in get_dir function

This should fix issue 42.

* Fixup: Properly respect NO_GETCWD

* Fixup: Get rid of getcwd_error, handle NO_GETCWD in a single place
</content>
</entry>
<entry>
<title>Fix lfs.attributes and lfs.symlinkattributes extra argument handling</title>
<updated>2016-08-25T15:31:09+00:00</updated>
<author>
<name>Peter Melnichenko</name>
<email>mpeterval@gmail.com</email>
</author>
<published>2016-08-25T15:24:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=50919ed69ff64df51d8d586d00834fde3e901785'/>
<id>urn:sha1:50919ed69ff64df51d8d586d00834fde3e901785</id>
<content type='text'>
When the second argument is not a string, _file_info() wants to
ensure that there is a table on top of the stack: the second argument
or a new table. If a new table is pushed it's created on top immediately,
but if a table is passed as the second argument it can be followed
by extra arguments, with the last one ending up being used as a table,
causing a crash. The fix is to remove any potential extra arguments
using `lua_settop(L, 2)`.

Also added a few tests for this case. Ref #80.
</content>
</entry>
<entry>
<title>Merge pull request #78 from n1tehawk/20160716_symlink-target</title>
<updated>2016-07-18T01:10:31+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2016-07-18T01:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=4cf702d85069db13f04b06dbe1ce4b1a0314dafc'/>
<id>urn:sha1:4cf702d85069db13f04b06dbe1ce4b1a0314dafc</id>
<content type='text'>
Add a 'target' field for symlinkattributes.</content>
</entry>
<entry>
<title>Add a 'target' field for symlinkattributes.</title>
<updated>2016-07-16T13:35:27+00:00</updated>
<author>
<name>NiteHawk</name>
<email>n1tehawk@users.noreply.github.com</email>
</author>
<published>2016-07-16T13:35:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=32b355a9902e6ce7aae68926fc3f2d05856fc299'/>
<id>urn:sha1:32b355a9902e6ce7aae68926fc3f2d05856fc299</id>
<content type='text'>
It returns the resolved path of the symlink.

Original version by Hisham &lt;hisham@gobolinux.org&gt;, modified to
use a different strategy for sizing the readlink() buffer.
</content>
</entry>
<entry>
<title>Fix anchor names in documentation</title>
<updated>2016-06-30T18:17:54+00:00</updated>
<author>
<name>Peter Melnichenko</name>
<email>mpeterval@gmail.com</email>
</author>
<published>2016-06-30T18:17:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=080f74f785b2f30708ae797c15fca95a418b028a'/>
<id>urn:sha1:080f74f785b2f30708ae797c15fca95a418b028a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a test for #52.</title>
<updated>2016-06-09T10:28:56+00:00</updated>
<author>
<name>Peter Melnichenko</name>
<email>mpeterval@gmail.com</email>
</author>
<published>2016-06-09T10:28:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=7fae11cdb5a129ce798df462365b7ce60c5f4d62'/>
<id>urn:sha1:7fae11cdb5a129ce798df462365b7ce60c5f4d62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix export of luaopen_lfs on Windows (#74)</title>
<updated>2016-06-01T20:52:07+00:00</updated>
<author>
<name>Eric Cosatto</name>
<email>cosatto@nec-labs.com</email>
</author>
<published>2016-06-01T20:52:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=6e0dc7b27ce6e8a56d646071b69d7e46c85dd245'/>
<id>urn:sha1:6e0dc7b27ce6e8a56d646071b69d7e46c85dd245</id>
<content type='text'>
* Make lfs export luaopen_lfs under Windows
</content>
</entry>
<entry>
<title>Don't declare global 'lfs'</title>
<updated>2016-05-05T12:24:29+00:00</updated>
<author>
<name>Peter Melnichenko</name>
<email>mpeterval@gmail.com</email>
</author>
<published>2016-05-05T12:24:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=aa18f3e127b3d11344d6472fe3647cdf0e8a8f08'/>
<id>urn:sha1:aa18f3e127b3d11344d6472fe3647cdf0e8a8f08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a test for success return value of lfs.link</title>
<updated>2016-05-05T12:10:56+00:00</updated>
<author>
<name>Peter Melnichenko</name>
<email>mpeterval@gmail.com</email>
</author>
<published>2016-05-04T11:47:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=6d6fd631bacbdb48e94ac89f2e5ed20b1cbbcb64'/>
<id>urn:sha1:6d6fd631bacbdb48e94ac89f2e5ed20b1cbbcb64</id>
<content type='text'>
</content>
</entry>
</feed>
