Roberto Ierusalimschy
|
b36cd823b1
header "string.h" was missing (gcc does not warn that)
|
30 years ago |
Roberto Ierusalimschy
|
8cb8594a3b
better control of integer types and their limits
|
31 years ago |
Roberto Ierusalimschy
|
609392ff2e
fallback for "call expression not a function" errors
|
31 years ago |
Roberto Ierusalimschy
|
96ea2e0fb4
fallback to unary minus is 'arith' with operation code 'unm'
|
31 years ago |
Roberto Ierusalimschy
|
333a4f13d0
lua_lock receives its parameter via stack
|
31 years ago |
Roberto Ierusalimschy
|
2b5bc5d1a8
new module for memory allocation
|
31 years ago |
Roberto Ierusalimschy
|
8a0521fa52
fallback for garbage collection
|
31 years ago |
Roberto Ierusalimschy
|
9deac27704
fallback list moved from opcode.c to fallback.c
|
31 years ago |
Roberto Ierusalimschy
|
df0cfc1e19
calls lua_reportbug instead of lua_error, in default fallbacks
|
31 years ago |
Roberto Ierusalimschy
|
2cf954b8ae
lock mechanism
|
31 years ago |
Roberto Ierusalimschy
|
63d300167e
module to implement default fallbacks and lock mechanisms
|
31 years ago |