<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/ltable.h, branch v5-3-2</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>bug: despite its name, 'luaH_getstr' did not work for strings in</title>
<updated>2015-11-03T15:47:30+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-11-03T15:47:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=46de77b219e381ff8553fdba0f52b319c00ea1e1'/>
<id>46de77b219e381ff8553fdba0f52b319c00ea1e1</id>
<content type='text'>
general, but only for short strings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
general, but only for short strings
</pre>
</div>
</content>
</entry>
<entry>
<title>size for array part of a table ('sizearray') changed from 'int' to</title>
<updated>2014-09-04T18:15:29+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-09-04T18:15:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=3a15c7ce4338de8414239a898f6c121294b4dde7'/>
<id>3a15c7ce4338de8414239a898f6c121294b4dde7</id>
<content type='text'>
'unsigned int', which allows twice as many elements in the array part
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'unsigned int', which allows twice as many elements in the array part
</pre>
</div>
</content>
</entry>
<entry>
<title>simpler definition for 'setobj' (trust the compiler for the assignment)</title>
<updated>2014-07-29T16:22:24+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-07-29T16:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=07c7fdb9df82c7fc4ae501e21262f781df4ae5e5'/>
<id>07c7fdb9df82c7fc4ae501e21262f781df4ae5e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bug (GC can collect long identifier during parser) + change (using</title>
<updated>2013-08-30T16:01:37+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2013-08-30T16:01:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=8ef9e8460e775793f760deb28d0c3d10dda31b49'/>
<id>8ef9e8460e775793f760deb28d0c3d10dda31b49</id>
<content type='text'>
a single constant table for all functions in a chunk)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a single constant table for all functions in a chunk)
</pre>
</div>
</content>
</entry>
<entry>
<title>"integer" keys in tables are now lua_Integer, not 'int'.</title>
<updated>2013-04-26T15:39:25+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2013-04-26T15:39:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=d4e6b750983febf3af0f09235169be9a9e9250d8'/>
<id>d4e6b750983febf3af0f09235169be9a9e9250d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bug: __newindex metamethod may not work if metatable is its own</title>
<updated>2011-08-17T20:26:47+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-08-17T20:26:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=89b59eee7386379e87200a86215fc6de91e49036'/>
<id>89b59eee7386379e87200a86215fc6de91e49036</id>
<content type='text'>
metatable + luaV_settable does not create entry when there is a
metamethod (and therefore entry is useless)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metatable + luaV_settable does not create entry when there is a
metamethod (and therefore entry is useless)
</pre>
</div>
</content>
</entry>
<entry>
<title>no more 'luaH_setstr (used only once) + 'luaH_setint' receives value</title>
<updated>2011-08-09T20:58:29+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-08-09T20:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=92afcf2823e5dfbe9bb10b0ed62306b6015fcfb8'/>
<id>92afcf2823e5dfbe9bb10b0ed62306b6015fcfb8</id>
<content type='text'>
to be set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to be set.
</pre>
</div>
</content>
</entry>
<entry>
<title>macro 'key2tal' replaced by 'gkey' (as both were equal)</title>
<updated>2010-06-25T12:18:10+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-06-25T12:18:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=d9ea6eca7cd86758b9ff994b9e2eb1fa625155c9'/>
<id>d9ea6eca7cd86758b9ff994b9e2eb1fa625155c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>macro 'gkey' returns a "real" TValue*</title>
<updated>2009-11-06T17:07:48+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2009-11-06T17:07:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=fbf866a1a575d37150b8ec5494bc497a9e213d8f'/>
<id>fbf866a1a575d37150b8ec5494bc497a9e213d8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>luaH_[gs]etnum renamed to luaH_[gs]etint (as they only accept integers,</title>
<updated>2009-08-07T16:17:41+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2009-08-07T16:17:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=3135a6bbaba406fd9f1e97e0b9c8415e1ad32579'/>
<id>3135a6bbaba406fd9f1e97e0b9c8415e1ad32579</id>
<content type='text'>
not generic numbers)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
not generic numbers)
</pre>
</div>
</content>
</entry>
</feed>
