Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |