summaryrefslogtreecommitdiff
path: root/fallback.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* better error messages;Roberto Ierusalimschy1997-04-041-4/+4
| | | | better names for some API functions.
* new function "getintmethod"Roberto Ierusalimschy1997-04-021-1/+2
|
* "newtag" does not need a type name.Roberto Ierusalimschy1997-04-021-3/+2
|
* first version of "setglobal" and "getglobal" internal methods.Roberto Ierusalimschy1997-03-311-16/+6
|
* "Object" renamed to "TObject" (Tagged Object), to avoid conflicts withRoberto Ierusalimschy1997-03-311-9/+9
| | | | pre-defined names in some C compilers.
* some corrections, improvements;Roberto Ierusalimschy1997-03-241-2/+2
|
* i.m. "arith" and "order" splited for different operationsRoberto Ierusalimschy1997-03-201-17/+43
|
* first full implementation of internal methodsRoberto Ierusalimschy1997-03-191-18/+19
|
* first step in implementing internal methods.Roberto Ierusalimschy1997-02-261-11/+17
|
* lua_Reference is int, so say so.Roberto Ierusalimschy1996-04-251-3/+3
|
* lock mechanism seperseded by the REFERENCE mechanism.Roberto Ierusalimschy1996-04-221-3/+5
|
* new fallback "getglobal".Roberto Ierusalimschy1996-01-301-1/+2
|
* 'luaI_travfallbacks' now can look for a fallback.Roberto Ierusalimschy1995-10-171-3/+3
|
* fallback table now has number of parameters and results of eachRoberto Ierusalimschy1995-10-091-1/+3
| | | | fallback. This information is used by opcode.c, when calling a fallback.
* Garbage collection of functions + header structure for functionsRoberto Ierusalimschy1995-10-041-1/+2
|
* fallback for "call expression not a function" errorsRoberto Ierusalimschy1994-11-211-1/+2
|
* fallback to unary minus is 'arith' with operation code 'unm'Roberto Ierusalimschy1994-11-211-4/+3
|
* lua_lock receives its parameter via stackRoberto Ierusalimschy1994-11-181-1/+2
|
* fallback for garbage collectionRoberto Ierusalimschy1994-11-101-7/+2
|
* fallback list moved from opcode.c to fallback.cRoberto Ierusalimschy1994-11-101-1/+16
|
* lock mechanismRoberto Ierusalimschy1994-11-081-1/+5
|
* module to implement default fallbacks and lock mechanismsRoberto Ierusalimschy1994-11-071-0/+16