<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/lfunc.h, 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>no more 'Proto' objects on the stack. Protos are anchored on outer</title>
<updated>2012-05-08T13:53:33+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-05-08T13:53:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=3cadc37f470df50deb5c920b028125b8bb6c316b'/>
<id>3cadc37f470df50deb5c920b028125b8bb6c316b</id>
<content type='text'>
Protos or on a Closure, which must be created before the Proto.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Protos or on a Closure, which must be created before the Proto.
</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>'luaF_newLclosure' gets prototype of new closure as argument</title>
<updated>2010-06-04T13:06:15+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-06-04T13:06:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=545f43065ff8fa20e5f8254e6270d00694b847dd'/>
<id>545f43065ff8fa20e5f8254e6270d00694b847dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>no more fenvs!</title>
<updated>2010-03-26T20:58:11+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-03-26T20:58:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=064e406f67c0153999a5246deb1d616b06ee9bb0'/>
<id>064e406f67c0153999a5246deb1d616b06ee9bb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added LUAI_FUNC to functions not in the API</title>
<updated>2005-04-25T19:24:10+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2005-04-25T19:24:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=8718fda9b24fa148ffe1a06fb36a7aa2ed628bdc'/>
<id>8718fda9b24fa148ffe1a06fb36a7aa2ed628bdc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>C functions and userdata also have environments</title>
<updated>2005-02-18T12:40:02+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2005-02-18T12:40:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=7d45a5f48ff32a4e09a1734de23823943d6a6b28'/>
<id>7d45a5f48ff32a4e09a1734de23823943d6a6b28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleaner way to remark open upvalues</title>
<updated>2005-01-18T17:18:09+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2005-01-18T17:18:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=334ba8132bd0471ffe2a9964b577d3ae89ec490a'/>
<id>334ba8132bd0471ffe2a9964b577d3ae89ec490a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>`TObject' renamed to `TValue' + other name changes and better assertions</title>
<updated>2003-12-10T12:13:36+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2003-12-10T12:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=47fc57a2529c83376883f36954082cfe80ae588f'/>
<id>47fc57a2529c83376883f36954082cfe80ae588f</id>
<content type='text'>
for incremental garbage collection
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for incremental garbage collection
</pre>
</div>
</content>
</entry>
<entry>
<title>macros for closure sizes are global</title>
<updated>2003-11-24T18:50:36+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2003-11-24T18:50:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=5ee63257f9eee2216b6ed06afa93aceac3227fb4'/>
<id>5ee63257f9eee2216b6ed06afa93aceac3227fb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>it's ok to dump functions with upvalues</title>
<updated>2003-10-20T17:42:41+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2003-10-20T17:42:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=c51bcf4796d1e39bb9840825a72085c9a51ec402'/>
<id>c51bcf4796d1e39bb9840825a72085c9a51ec402</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
