<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/fallback.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>lua_Reference is int, so say so.</title>
<updated>1996-04-25T14:10:00+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-04-25T14:10:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=bced00ab9efcdc68982b5e3787f277b86ea3cde8'/>
<id>bced00ab9efcdc68982b5e3787f277b86ea3cde8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>new fallback "getglobal".</title>
<updated>1996-01-30T15:25:23+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-01-30T15:25:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=43382ce5a22838af182807b451a12c474e21da78'/>
<id>43382ce5a22838af182807b451a12c474e21da78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>'luaI_travfallbacks' now can look for a fallback.</title>
<updated>1995-10-17T11:52:38+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-10-17T11:52:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=970995c3f258101ae90be4bcb762b6d38bb2b2fd'/>
<id>970995c3f258101ae90be4bcb762b6d38bb2b2fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fallback table now has number of parameters and results of each</title>
<updated>1995-10-09T13:14:29+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-10-09T13:14:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=1bb3fb73cc65d35df9cd737f4445ad9361f85775'/>
<id>1bb3fb73cc65d35df9cd737f4445ad9361f85775</id>
<content type='text'>
fallback. This information is used by opcode.c, when calling a fallback.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fallback. This information is used by opcode.c, when calling a fallback.
</pre>
</div>
</content>
</entry>
<entry>
<title>Garbage collection of functions + header structure for functions</title>
<updated>1995-10-04T17:13:02+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-10-04T17:13:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=68f337dfa617732646a4a974eb33b25daf45a1e2'/>
<id>68f337dfa617732646a4a974eb33b25daf45a1e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fallback for "call expression not a function" errors</title>
<updated>1994-11-21T18:22:58+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1994-11-21T18:22:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=609392ff2e02eb44fa48c8563faf5994fc55297c'/>
<id>609392ff2e02eb44fa48c8563faf5994fc55297c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fallback to unary minus is 'arith' with operation code 'unm'</title>
<updated>1994-11-21T13:30:15+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1994-11-21T13:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=96ea2e0fb462789015824823801ba34782364b68'/>
<id>96ea2e0fb462789015824823801ba34782364b68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lua_lock receives its parameter via stack</title>
<updated>1994-11-18T19:46:21+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1994-11-18T19:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=333a4f13d084b99c3729414c9c2d66222a8a1fc7'/>
<id>333a4f13d084b99c3729414c9c2d66222a8a1fc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fallback for garbage collection</title>
<updated>1994-11-10T17:36:54+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1994-11-10T17:36:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=8a0521fa529ce5091877683bc6f235ff8de7185b'/>
<id>8a0521fa529ce5091877683bc6f235ff8de7185b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
