<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-compat-5.3, 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-24T12:36:58+00:00</updated>
<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>
<entry>
<title>Do less stuff when sz is 0 in compat53_strerror().</title>
<updated>2017-09-23T08:58:47+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2017-09-23T08:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=b7829017581164c3e5dda24e3b187c0833b37dbf'/>
<id>urn:sha1:b7829017581164c3e5dda24e3b187c0833b37dbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Transparently handle GNU/XSI strerror_r.</title>
<updated>2017-09-23T02:31:42+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2017-09-23T02:31:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=9895acb9809cab5812277464a3c94a821d3c3af8'/>
<id>urn:sha1:9895acb9809cab5812277464a3c94a821d3c3af8</id>
<content type='text'>
Closes #36.
</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>Fix links in the README.md.</title>
<updated>2017-09-16T15:42:57+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2017-09-16T15:42:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=ee2d198f62aeb52751db934a537ee6b0ef164662'/>
<id>urn:sha1:ee2d198f62aeb52751db934a537ee6b0ef164662</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'ThePhD-feature/luaL_loadfilebufferx'</title>
<updated>2017-09-16T15:27:20+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2017-09-16T15:27:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=c381aa35a9ca135aba4f512728c11e7fe14b12d0'/>
<id>urn:sha1:c381aa35a9ca135aba4f512728c11e7fe14b12d0</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>Add Lua 5.3 version of `lua_load`.</title>
<updated>2017-09-16T13:11:29+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2017-09-16T13:11:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=3b52d81dcf1b5d6d49e1837612e207b2cab6b74d'/>
<id>urn:sha1:3b52d81dcf1b5d6d49e1837612e207b2cab6b74d</id>
<content type='text'>
Change `luaL_loadfilex` to use the modified `lua_load` function.
Add more credits to the README.md.
</content>
</entry>
<entry>
<title>Merge branch 'feature/luaL_loadfilebufferx' of https://github.com/ThePhD/lua-compat-5.3 into ThePhD-feature/luaL_loadfilebufferx</title>
<updated>2017-09-16T11:14:29+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2017-09-16T11:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=8425f997b48b2e2bdef2b2a614472769d92da73f'/>
<id>urn:sha1:8425f997b48b2e2bdef2b2a614472769d92da73f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'daurnimator-luaL_Stream'</title>
<updated>2017-09-16T11:09:49+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2017-09-16T11:09:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=9435c6c2e1f1373a5a9ffdb85a1a63ee0b7e6057'/>
<id>urn:sha1:9435c6c2e1f1373a5a9ffdb85a1a63ee0b7e6057</id>
<content type='text'>
</content>
</entry>
</feed>
