<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/ltable.h, branch v5.4.0</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>Several details about 5.4.0 rc1</title>
<updated>2020-04-23T17:48:15+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2020-04-23T17:48:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=0ddc0f47bd2a03678e1afbc384550aecb55a318f'/>
<id>0ddc0f47bd2a03678e1afbc384550aecb55a318f</id>
<content type='text'>
Corrected several small details: added 'const', adjusts in tabs x
spaces, removed unused #includes and #defines, misspellings, etc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Corrected several small details: added 'const', adjusts in tabs x
spaces, removed unused #includes and #defines, misspellings, etc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed extra information from RCS keyword strings</title>
<updated>2018-08-23T17:26:12+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-08-23T17:26:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=f99509581ee73c1c2dbddb3398e87c098771d31f'/>
<id>f99509581ee73c1c2dbddb3398e87c098771d31f</id>
<content type='text'>
Version numbers and dates (mostly wrong) from RCS keyword strings
removed from all source files; only the file name are kept.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Version numbers and dates (mostly wrong) from RCS keyword strings
removed from all source files; only the file name are kept.
</pre>
</div>
</content>
</entry>
<entry>
<title>field 'sizearray' in struct 'Table' changed to 'alimit', which can</title>
<updated>2018-06-15T14:14:20+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-06-15T14:14:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=6e600695f8398843a156ce02023f731c6d687ae8'/>
<id>6e600695f8398843a156ce02023f731c6d687ae8</id>
<content type='text'>
be used as a hint for '#t'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
be used as a hint for '#t'
</pre>
</div>
</content>
</entry>
<entry>
<title>no more 'luaH_emptyobject' and comparisons of addresses of global variables</title>
<updated>2018-06-01T16:51:34+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-06-01T16:51:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=fb8fa661366e15e98c60d8929feaab9e551a02f9'/>
<id>fb8fa661366e15e98c60d8929feaab9e551a02f9</id>
<content type='text'>
(instead, use a different kind of nil to signal the fake entry returned
when a key is not found in a table)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(instead, use a different kind of nil to signal the fake entry returned
when a key is not found in a table)
</pre>
</div>
</content>
</entry>
<entry>
<title>first version of empty entries in tables</title>
<updated>2018-02-23T13:16:18+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-02-23T13:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=9243c414d92c253edd908f438caa31e2aa16f3f4'/>
<id>9243c414d92c253edd908f438caa31e2aa16f3f4</id>
<content type='text'>
(so that, in the future, tables can contain regular nil entries)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(so that, in the future, tables can contain regular nil entries)
</pre>
</div>
</content>
</entry>
<entry>
<title>in hash nodes, keys are stored in separate pieces to avoid wasting</title>
<updated>2017-06-09T16:48:44+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2017-06-09T16:48:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=b6f87491afe32140563fe3c546b8812c28a63410'/>
<id>b6f87491afe32140563fe3c546b8812c28a63410</id>
<content type='text'>
space with alignments
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
space with alignments
</pre>
</div>
</content>
</entry>
<entry>
<title>'luaH_getn' must return 'lua_Unsigned' (or 'lua_Integer'), to</title>
<updated>2017-05-19T12:48:15+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2017-05-19T12:48:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=e39ee2cc5841eff37f728ceeffd90cd748180f57'/>
<id>e39ee2cc5841eff37f728ceeffd90cd748180f57</id>
<content type='text'>
allow the boundary-search algorithm to use 'maxinteger' when
it cannot find a good upper bound.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
allow the boundary-search algorithm to use 'maxinteger' when
it cannot find a good upper bound.
</pre>
</div>
</content>
</entry>
<entry>
<title>detail (removing spaces at end of lines)</title>
<updated>2016-12-22T13:08:50+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-12-22T13:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=2a235312f029cbd2b1eb79f158d4f74b3ffa1b85'/>
<id>2a235312f029cbd2b1eb79f158d4f74b3ffa1b85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>using 'lastfree == NULL' to signal that table is using the dummy</title>
<updated>2016-11-07T12:38:35+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-11-07T12:38:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=7b1fba69b7a887e37e57744309299d134e76e06e'/>
<id>7b1fba69b7a887e37e57744309299d134e76e06e</id>
<content type='text'>
node for its hash part + new macro 'allocsizenode'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
node for its hash part + new macro 'allocsizenode'
</pre>
</div>
</content>
</entry>
<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>
</feed>
