<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-compat-5.3/tests/testmod.c, branch v0.15.1</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=v0.15.1</id>
<link rel='self' href='https://git.lua4.win/lua-compat-5.3/atom?h=v0.15.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/'/>
<updated>2020-07-08T18:25:09+00:00</updated>
<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>Make test C module compile as C++ again.</title>
<updated>2018-07-29T17:26:08+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2018-07-29T17:26:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=73fb49f4323a817ef00a88bb33b9c565720556ca'/>
<id>urn:sha1:73fb49f4323a817ef00a88bb33b9c565720556ca</id>
<content type='text'>
</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>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>Verify that lua_getuservalue returns type.</title>
<updated>2018-01-13T17:47:14+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2018-01-13T17:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=30077d241b788b644fb923b4c2da628cdd2c3423'/>
<id>urn:sha1:30077d241b788b644fb923b4c2da628cdd2c3423</id>
<content type='text'>
Closes #39.
</content>
</entry>
<entry>
<title>Add Travis-CI integration</title>
<updated>2017-09-18T18:04:24+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2017-09-18T18:04:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=9cb6834fe07297ba79e7453978cf7e7d8d8c339a'/>
<id>urn:sha1:9cb6834fe07297ba79e7453978cf7e7d8d8c339a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests for `luaL_load{buffer,file}x`.</title>
<updated>2017-09-16T15:19:35+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2017-09-16T15:19:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=09b201c87c904066e1de5d44cf1e02538970c168'/>
<id>urn:sha1:09b201c87c904066e1de5d44cf1e02538970c168</id>
<content type='text'>
Fix bug regarding empty input in `lua_load`.
Adapt error message and error code.
</content>
</entry>
<entry>
<title>Handle edge case for lua_pushlstring(). Add test.</title>
<updated>2017-08-27T08:16:23+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2017-08-27T08:16:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=67aabb83a1eeea860b1a9a2104c90b80a523268a'/>
<id>urn:sha1:67aabb83a1eeea860b1a9a2104c90b80a523268a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>luaL_newmetatable sets __name on all Lua versions.</title>
<updated>2015-07-10T23:14:47+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2015-07-10T23:14:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=fb114d8dc6810133ba9e10d75fa9887ee169bf5d'/>
<id>urn:sha1:fb114d8dc6810133ba9e10d75fa9887ee169bf5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add luaL_execresult to C API.</title>
<updated>2015-05-20T05:25:48+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2015-05-20T05:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=ba065189ae67822ac9c69cc6ba633e3e8e123ef6'/>
<id>urn:sha1:ba065189ae67822ac9c69cc6ba633e3e8e123ef6</id>
<content type='text'>
</content>
</entry>
</feed>
