<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-compat-5.3/compat53, branch master</title>
<subtitle>A mirror of https://github.com/lunarmodules/lua-compat-5.3.git
</subtitle>
<id>https://git.lua4.win/lua-compat-5.3/atom?h=master</id>
<link rel='self' href='https://git.lua4.win/lua-compat-5.3/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/'/>
<updated>2026-02-01T21:20:57+00:00</updated>
<entry>
<title>assert: skip compat53 itself from the stacktrace</title>
<updated>2026-02-01T21:20:57+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>--unset</email>
</author>
<published>2026-02-01T21:20:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=1f6b82a08574b66995181889b786fd22a003f7d3'/>
<id>urn:sha1:1f6b82a08574b66995181889b786fd22a003f7d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve compatibility with FILE* metatype on LuaJIT</title>
<updated>2026-02-01T20:31:55+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>--unset</email>
</author>
<published>2026-02-01T20:31:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=bb24943ca32db3a901a837468f104dea78c9271c'/>
<id>urn:sha1:bb24943ca32db3a901a837468f104dea78c9271c</id>
<content type='text'>
Fixes #70.
</content>
</entry>
<entry>
<title>prevent loops when loading files within require</title>
<updated>2025-01-23T09:24:49+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2025-01-23T09:24:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=4f445bfaf6d970d7df1479b960fa4f2bac63047c'/>
<id>urn:sha1:4f445bfaf6d970d7df1479b960fa4f2bac63047c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: return third result in file-opening functions</title>
<updated>2024-08-30T16:22:36+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-08-30T16:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=13e14049fb6614ba7162b60b0d03d5891021572a'/>
<id>urn:sha1:13e14049fb6614ba7162b60b0d03d5891021572a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adjust file metatables even in compat53.module mode (#67)</title>
<updated>2024-08-29T20:16:49+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-08-29T20:16:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=7a82c38437075cb2beb2fe7c6453aa91e019d6b7'/>
<id>urn:sha1:7a82c38437075cb2beb2fe7c6453aa91e019d6b7</id>
<content type='text'>
* adjust file metatables even in compat53.module mode

* apply tweaks only to LuaJIT; file:write() only to compat=none</content>
</entry>
<entry>
<title>fix: math.tointeger accepts strings convertible to integers (#66)</title>
<updated>2024-08-29T20:14:46+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-08-29T20:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=1c679a282bf1255cddfbb6b3e8c5c72d9ebe57e8'/>
<id>urn:sha1:1c679a282bf1255cddfbb6b3e8c5c72d9ebe57e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support getting io.popen results on file:close() on PUC-Rio Lua 5.1 (#53)</title>
<updated>2023-09-13T22:40:22+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2023-09-13T22:40:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=b182b416169dc5286df737b7bf64dd6be1bb8eef'/>
<id>urn:sha1:b182b416169dc5286df737b7bf64dd6be1bb8eef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix loadstring on Lua 5.1</title>
<updated>2016-05-18T17:28:08+00:00</updated>
<author>
<name>Jordi Vilalta Prat</name>
<email>jvprat@jvprat.com</email>
</author>
<published>2016-05-18T17:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=0e4c9fc887a96a6d5878d7e46cef42ceacf6e7ba'/>
<id>urn:sha1:0e4c9fc887a96a6d5878d7e46cef42ceacf6e7ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the return code of os.execute() on Windows.</title>
<updated>2016-04-25T13:46:58+00:00</updated>
<author>
<name>Jordi Vilalta Prat</name>
<email>jordi.vilalta@gameloft.com</email>
</author>
<published>2016-04-25T13:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=ee341369a1f3bb113e051154ddd3a9d78f5e30f6'/>
<id>urn:sha1:ee341369a1f3bb113e051154ddd3a9d78f5e30f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make '*' optional for file:lines() and file:read().</title>
<updated>2015-08-23T23:39:46+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2015-08-23T23:39:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=7baf0a38ca7ed07784ad3e08e8e85b66de05eae6'/>
<id>urn:sha1:7baf0a38ca7ed07784ad3e08e8e85b66de05eae6</id>
<content type='text'>
</content>
</entry>
</feed>
