<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luafilesystem, branch symlink_target</title>
<subtitle>A mirror of https://github.com/lunarmodules/luafilesystem
</subtitle>
<id>https://git.lua4.win/luafilesystem/atom?h=symlink_target</id>
<link rel='self' href='https://git.lua4.win/luafilesystem/atom?h=symlink_target'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/'/>
<updated>2016-06-20T23:40:01+00:00</updated>
<entry>
<title>Lua 5.1 compatibility</title>
<updated>2016-06-20T23:40:01+00:00</updated>
<author>
<name>Hisham</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2016-06-20T23:40:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=a1015fe3952e1216e3df16307189586046f83131'/>
<id>urn:sha1:a1015fe3952e1216e3df16307189586046f83131</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a 'target' field for symlinkattributes.</title>
<updated>2016-06-20T23:32:20+00:00</updated>
<author>
<name>Hisham</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2016-06-20T23:32:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=2e068eb438238cde06b87ad44bf21af2852d05b5'/>
<id>urn:sha1:2e068eb438238cde06b87ad44bf21af2852d05b5</id>
<content type='text'>
It returns the resolved path of the symlink.
</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>Include strerror(errno) into error message in lfs.attributes</title>
<updated>2016-05-05T09:12:07+00:00</updated>
<author>
<name>Peter Melnichenko</name>
<email>mpeterval@gmail.com</email>
</author>
<published>2016-05-04T12:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=1937ba848b275408e837fb49dc8a83eca6a031fe'/>
<id>urn:sha1:1937ba848b275408e837fb49dc8a83eca6a031fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add attribute name to error on invalid attribute in lfs.attributes</title>
<updated>2016-05-05T09:10:04+00:00</updated>
<author>
<name>Peter Melnichenko</name>
<email>mpeterval@gmail.com</email>
</author>
<published>2016-05-04T12:33:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=732f9e93091b7c7889d739696aed15ac1a57fde5'/>
<id>urn:sha1:732f9e93091b7c7889d739696aed15ac1a57fde5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document passing table as second argument to lfs.attributes</title>
<updated>2016-05-04T15:25:06+00:00</updated>
<author>
<name>Peter Melnichenko</name>
<email>mpeterval@gmail.com</email>
</author>
<published>2016-05-04T15:25:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=03e01ff9538a54be9f6b9ad85b5c95ddcc404c4c'/>
<id>urn:sha1:03e01ff9538a54be9f6b9ad85b5c95ddcc404c4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor set_info() using lua_setfield</title>
<updated>2016-05-04T10:40:30+00:00</updated>
<author>
<name>Peter Melnichenko</name>
<email>mpeterval@gmail.com</email>
</author>
<published>2016-05-04T10:40:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=37895218387123444d84f94cb5f9a28c09ff47a0'/>
<id>urn:sha1:37895218387123444d84f94cb5f9a28c09ff47a0</id>
<content type='text'>
About indentation: currently parts of lfs.c use 2 spaces
and parts use 8. It would be nice to slowly switch to one
of styles over some time, as code is being touched here and there.
2 spaces seem preferrable as it's what Lua itself uses.
</content>
</entry>
<entry>
<title>Update top level comments</title>
<updated>2016-05-04T10:35:55+00:00</updated>
<author>
<name>Peter Melnichenko</name>
<email>mpeterval@gmail.com</email>
</author>
<published>2016-05-04T10:35:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=5220452e3b5898be05f5d4e8c8cfbb46f06ede96'/>
<id>urn:sha1:5220452e3b5898be05f5d4e8c8cfbb46f06ede96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a warning when compiling as C++11</title>
<updated>2016-05-04T10:05:19+00:00</updated>
<author>
<name>Peter Melnichenko</name>
<email>mpeterval@gmail.com</email>
</author>
<published>2016-05-04T10:05:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=12d1f260f3dca44d0d7b89d2c5d1b6f9c310bbf1'/>
<id>urn:sha1:12d1f260f3dca44d0d7b89d2c5d1b6f9c310bbf1</id>
<content type='text'>
</content>
</entry>
</feed>
