<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/ltablib.c, branch v5-2-alpha</title>
<subtitle>github.com: lua/lua.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/'/>
<entry>
<title>removed deprecated functions getn-foreach-foreachi</title>
<updated>2010-11-23T17:21:14+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-11-23T17:21:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=5b33e398557d7afad4a916bb483e9894e4b9b3d4'/>
<id>5b33e398557d7afad4a916bb483e9894e4b9b3d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>corrected warnings from different compilers (mostly casts and small</title>
<updated>2010-10-25T19:01:37+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-10-25T19:01:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=4590a89b32b62c75fca7ced96c282c7793b8885c'/>
<id>4590a89b32b62c75fca7ced96c282c7793b8885c</id>
<content type='text'>
details)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
details)
</pre>
</div>
</content>
</entry>
<entry>
<title>new module policy: C modules do not create globals and do not register</title>
<updated>2010-07-02T11:38:13+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-07-02T11:38:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=7192afafeeb1a96b3de60af90a72cd8762b09d94'/>
<id>7192afafeeb1a96b3de60af90a72cd8762b09d94</id>
<content type='text'>
themselves with 'require' (let 'require' do its work); new auxiliary
functions luaL_newlib/luaL_newlibtable/luaL_setfuncs/luaL_requiref.
Old luaL_register will be deprecated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
themselves with 'require' (let 'require' do its work); new auxiliary
functions luaL_newlib/luaL_newlibtable/luaL_setfuncs/luaL_requiref.
Old luaL_register will be deprecated.
</pre>
</div>
</content>
</entry>
<entry>
<title>better definitions for lua_[gs]etglobal + less uses of ENVIRONINDEX</title>
<updated>2010-03-13T03:57:46+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-03-13T03:57:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=489253d7530e372da8807f1ad083928c3545f772'/>
<id>489253d7530e372da8807f1ad083928c3545f772</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>table.pack was locking last result, avoiding its collection</title>
<updated>2010-01-13T19:59:10+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-01-13T19:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=193ce46970dda16e129ebb28cae085ecf469d702'/>
<id>193ce46970dda16e129ebb28cae085ecf469d702</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>'unpack' moved to table library (and therefore "renamed" to</title>
<updated>2009-12-28T16:30:31+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2009-12-28T16:30:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=0dc09cb42e558aabf9ffca397b5588e6ee2fecfa'/>
<id>0dc09cb42e558aabf9ffca397b5588e6ee2fecfa</id>
<content type='text'>
'table.unpack'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'table.unpack'.
</pre>
</div>
</content>
</entry>
<entry>
<title>code for error message for 'setn' removed</title>
<updated>2009-12-18T16:53:12+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2009-12-18T16:53:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=3cb343efd644fb771b6d8193406afd49527dc1ec'/>
<id>3cb343efd644fb771b6d8193406afd49527dc1ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len'</title>
<updated>2009-12-17T16:20:01+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2009-12-17T16:20:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=c3a6f3fa1c6360d4ea2e32f9415f51e8e55093b4'/>
<id>c3a6f3fa1c6360d4ea2e32f9415f51e8e55093b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new 'table.pack' function</title>
<updated>2009-12-07T15:50:27+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2009-12-07T15:50:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=a4472490bc4b2c5802b98d0b27b77a4353eff867'/>
<id>a4472490bc4b2c5802b98d0b27b77a4353eff867</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>'table.maxn' deprecated</title>
<updated>2009-11-26T17:35:13+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2009-11-26T17:35:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=93695db90382fc00b054e1db177985d6a8fa1609'/>
<id>93695db90382fc00b054e1db177985d6a8fa1609</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
