<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-compat-5.3/c-api, 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-03-16T15:24:15+00:00</updated>
<entry>
<title>Update version checks for Lua 5.5</title>
<updated>2026-03-16T15:24:15+00:00</updated>
<author>
<name>tobil4sk</name>
<email>tobil4sk@outlook.com</email>
</author>
<published>2026-03-16T15:24:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=9c6f75a88db1462ff655dc006588b25d3bc2a5be'/>
<id>urn:sha1:9c6f75a88db1462ff655dc006588b25d3bc2a5be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>strerror_r is not available on mingw (#57)</title>
<updated>2022-08-01T14:18:34+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-08-01T14:18:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=8f8e4c6adb43e107f5902e784ef207dc3c8ca06b'/>
<id>urn:sha1:8f8e4c6adb43e107f5902e784ef207dc3c8ca06b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert lua_pushlstring from a macro to a function (#55)</title>
<updated>2021-12-18T10:01:43+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2021-12-18T10:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=22021d7e013dde01376d74e8e09cb00402bd7042'/>
<id>urn:sha1:22021d7e013dde01376d74e8e09cb00402bd7042</id>
<content type='text'>
This should avoid issues with multiple evaluations of the arguments,
which should be very rare, but could in principle happen.</content>
</entry>
<entry>
<title>Make it usable on Lua 5.4</title>
<updated>2020-07-08T18:25:09+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2020-07-08T18:25:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=931652ad9ef34c99e53007de9f92bfd5a397a219'/>
<id>urn:sha1:931652ad9ef34c99e53007de9f92bfd5a397a219</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix feature detection for strerror_r</title>
<updated>2018-12-15T09:38:42+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2018-12-15T09:38:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=01a43c04a5afa8e48364607de57ef7c80e22d1ea'/>
<id>urn:sha1:01a43c04a5afa8e48364607de57ef7c80e22d1ea</id>
<content type='text'>
Closes #44.
</content>
</entry>
<entry>
<title>Fix structure initialization in compat53 lua_load</title>
<updated>2018-12-15T09:10:23+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2018-12-15T09:10:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=71293f70f4e3180ea0659eb41a2fa5b1bd185205'/>
<id>urn:sha1:71293f70f4e3180ea0659eb41a2fa5b1bd185205</id>
<content type='text'>
Closes #45.
</content>
</entry>
<entry>
<title>Add an implementation of `lua_getextraspace()`.</title>
<updated>2018-07-27T05:35:24+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2018-07-27T05:35:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=c325be435c64be57cf2210fa6936af0d425d0ce0'/>
<id>urn:sha1:c325be435c64be57cf2210fa6936af0d425d0ce0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix feature test for C11 Annex K (strerror_s).</title>
<updated>2018-04-26T05:30:08+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2018-04-26T05:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=daebe77a2f498817713df37f0bb316db1d82222f'/>
<id>urn:sha1:daebe77a2f498817713df37f0bb316db1d82222f</id>
<content type='text'>
Fixes #41.
</content>
</entry>
<entry>
<title>Provide strict lua_tointegerx for Lua 5.2 as well.</title>
<updated>2018-02-11T11:44:09+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2018-02-11T11:44:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=d48f7f5e0932f573d18952642cfbd6da017f431c'/>
<id>urn:sha1:d48f7f5e0932f573d18952642cfbd6da017f431c</id>
<content type='text'>
Closes #40.
</content>
</entry>
<entry>
<title>lua_tointeger(x) rejects non-ints for Lua 5.1.</title>
<updated>2018-01-13T18:57:19+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2018-01-13T18:57:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=340f2f4777e8ad427a364c9c1ef562d40c60cb1d'/>
<id>urn:sha1:340f2f4777e8ad427a364c9c1ef562d40c60cb1d</id>
<content type='text'>
</content>
</entry>
</feed>
