Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small optimization in the access to i.m. table. | Roberto Ierusalimschy | 1997-04-24 | 1 | -4/+9 |
| | |||||
* | better error messages; | Roberto Ierusalimschy | 1997-04-04 | 1 | -4/+4 |
| | | | | better names for some API functions. | ||||
* | new function "getintmethod" | Roberto Ierusalimschy | 1997-04-02 | 1 | -1/+2 |
| | |||||
* | "newtag" does not need a type name. | Roberto Ierusalimschy | 1997-04-02 | 1 | -3/+2 |
| | |||||
* | first version of "setglobal" and "getglobal" internal methods. | Roberto Ierusalimschy | 1997-03-31 | 1 | -16/+6 |
| | |||||
* | "Object" renamed to "TObject" (Tagged Object), to avoid conflicts with | Roberto Ierusalimschy | 1997-03-31 | 1 | -9/+9 |
| | | | | pre-defined names in some C compilers. | ||||
* | some corrections, improvements; | Roberto Ierusalimschy | 1997-03-24 | 1 | -2/+2 |
| | |||||
* | i.m. "arith" and "order" splited for different operations | Roberto Ierusalimschy | 1997-03-20 | 1 | -17/+43 |
| | |||||
* | first full implementation of internal methods | Roberto Ierusalimschy | 1997-03-19 | 1 | -18/+19 |
| | |||||
* | first step in implementing internal methods. | Roberto Ierusalimschy | 1997-02-26 | 1 | -11/+17 |
| | |||||
* | lua_Reference is int, so say so. | Roberto Ierusalimschy | 1996-04-25 | 1 | -3/+3 |
| | |||||
* | lock mechanism seperseded by the REFERENCE mechanism. | Roberto Ierusalimschy | 1996-04-22 | 1 | -3/+5 |
| | |||||
* | new fallback "getglobal". | Roberto Ierusalimschy | 1996-01-30 | 1 | -1/+2 |
| | |||||
* | 'luaI_travfallbacks' now can look for a fallback. | Roberto Ierusalimschy | 1995-10-17 | 1 | -3/+3 |
| | |||||
* | fallback table now has number of parameters and results of each | Roberto Ierusalimschy | 1995-10-09 | 1 | -1/+3 |
| | | | | fallback. This information is used by opcode.c, when calling a fallback. | ||||
* | Garbage collection of functions + header structure for functions | Roberto Ierusalimschy | 1995-10-04 | 1 | -1/+2 |
| | |||||
* | fallback for "call expression not a function" errors | Roberto Ierusalimschy | 1994-11-21 | 1 | -1/+2 |
| | |||||
* | fallback to unary minus is 'arith' with operation code 'unm' | Roberto Ierusalimschy | 1994-11-21 | 1 | -4/+3 |
| | |||||
* | lua_lock receives its parameter via stack | Roberto Ierusalimschy | 1994-11-18 | 1 | -1/+2 |
| | |||||
* | fallback for garbage collection | Roberto Ierusalimschy | 1994-11-10 | 1 | -7/+2 |
| | |||||
* | fallback list moved from opcode.c to fallback.c | Roberto Ierusalimschy | 1994-11-10 | 1 | -1/+16 |
| | |||||
* | lock mechanism | Roberto Ierusalimschy | 1994-11-08 | 1 | -1/+5 |
| | |||||
* | module to implement default fallbacks and lock mechanisms | Roberto Ierusalimschy | 1994-11-07 | 1 | -0/+16 |