<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/lfunc.c, branch v5-2-alpha</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>typo in comments</title>
<updated>2010-06-30T14:11:17+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-06-30T14:11:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=a71c5f6f531a2503ff80e579e6c3bb95968645ba'/>
<id>a71c5f6f531a2503ff80e579e6c3bb95968645ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>unused '#include' removed</title>
<updated>2010-06-10T21:27:09+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-06-10T21:27:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=0d116c3adab7bf831ecb8adec0cedfe9a807476e'/>
<id>0d116c3adab7bf831ecb8adec0cedfe9a807476e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lua closures are cached for reuse</title>
<updated>2010-06-04T13:25:10+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-06-04T13:25:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=575074fd857b90cd7c14c7b172e8fe147080962a'/>
<id>575074fd857b90cd7c14c7b172e8fe147080962a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>corrected some places where an old object could end up in front</title>
<updated>2010-05-10T18:23:45+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-05-10T18:23:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=1c1a98e872ad09b12fe2085031f0045f993ca5f0'/>
<id>1c1a98e872ad09b12fe2085031f0045f993ca5f0</id>
<content type='text'>
of a new one + minimal documentation about this problem
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of a new one + minimal documentation about this problem
</pre>
</div>
</content>
</entry>
<entry>
<title>nasty GC bug: upvalue must be turned white when not keeping invariant,</title>
<updated>2010-04-29T21:43:36+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-04-29T21:43:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=23001d860789860ef53fc86f1a2a4af63c44e03f'/>
<id>23001d860789860ef53fc86f1a2a4af63c44e03f</id>
<content type='text'>
but barrier was not being called when uv-&gt;v were already white.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
but barrier was not being called when uv-&gt;v were already white.
</pre>
</div>
</content>
</entry>
<entry>
<title>'luaC_linkupval' embedded into call site</title>
<updated>2010-04-29T17:34:35+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-04-29T17:34:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=5a7a0c72d8a4766e1541345350500f3a0a14361b'/>
<id>5a7a0c72d8a4766e1541345350500f3a0a14361b</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>first version of _ENV; no more global variables</title>
<updated>2010-03-12T19:14:06+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-03-12T19:14:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=25c557ec6367870c127e879cce8ed8fa21f34398'/>
<id>25c557ec6367870c127e879cce8ed8fa21f34398</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allocator function receives the tag of object being allocated in 'osize'</title>
<updated>2009-12-17T15:46:44+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2009-12-17T15:46:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=0bbdddc86b1353fec36ae886b4142986f3c4713f'/>
<id>0bbdddc86b1353fec36ae886b4142986f3c4713f</id>
<content type='text'>
when 'ptr' is NULL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when 'ptr' is NULL.
</pre>
</div>
</content>
</entry>
<entry>
<title>macro 'ngcotouv' is the same as 'gco2uv', so it was removed</title>
<updated>2009-12-11T13:39:34+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2009-12-11T13:39:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=3a9ae612a4982e5f543baf8eead0889369eb8260'/>
<id>3a9ae612a4982e5f543baf8eead0889369eb8260</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
