Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lock mechanism more robust; nil is pseudo-locked under index -1. | Roberto Ierusalimschy | 1996-02-08 | 1 | -4/+9 |
| | |||||
* | new fallback "getglobal". | Roberto Ierusalimschy | 1996-01-30 | 1 | -2/+4 |
| | |||||
* | function "setfallback" now gives an error if called with wrong parameters. | Roberto Ierusalimschy | 1995-10-17 | 1 | -6/+3 |
| | |||||
* | 'luaI_travfallbacks' now can look for a fallback. | Roberto Ierusalimschy | 1995-10-17 | 1 | -4/+6 |
| | |||||
* | fallback table now has number of parameters and results of each | Roberto Ierusalimschy | 1995-10-09 | 1 | -10/+11 |
| | | | | 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/+8 |
| | |||||
* | small corrections to avoid warnings. | Roberto Ierusalimschy | 1995-10-02 | 1 | -10/+10 |
| | |||||
* | calls to "lua_reportbug" changed to "lua_error", since | Roberto Ierusalimschy | 1995-05-02 | 1 | -7/+6 |
| | | | | "lua_reportbug" is only an internal function to build debug information | ||||
* | header "string.h" was missing (gcc does not warn that) | Roberto Ierusalimschy | 1995-02-06 | 1 | -1/+2 |
| | |||||
* | better control of integer types and their limits | Roberto Ierusalimschy | 1994-12-20 | 1 | -5/+5 |
| | |||||
* | fallback for "call expression not a function" errors | Roberto Ierusalimschy | 1994-11-21 | 1 | -2/+9 |
| | |||||
* | fallback to unary minus is 'arith' with operation code 'unm' | Roberto Ierusalimschy | 1994-11-21 | 1 | -2/+1 |
| | |||||
* | lua_lock receives its parameter via stack | Roberto Ierusalimschy | 1994-11-18 | 1 | -5/+5 |
| | |||||
* | new module for memory allocation | Roberto Ierusalimschy | 1994-11-16 | 1 | -9/+4 |
| | |||||
* | fallback for garbage collection | Roberto Ierusalimschy | 1994-11-10 | 1 | -15/+27 |
| | |||||
* | fallback list moved from opcode.c to fallback.c | Roberto Ierusalimschy | 1994-11-10 | 1 | -1/+41 |
| | |||||
* | calls lua_reportbug instead of lua_error, in default fallbacks | Roberto Ierusalimschy | 1994-11-09 | 1 | -5/+6 |
| | |||||
* | lock mechanism | Roberto Ierusalimschy | 1994-11-08 | 1 | -1/+66 |
| | |||||
* | module to implement default fallbacks and lock mechanisms | Roberto Ierusalimschy | 1994-11-07 | 1 | -0/+51 |