<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luafilesystem/src, branch master</title>
<subtitle>A mirror of https://github.com/lunarmodules/luafilesystem
</subtitle>
<id>https://git.lua4.win/luafilesystem/atom?h=master</id>
<link rel='self' href='https://git.lua4.win/luafilesystem/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/'/>
<updated>2025-12-28T18:48:49+00:00</updated>
<entry>
<title>Release 1.9.0</title>
<updated>2025-12-28T18:48:49+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>--unset</email>
</author>
<published>2025-12-28T18:48:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=a186cca5833691e830ed255e38ace8ff6b870dbf'/>
<id>urn:sha1:a186cca5833691e830ed255e38ace8ff6b870dbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support Lua 5.5 (#180)</title>
<updated>2025-12-28T18:43:56+00:00</updated>
<author>
<name>Kim Alvefur</name>
<email>zash@zash.se</email>
</author>
<published>2025-12-28T18:43:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=31dcb88b128b06cdc2767440cfe685f0890a077f'/>
<id>urn:sha1:31dcb88b128b06cdc2767440cfe685f0890a077f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>win32: declare lfs_win32_pusherror, windowsToUnixTime, lfs_win32_lstat as static</title>
<updated>2024-10-28T20:30:52+00:00</updated>
<author>
<name>FractalU</name>
<email>r.beckmann@protonmail.com</email>
</author>
<published>2024-10-28T11:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=09511782201302ade916d4b250d01a6c61b56844'/>
<id>urn:sha1:09511782201302ade916d4b250d01a6c61b56844</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explicitly cast void * pointers - allows code to build cleanly as C++. (#165)</title>
<updated>2023-12-12T23:18:01+00:00</updated>
<author>
<name>Vas Crabb</name>
<email>cuavas@users.noreply.github.com</email>
</author>
<published>2023-12-12T23:18:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=97b522ec123acb28971f19953fb6558fe79daabf'/>
<id>urn:sha1:97b522ec123acb28971f19953fb6558fe79daabf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a few compiler warnings (#171)</title>
<updated>2023-12-12T23:05:42+00:00</updated>
<author>
<name>rpatters1</name>
<email>rpatters1@users.noreply.github.com</email>
</author>
<published>2023-12-12T23:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=472cd783d7a98f6dfe549ac0d59f3fe8f2ea59c8'/>
<id>urn:sha1:472cd783d7a98f6dfe549ac0d59f3fe8f2ea59c8</id>
<content type='text'>
Fixes warnings (probably) introduced with 64-bit. Mainly explicit typecasts to int to silence "possible loss of precision" warnings. These are lengths of filenames, so they're not going to exceed 4GB.</content>
</entry>
<entry>
<title>keplerproject -&gt; lunarmodules</title>
<updated>2022-07-26T15:40:59+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-07-26T15:40:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=912e06714fc276c15b4d5d1b42bd2b11edb8deff'/>
<id>urn:sha1:912e06714fc276c15b4d5d1b42bd2b11edb8deff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>win32: use standard memmove function</title>
<updated>2022-07-15T20:09:35+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-06-24T13:24:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=e4eae33de5045e644c77fc3e1ae9b8373c82a1a2'/>
<id>urn:sha1:e4eae33de5045e644c77fc3e1ae9b8373c82a1a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 1.8.0</title>
<updated>2020-04-23T01:16:42+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2020-04-23T01:16:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=7c6e1b013caec0602ca4796df3b1d7253a2dd258'/>
<id>urn:sha1:7c6e1b013caec0602ca4796df3b1d7253a2dd258</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lua 5.4: use __close to close dir if you break the iterator</title>
<updated>2020-04-22T14:30:28+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2020-04-21T22:38:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=842505b6a33d0b0e2445568ea42f2adbf3c4eb77'/>
<id>urn:sha1:842505b6a33d0b0e2445568ea42f2adbf3c4eb77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>indent -kr -nut -i2 src/lfs.c src/lfs.h</title>
<updated>2020-04-22T14:30:28+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2020-04-21T21:58:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=3e879ffba1b66ede11a038ba46d55475a51e538b'/>
<id>urn:sha1:3e879ffba1b66ede11a038ba46d55475a51e538b</id>
<content type='text'>
</content>
</entry>
</feed>
