<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/tree.h, branch v3_0</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>new implementation for udata (again they are just void *);</title>
<updated>1997-06-09T17:28:14+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1997-06-09T17:28:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=dd22ea4da550c3a158e0f11b928c349336184f85'/>
<id>dd22ea4da550c3a158e0f11b928c349336184f85</id>
<content type='text'>
new implementation for the API: most operations now do not disturb
structures lua2C and C2lua.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new implementation for the API: most operations now do not disturb
structures lua2C and C2lua.
</pre>
</div>
</content>
</entry>
<entry>
<title>new implementation of gc: "Pre-collect" garbage in temporary lists and</title>
<updated>1997-05-14T18:38:29+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1997-05-14T18:38:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=bd9e68cfcdbbae2fd49ab51a9df4a93ec56eff45'/>
<id>bd9e68cfcdbbae2fd49ab51a9df4a93ec56eff45</id>
<content type='text'>
then call fallbacks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
then call fallbacks.
</pre>
</div>
</content>
</entry>
<entry>
<title>first full implementation of internal methods</title>
<updated>1997-03-19T19:41:10+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1997-03-19T19:41:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=1444d28476af70bc51c4fdba71deb669f41c77a3'/>
<id>1444d28476af70bc51c4fdba71deb669f41c77a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>userdata can handle arbitrary binary data;</title>
<updated>1997-02-11T11:40:01+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1997-02-11T11:40:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=205ee1ec84c0f0e9c2df923fdcfa29207e8e72b3'/>
<id>205ee1ec84c0f0e9c2df923fdcfa29207e8e72b3</id>
<content type='text'>
user tag is stored with data;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
user tag is stored with data;
</pre>
</div>
</content>
</entry>
<entry>
<title>small correction</title>
<updated>1996-02-26T17:07:49+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-02-26T17:07:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=712ac505e0d3fc06b328af3b773a9d2eecb3d190'/>
<id>712ac505e0d3fc06b328af3b773a9d2eecb3d190</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reserved words are stored in main string table; "marked" field is</title>
<updated>1996-02-14T13:35:51+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-02-14T13:35:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=d1608c597e2f45021d43c56050aff08e5d417699'/>
<id>d1608c597e2f45021d43c56050aff08e5d417699</id>
<content type='text'>
used to indicate its type.
Table initializations centralized by "tree.c".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
used to indicate its type.
Table initializations centralized by "tree.c".
</pre>
</div>
</content>
</entry>
<entry>
<title>BIG CHANGE: new data structure for constants, strings and globals, using</title>
<updated>1996-02-12T18:32:40+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-02-12T18:32:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=41259bff31dbb904edfb8070006ccb15577f8f04'/>
<id>41259bff31dbb904edfb8070006ccb15577f8f04</id>
<content type='text'>
an array of hash tables for all them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
an array of hash tables for all them.
</pre>
</div>
</content>
</entry>
<entry>
<title>lua_table now has references to global variable names (TreeNode's).</title>
<updated>1996-01-26T18:03:19+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-01-26T18:03:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=0d50b87aa47d3cb64730bf5c8646e5e6ff02c268'/>
<id>0d50b87aa47d3cb64730bf5c8646e5e6ff02c268</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>'nextvar' now traverses the symbol array, instead of the constant tree.</title>
<updated>1995-10-17T11:53:53+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-10-17T11:53:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=15f40fddca66301a53f8b0adf41958c7e9add945'/>
<id>15f40fddca66301a53f8b0adf41958c7e9add945</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>control of garbage collection is done with Longs, as there can be</title>
<updated>1995-01-12T14:19:04+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-01-12T14:19:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=8faf4d1de2cbda61ae871fc23091deff3672e0fc'/>
<id>8faf4d1de2cbda61ae871fc23091deff3672e0fc</id>
<content type='text'>
more than WORD objects to collect.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
more than WORD objects to collect.
</pre>
</div>
</content>
</entry>
</feed>
