<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luafilesystem/src, branch v1_6_3</title>
<subtitle>A mirror of https://github.com/lunarmodules/luafilesystem
</subtitle>
<id>https://git.lua4.win/luafilesystem/atom?h=v1_6_3</id>
<link rel='self' href='https://git.lua4.win/luafilesystem/atom?h=v1_6_3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/'/>
<updated>2015-01-15T18:58:20+00:00</updated>
<entry>
<title>Prepare for release 1.6.3</title>
<updated>2015-01-15T18:58:20+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2015-01-15T18:58:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=8014725009e195ffb502bcd65ca4e93b60a1b21c'/>
<id>urn:sha1:8014725009e195ffb502bcd65ca4e93b60a1b21c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup use of explicit \0</title>
<updated>2015-01-15T18:50:01+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2015-01-15T18:50:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=0a82aae451c5c95ceacb5fcb235f4d1ea964f5f5'/>
<id>urn:sha1:0a82aae451c5c95ceacb5fcb235f4d1ea964f5f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated to support Lua 5.3. Fixed to supress warnings in windows. Removed extra null byte off of const string (windows only).</title>
<updated>2015-01-15T18:39:51+00:00</updated>
<author>
<name>Andrew Starks</name>
<email>andrew.starks@trms.com</email>
</author>
<published>2015-01-15T18:39:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=e798c4f07f2c355256076ebcc5ff779a8548c806'/>
<id>urn:sha1:e798c4f07f2c355256076ebcc5ff779a8548c806</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #46 from moteus/master</title>
<updated>2014-11-12T17:57:35+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2014-11-12T17:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=5422c7ac6beb2231f41a523ddcd6dfbe16d8b952'/>
<id>urn:sha1:5422c7ac6beb2231f41a523ddcd6dfbe16d8b952</id>
<content type='text'>
Add. Travis files.</content>
</entry>
<entry>
<title>Fix. Support Lua 5.3.beta</title>
<updated>2014-11-12T10:51:55+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>mimir@newmail.ru</email>
</author>
<published>2014-11-12T10:44:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=8f2949974a6329296cb643bd9507983e8b589d9a'/>
<id>urn:sha1:8f2949974a6329296cb643bd9507983e8b589d9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add LFS_DO_NOT_USE_LARGE_FILE flag</title>
<updated>2014-09-25T17:26:12+00:00</updated>
<author>
<name>Mikhael-Danilov</name>
<email>mikhaeldanilov@gmail.com</email>
</author>
<published>2014-09-25T17:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=40171f36b31aee113375fe9ccbfcdec579b1355d'/>
<id>urn:sha1:40171f36b31aee113375fe9ccbfcdec579b1355d</id>
<content type='text'>
Which disables LARGE_FILE support</content>
</entry>
<entry>
<title>Fix. Compile with MSVC and with gcc without `-std=c99`</title>
<updated>2014-08-13T13:18:42+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>mimir@newmail.ru</email>
</author>
<published>2014-08-13T13:18:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=ebe20b66f095c8f89a5c1d16c5bd3cc98dad29ee'/>
<id>urn:sha1:ebe20b66f095c8f89a5c1d16c5bd3cc98dad29ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix lfs.attributes(file, 'blksize')</title>
<updated>2014-08-09T10:33:33+00:00</updated>
<author>
<name>Stefan Hoffmann</name>
<email>stefan991@gmail.com</email>
</author>
<published>2014-08-09T10:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=4437e194558279b31878965d1c4b2188b1a8cf39'/>
<id>urn:sha1:4437e194558279b31878965d1c4b2188b1a8cf39</id>
<content type='text'>
fs.attributes(file, 'blksize') and fs.attributes(file, 'blocks) return
the wrong values.
Compare the whole attribute name instead of the first char and remove
buggy special casing with wrong indexes into the member array.
</content>
</entry>
<entry>
<title>Fix. Prevents double close the same handle (#24)</title>
<updated>2014-01-08T13:18:31+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>mimir@newmail.ru</email>
</author>
<published>2014-01-08T13:18:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=cc6007171bc30aaa2508d88bef58f40235ef1e63'/>
<id>urn:sha1:cc6007171bc30aaa2508d88bef58f40235ef1e63</id>
<content type='text'>
lfs_unlock_dir can be called multiple times for the same object.
For example if lock:free is called manually.
Then lfs_unlock_dir will be called always
again, as soon as the LOCK_METATABLE is collected by GC.
This can lead to strange file errors later on, like closing
another file, which now has been assigned the same handle...</content>
</entry>
<entry>
<title>Fix. Use intptr_t to file handle on Windows (#26)</title>
<updated>2014-01-04T07:02:16+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>mimir@newmail.ru</email>
</author>
<published>2014-01-04T07:02:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=ab8348e9bc404705a88bd1a9736dc9d947882fec'/>
<id>urn:sha1:ab8348e9bc404705a88bd1a9736dc9d947882fec</id>
<content type='text'>
Tested on MS VS2008(x32) MinGW(x32) and MS VS2012(x64)</content>
</entry>
</feed>
