<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/table.h, 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>lock mechanism seperseded by the REFERENCE mechanism.</title>
<updated>1996-04-22T18:00:37+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-04-22T18:00:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=0ef5cf22891c9d34a88ccc5d89eb0ed82b004471'/>
<id>0ef5cf22891c9d34a88ccc5d89eb0ed82b004471</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>"lua_ntable" and "lua_nconstant" are public (undump.c uses them).</title>
<updated>1996-03-14T15:57:19+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-03-14T15:57:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=3226ac2da8477456aaa38443507d3f276ebd74b7'/>
<id>3226ac2da8477456aaa38443507d3f276ebd74b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed strings (not collectable) don't need to be inserted in the constant table.</title>
<updated>1996-02-26T21:00:27+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-02-26T21:00:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=d6e4c29733b43130c5222c49b3c4b9dfcd8bb893'/>
<id>d6e4c29733b43130c5222c49b3c4b9dfcd8bb893</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>elimination of unused declarations (left from old modifications)</title>
<updated>1996-02-06T16:18:21+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-02-06T16:18:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=a0ef046ef16e6bbf99fbbe594638593089253483'/>
<id>a0ef046ef16e6bbf99fbbe594638593089253483</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>memory overflow tries a garbage collection; if it fails then exit the</title>
<updated>1996-01-22T14:15:13+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-01-22T14:15:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=e74b250d71c9a72758d7bb586bb906cacd8293f6'/>
<id>e74b250d71c9a72758d7bb586bb906cacd8293f6</id>
<content type='text'>
program.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
program.
</pre>
</div>
</content>
</entry>
<entry>
<title>functions now may be declared with any "var" as a name;</title>
<updated>1995-10-26T14:21:56+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-10-26T14:21:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=15d48576ea737d51e579f101a870e37f62b81f22'/>
<id>15d48576ea737d51e579f101a870e37f62b81f22</id>
<content type='text'>
therefore they do not have a "baptism" name.
Changes in debug API to acomodate that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
therefore they do not have a "baptism" name.
Changes in debug API to acomodate that.
</pre>
</div>
</content>
</entry>
<entry>
<title>new style for debug information about functions: no more SETFUNCTION</title>
<updated>1995-10-17T11:58:41+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-10-17T11:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=2cffb08a5c770678999a313a83c76652a3d02d4c'/>
<id>2cffb08a5c770678999a313a83c76652a3d02d4c</id>
<content type='text'>
opcodes. When a function is called, its entry in the stack is marked with
LUA_T_(C)MARK, so function 'luaD_stackedfunction' can find it if
needed.
Functions now have their file names in the headers, so there is no need
of 'addfile' and the like.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
opcodes. When a function is called, its entry in the stack is marked with
LUA_T_(C)MARK, so function 'luaD_stackedfunction' can find it if
needed.
Functions now have their file names in the headers, so there is no need
of 'addfile' and the like.
</pre>
</div>
</content>
</entry>
</feed>
