Roberto Ierusalimschy
|
43382ce5a2
|
new fallback "getglobal".
|
1996-01-30 13:25:23 -02:00 |
Roberto Ierusalimschy
|
970995c3f2
|
'luaI_travfallbacks' now can look for a fallback.
|
1995-10-17 09:52:38 -02:00 |
Roberto Ierusalimschy
|
1bb3fb73cc
|
fallback table now has number of parameters and results of each
fallback. This information is used by opcode.c, when calling a fallback.
|
1995-10-09 10:14:29 -03:00 |
Roberto Ierusalimschy
|
68f337dfa6
|
Garbage collection of functions + header structure for functions
|
1995-10-04 14:13:02 -03:00 |
Roberto Ierusalimschy
|
609392ff2e
|
fallback for "call expression not a function" errors
|
1994-11-21 16:22:58 -02:00 |
Roberto Ierusalimschy
|
96ea2e0fb4
|
fallback to unary minus is 'arith' with operation code 'unm'
|
1994-11-21 11:30:15 -02:00 |
Roberto Ierusalimschy
|
333a4f13d0
|
lua_lock receives its parameter via stack
|
1994-11-18 17:46:21 -02:00 |
Roberto Ierusalimschy
|
8a0521fa52
|
fallback for garbage collection
|
1994-11-10 15:36:54 -02:00 |
Roberto Ierusalimschy
|
9deac27704
|
fallback list moved from opcode.c to fallback.c
|
1994-11-10 15:11:52 -02:00 |
Roberto Ierusalimschy
|
2cf954b8ae
|
lock mechanism
|
1994-11-08 17:56:39 -02:00 |
Roberto Ierusalimschy
|
63d300167e
|
module to implement default fallbacks and lock mechanisms
|
1994-11-07 13:20:56 -02:00 |