<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/lapi.c, branch v5.3.5</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>Lua 5.3.5 ported to git</title>
<updated>2018-12-17T16:46:37+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-12-17T16:46:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=063d4e4543088e7a21965bda8ee5a0f952a9029e'/>
<id>063d4e4543088e7a21965bda8ee5a0f952a9029e</id>
<content type='text'>
This is the first commit for the branch Lua 5.3. All source files
were copied from the official distribution of 5.3.5 in the Lua site.
The test files are the same of 5.3.4. The manual came from the
previous RCS repository, revision 1.167.1.2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the first commit for the branch Lua 5.3. All source files
were copied from the official distribution of 5.3.5 in the Lua site.
The test files are the same of 5.3.4. The manual came from the
previous RCS repository, revision 1.167.1.2.
</pre>
</div>
</content>
</entry>
<entry>
<title>call 'checkGC' *after* creating new objects (this is how 'execute'</title>
<updated>2016-02-29T14:27:14+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-02-29T14:27:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=03ca6385dc426fefabe9204037fc76ebf0627a11'/>
<id>03ca6385dc426fefabe9204037fc76ebf0627a11</id>
<content type='text'>
does it)
(It increases the changes that 'allgc' start with a non-white
object, which helps 'entersweep')
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
does it)
(It increases the changes that 'allgc' start with a non-white
object, which helps 'entersweep')
</pre>
</div>
</content>
</entry>
<entry>
<title>'luaV_fastget' only treats the real fast case (table with a non-nil</title>
<updated>2016-01-05T16:07:21+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-01-05T16:07:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=1a44e822009752513ce895b9eabc51a4ee4a195a'/>
<id>1a44e822009752513ce895b9eabc51a4ee4a195a</id>
<content type='text'>
value at given key, so that it does not need to check metamethods)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
value at given key, so that it does not need to check metamethods)
</pre>
</div>
</content>
</entry>
<entry>
<title>in 'luaD_call', use two functions instead of one with fixed boolean</title>
<updated>2015-11-02T18:48:07+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-11-02T18:48:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=ff1289a361eb2b077d0df83eaed21647444541ef'/>
<id>ff1289a361eb2b077d0df83eaed21647444541ef</id>
<content type='text'>
argument
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
argument
</pre>
</div>
</content>
</entry>
<entry>
<title>allow NULL string when length is zero in 'lua_pushlstring' and</title>
<updated>2015-10-06T16:10:22+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-10-06T16:10:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=8949904783c2fdda1b6c6cec99637cf6d5471359'/>
<id>8949904783c2fdda1b6c6cec99637cf6d5471359</id>
<content type='text'>
'luaL_addlstring'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'luaL_addlstring'
</pre>
</div>
</content>
</entry>
<entry>
<title>'setobj2t' incorporated into 'luaV_fastset' + 'invalidateTMcache'</title>
<updated>2015-09-09T13:45:50+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-09-09T13:45:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=364cdbdbdbc1b5e88b1795460a09ea7f4a73a86b'/>
<id>364cdbdbdbc1b5e88b1795460a09ea7f4a73a86b</id>
<content type='text'>
is not needed in the fast track (as it does not create new
entries) + small bug in 'auxsetstr' (calling barrier with wrong
object) + using 'setobj2t' without side effects in its arguments
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is not needed in the fast track (as it does not create new
entries) + small bug in 'auxsetstr' (calling barrier with wrong
object) + using 'setobj2t' without side effects in its arguments
</pre>
</div>
</content>
</entry>
<entry>
<title>added assert for NULL pointer in 'lua_pushlstring'</title>
<updated>2015-08-25T18:50:37+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-08-25T18:50:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=502214f8a551cd01d94677f98a40aa51531ef71d'/>
<id>502214f8a551cd01d94677f98a40aa51531ef71d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>'invalidateTMcache' not needed in all 'settable' uses</title>
<updated>2015-08-03T20:40:26+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-08-03T20:40:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=8f25d08637749316fd30d96ad874f1400088abee'/>
<id>8f25d08637749316fd30d96ad874f1400088abee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fast track for 'settable'</title>
<updated>2015-08-03T19:50:49+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-08-03T19:50:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=3b795541c488c7e633567897c9112312007a20a0'/>
<id>3b795541c488c7e633567897c9112312007a20a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implementation of fast track for gettable operations</title>
<updated>2015-07-20T18:24:50+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-07-20T18:24:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=e247c3ada3ff47a1352927e797263137f4e02e0e'/>
<id>e247c3ada3ff47a1352927e797263137f4e02e0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
