<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/lstring.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>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>'luaS_new' changed from macro to function</title>
<updated>2010-04-03T20:24:18+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-04-03T20:24:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=f80ff7a336bc604feb410be691350c19edb3f00e'/>
<id>f80ff7a336bc604feb410be691350c19edb3f00e</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>better to keep GC state numbers sequential, to optimize switch in</title>
<updated>2009-12-11T21:31:14+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2009-12-11T21:31:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=8da245bfd2a767e1a738c2a85492d1f64d68f016'/>
<id>8da245bfd2a767e1a738c2a85492d1f64d68f016</id>
<content type='text'>
'singlestep'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'singlestep'
</pre>
</div>
</content>
</entry>
<entry>
<title>new function 'luaC_runtilstate' to advance GC until a "valid" state</title>
<updated>2009-12-11T19:14:59+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2009-12-11T19:14:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=a2a2abcba4b3a221780a4499880aa16bf76e8204'/>
<id>a2a2abcba4b3a221780a4499880aa16bf76e8204</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hash table for strings is rehashed in place</title>
<updated>2009-04-29T17:09:41+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2009-04-29T17:09:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=ea445708839d48f03d32817071e5fce1e08c3927'/>
<id>ea445708839d48f03d32817071e5fce1e08c3927</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>'luaM_freearray' does not need array type as argument</title>
<updated>2009-04-17T14:40:13+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2009-04-17T14:40:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=c6b442bd369ce05b3d4bfb95ba64451521aa1b31'/>
<id>c6b442bd369ce05b3d4bfb95ba64451521aa1b31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>userdata with finalizers are kept in a separated list</title>
<updated>2008-02-19T18:55:09+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2008-02-19T18:55:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=e2b366c7601aeecda04f3b7ac5a2bd6eb80521bb'/>
<id>e2b366c7601aeecda04f3b7ac5a2bd6eb80521bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>detail</title>
<updated>2007-11-09T18:55:07+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2007-11-09T18:55:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=62790ab15d7fdb4ffa2b018196194d2132da3799'/>
<id>62790ab15d7fdb4ffa2b018196194d2132da3799</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>emergency garbage collector (core forces a GC when allocation fails)</title>
<updated>2006-07-11T15:53:29+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2006-07-11T15:53:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=3ca9af51a4f060cf2178901a67a21f8269af3224'/>
<id>3ca9af51a4f060cf2178901a67a21f8269af3224</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
