<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-compat-5.3/tests, branch strerror</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=strerror</id>
<link rel='self' href='https://git.lua4.win/lua-compat-5.3/atom?h=strerror'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/'/>
<updated>2017-09-18T18:04:24+00:00</updated>
<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>Add tests for luaL_tolstring and string.pack.</title>
<updated>2017-08-09T21:07:31+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2017-08-09T21:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=574c0905c1ab394b20e4a763d0f85c042c3cd45b'/>
<id>urn:sha1:574c0905c1ab394b20e4a763d0f85c042c3cd45b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify utf8 helper function.</title>
<updated>2016-02-05T12:50:08+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2016-02-05T12:50:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=2c732b8c8831e656863a40530de2548615fa1ceb'/>
<id>urn:sha1:2c732b8c8831e656863a40530de2548615fa1ceb</id>
<content type='text'>
There's no need for `compat_utf8_escape()` to be a vararg function.
Remove default templates from `package.path`.
</content>
</entry>
<entry>
<title>Add tests for utf8 backport.</title>
<updated>2016-01-24T17:54:14+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2016-01-24T17:54:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=af8c4896960770c0268ac3281d0622a0c0694dc5'/>
<id>urn:sha1:af8c4896960770c0268ac3281d0622a0c0694dc5</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>
<entry>
<title>Make '*' optional for io.read() and io.lines().</title>
<updated>2015-08-22T22:38:38+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2015-08-22T22:38:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=65658e90ffcf6a84f13ec7c781c228e4e36f1799'/>
<id>urn:sha1:65658e90ffcf6a84f13ec7c781c228e4e36f1799</id>
<content type='text'>
</content>
</entry>
<entry>
<title>assert() can handle non-string errors.</title>
<updated>2015-08-17T22:49:22+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2015-08-17T22:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=db7cb39cdd973deca26ad96d5a478a4ba1d98f30'/>
<id>urn:sha1:db7cb39cdd973deca26ad96d5a478a4ba1d98f30</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>
</feed>
