<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/ldebug.c, branch v5.2.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>remove of unecessary luaD_checkstack. (In some cases, C should</title>
<updated>2012-08-16T17:34:28+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-08-16T17:34:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=a3e1c40d6d6fb81db9d8b58aee69466f715aab5c'/>
<id>a3e1c40d6d6fb81db9d8b58aee69466f715aab5c</id>
<content type='text'>
ensure stack space; in others, Lua can use the extra slots for
temporary values.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ensure stack space; in others, Lua can use the extra slots for
temporary values.)
</pre>
</div>
</content>
</entry>
<entry>
<title>object tag keeps variant bits too -&gt; no need for 'isC' field in</title>
<updated>2012-01-20T22:05:50+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-01-20T22:05:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=fd22ccd6d020bca1039626ee0c7de42b237a5686'/>
<id>fd22ccd6d020bca1039626ee0c7de42b237a5686</id>
<content type='text'>
Closures + more strick typing for closure variants
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closures + more strick typing for closure variants
</pre>
</div>
</content>
</entry>
<entry>
<title>more uses of 'l_noret'</title>
<updated>2011-11-30T12:43:51+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-11-30T12:43:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=6d8b67209443e03d83cb7b6306dc0ef098d0f1f8'/>
<id>6d8b67209443e03d83cb7b6306dc0ef098d0f1f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new type 'l_noret' for function that do not return</title>
<updated>2011-10-07T20:45:19+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-10-07T20:45:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=217e67cb224cbb9bd68a1bce7454b60d50894f79'/>
<id>217e67cb224cbb9bd68a1bce7454b60d50894f79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>details (and missing 'break's)</title>
<updated>2011-09-13T18:05:59+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-09-13T18:05:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=2275030b86f1f4ec1bfbc458b922b08aa259e7da'/>
<id>2275030b86f1f4ec1bfbc458b922b08aa259e7da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>upvalue names always can be NULL (if debug info was removed), so</title>
<updated>2011-09-13T17:40:20+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-09-13T17:40:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=05de3147012dd955649eaba96904394404ef3753'/>
<id>05de3147012dd955649eaba96904394404ef3753</id>
<content type='text'>
always check for that case
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
always check for that case
</pre>
</div>
</content>
</entry>
<entry>
<title>new implementation for 'getobjname': first search for relevant</title>
<updated>2011-08-12T20:01:44+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-08-12T20:01:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=0b65cb74cdf4ef6e6a33da6724610e506407df1a'/>
<id>0b65cb74cdf4ef6e6a33da6724610e506407df1a</id>
<content type='text'>
instruction (new function 'findsetreg') and then try to build
a meaningful name
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instruction (new function 'findsetreg') and then try to build
a meaningful name
</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>stricter control (using tag variants) over closure kinds (Lua x C)</title>
<updated>2011-06-02T19:31:40+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-06-02T19:31:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=3b44821334a1aa387c13eaf3cd23a2344091cbc7'/>
<id>3b44821334a1aa387c13eaf3cd23a2344091cbc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bug in OP_SELF when method name goes to a register</title>
<updated>2011-04-28T14:00:11+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-04-28T14:00:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=d120ec29ca6bae7a8f0040c7a0cee27aca7dd81a'/>
<id>d120ec29ca6bae7a8f0040c7a0cee27aca7dd81a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
