<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-compat-5.3/c-api, branch fix-pushlstring</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=fix-pushlstring</id>
<link rel='self' href='https://git.lua4.win/lua-compat-5.3/atom?h=fix-pushlstring'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/'/>
<updated>2021-11-21T13:43:00+00:00</updated>
<entry>
<title>Convert lua_pushlstring from a macro to a function</title>
<updated>2021-11-21T13:43:00+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2021-11-21T13:43:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=1844472502fa8e56d90e861d45f85d8fd8957b48'/>
<id>urn:sha1:1844472502fa8e56d90e861d45f85d8fd8957b48</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>
<entry>
<title>fix VC warnings for integer down-conversions to char</title>
<updated>2017-10-04T12:23:09+00:00</updated>
<author>
<name>ThePhD</name>
<email>phdofthehouse@gmail.com</email>
</author>
<published>2017-10-04T12:23:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=3615e44bbee382d2185534445c00913e67852db1'/>
<id>urn:sha1:3615e44bbee382d2185534445c00913e67852db1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add braces and suppress warning.</title>
<updated>2017-09-24T12:36:58+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2017-09-24T12:36:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=447decaaf902ad9c461a6df2bbe702481f3d7786'/>
<id>urn:sha1:447decaaf902ad9c461a6df2bbe702481f3d7786</id>
<content type='text'>
</content>
</entry>
</feed>
