<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-compat-5.3/compat53.lua, 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>2015-04-11T15:09:37+00:00</updated>
<entry>
<title>split compat53 Lua module into separate modules that do/don't modify the global env</title>
<updated>2015-04-11T15:09:37+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2015-04-11T15:09:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=ddeb3f7a1e25667694eaf3c8bf639b66d6809cb4'/>
<id>urn:sha1:ddeb3f7a1e25667694eaf3c8bf639b66d6809cb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove some references to global variables</title>
<updated>2015-02-23T19:32:11+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2015-02-23T19:32:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=b459455e78e6c24d257982e3961142182bfe0e06'/>
<id>urn:sha1:b459455e78e6c24d257982e3961142182bfe0e06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use Lua 5.3's source for string packing</title>
<updated>2015-01-21T13:37:41+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2015-01-21T13:37:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=eec3f9e44bee334542348bdd1d428417e22ed5e5'/>
<id>urn:sha1:eec3f9e44bee334542348bdd1d428417e22ed5e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>luajit already has yieldable (x)pcall, add tests for code from compat52</title>
<updated>2015-01-20T10:35:16+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2015-01-20T10:35:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=866cb79f65c844b3fcfa99d2caa4bf19930dbc6d'/>
<id>urn:sha1:866cb79f65c844b3fcfa99d2caa4bf19930dbc6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use table library from Lua 5.3 sources if available</title>
<updated>2015-01-20T00:15:00+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2015-01-20T00:15:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=e52c3c4e7af665acd23e63fd3ae85f2c8ae87e49'/>
<id>urn:sha1:e52c3c4e7af665acd23e63fd3ae85f2c8ae87e49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>prepare to use ltablib.c from 5.3 for table library</title>
<updated>2015-01-19T18:12:24+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2015-01-19T18:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=f7f85b0826f7006b8dcc040111cd0ef8d42c2352'/>
<id>urn:sha1:f7f85b0826f7006b8dcc040111cd0ef8d42c2352</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add table.sort, add code from lua-compat-5.2</title>
<updated>2015-01-18T17:36:21+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2015-01-18T17:36:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=1806cdc571215fa82d6ffde3aa75204861aa6cb5'/>
<id>urn:sha1:1806cdc571215fa82d6ffde3aa75204861aa6cb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>table library (except table.sort for now) respects metamethods</title>
<updated>2015-01-17T19:36:32+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2015-01-17T19:36:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=4c062846ae003dd747dfcd3eca91493c7eee4f50'/>
<id>urn:sha1:4c062846ae003dd747dfcd3eca91493c7eee4f50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add ipairs function that respects __index</title>
<updated>2015-01-17T01:17:25+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2015-01-17T01:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=64783408a4a108812f22268c12f71c75f5399d81'/>
<id>urn:sha1:64783408a4a108812f22268c12f71c75f5399d81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add new fields to math library</title>
<updated>2015-01-16T16:07:02+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2015-01-16T16:07:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=6124b7b5e687eff120507dccfe98b72b7ddb702d'/>
<id>urn:sha1:6124b7b5e687eff120507dccfe98b72b7ddb702d</id>
<content type='text'>
</content>
</entry>
</feed>
