<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/tree.c, branch v2_5</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>creation of strings must call garbage collector.</title>
<updated>1996-03-14T15:56:26+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-03-14T15:56:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=3e9daa741623aaa8a191aa98cd43e462b8bf2d33'/>
<id>3e9daa741623aaa8a191aa98cd43e462b8bf2d33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be</title>
<updated>1996-02-22T20:34:33+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-02-22T20:34:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=8c1a9899d4460aa19780919f4245c08d7ebba0e9'/>
<id>8c1a9899d4460aa19780919f4245c08d7ebba0e9</id>
<content type='text'>
called with NULL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
called with NULL.
</pre>
</div>
</content>
</entry>
<entry>
<title>small improvements</title>
<updated>1996-02-14T19:11:09+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-02-14T19:11:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=15c17c24facb6d7e6f837b87927a54a40a54aa36'/>
<id>15c17c24facb6d7e6f837b87927a54a40a54aa36</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>
<entry>
<title>better control of integer types and their limits</title>
<updated>1994-12-20T21:20:36+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1994-12-20T21:20:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=8cb8594a3bcfdc1447aebfcd0ac85db9af5ca490'/>
<id>8cb8594a3bcfdc1447aebfcd0ac85db9af5ca490</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new hash function; hash value for strings are kept with the string</title>
<updated>1994-11-25T19:27:03+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1994-11-25T19:27:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=10bdd838440b082aaf70748571b443f7c941db81'/>
<id>10bdd838440b082aaf70748571b443f7c941db81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
