<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-compat-5.3/compat53, 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>2016-05-18T17:28:08+00:00</updated>
<entry>
<title>Fix loadstring on Lua 5.1</title>
<updated>2016-05-18T17:28:08+00:00</updated>
<author>
<name>Jordi Vilalta Prat</name>
<email>jvprat@jvprat.com</email>
</author>
<published>2016-05-18T17:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=0e4c9fc887a96a6d5878d7e46cef42ceacf6e7ba'/>
<id>urn:sha1:0e4c9fc887a96a6d5878d7e46cef42ceacf6e7ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the return code of os.execute() on Windows.</title>
<updated>2016-04-25T13:46:58+00:00</updated>
<author>
<name>Jordi Vilalta Prat</name>
<email>jordi.vilalta@gameloft.com</email>
</author>
<published>2016-04-25T13:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=ee341369a1f3bb113e051154ddd3a9d78f5e30f6'/>
<id>urn:sha1:ee341369a1f3bb113e051154ddd3a9d78f5e30f6</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>Remove superfluous redefinitions.</title>
<updated>2015-08-18T01:39:46+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2015-08-18T01:39:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=b1d549ae3ffcd5352cc5e7c05f2b434b4739160e'/>
<id>urn:sha1:b1d549ae3ffcd5352cc5e7c05f2b434b4739160e</id>
<content type='text'>
By calling the `compat53.module` version of `coroutine.running` from the
`compat53` redefinition, the `main_coroutine` value can be reused and
the need for the `coroutine.status` and `coroutine.resume` redefinitions
vanishes.

Thanks @daurnimator!
</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>Compress decimal escapes for string.format("%q").</title>
<updated>2015-06-02T13:14:31+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2015-06-02T13:14:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=823345b8b4de9e2a646dbcd471e05a1c7598d378'/>
<id>urn:sha1:823345b8b4de9e2a646dbcd471e05a1c7598d378</id>
<content type='text'>
Lua 5.2+ escape all control characters using decimal escape
sequences. The previous code did the same but always used three
decimals (possibly zero-padded) no matter the following character.
The new version only uses all three decimals when another decimal
character is following.
</content>
</entry>
<entry>
<title>Fix warnings emitted by luacheck.</title>
<updated>2015-05-01T01:19:12+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2015-05-01T01:19:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=df9633cb76c08ab600ded4b3c2b2596edb5ba057'/>
<id>urn:sha1:df9633cb76c08ab600ded4b3c2b2596edb5ba057</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Choose correct xpcall implementation in compat53 module.</title>
<updated>2015-04-26T17:14:17+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2015-04-26T17:14:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=0a59104baac417a8559947ee007b35a086c3ec73'/>
<id>urn:sha1:0a59104baac417a8559947ee007b35a086c3ec73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo.</title>
<updated>2015-04-26T17:13:23+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2015-04-26T17:13:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=7a15ca6f5f158a97f17602d1cf48aa697b32edb9'/>
<id>urn:sha1:7a15ca6f5f158a97f17602d1cf48aa697b32edb9</id>
<content type='text'>
</content>
</entry>
</feed>
