Roberto Ierusalimschy
|
237f755dca
typos in comments
|
15 years ago |
Roberto Ierusalimschy
|
fde866e303
details (comments)
|
15 years ago |
Roberto Ierusalimschy
|
49ca1f7083
allows thread switches (when/if there are thread switches) in the same
|
15 years ago |
Roberto Ierusalimschy
|
53f9499f7f
"light C function" is a better name than "C-function pointer"
|
15 years ago |
Roberto Ierusalimschy
|
575befc394
comparsion tag methods follow the same rule as other binary TMs
|
15 years ago |
Roberto Ierusalimschy
|
b7be05ad27
invalid instructions "cannot" happen
|
15 years ago |
Roberto Ierusalimschy
|
7dfa4cd655
first implementation of light C functions
|
15 years ago |
Roberto Ierusalimschy
|
d394d5536a
new macro 'eqstr'
|
15 years ago |
Roberto Ierusalimschy
|
a08fc34ee4
avoid using 'luaS_new' when can use 'luaS_newlstr'
|
15 years ago |
Roberto Ierusalimschy
|
9eb832de54
work related to hooks moved from 'luaV_execute' to 'traceexec'
|
15 years ago |
Roberto Ierusalimschy
|
064e406f67
no more fenvs!
|
15 years ago |
Roberto Ierusalimschy
|
25c557ec63
first version of _ENV; no more global variables
|
15 years ago |
Roberto Ierusalimschy
|
347f0c33d1
avoid 'continue' unless necessary
|
15 years ago |
Roberto Ierusalimschy
|
0fe2576a39
new instructions to optimize indexing on upvalues
|
15 years ago |
Roberto Ierusalimschy
|
36ab1ee10c
__unm metamethod gets nil as its 2nd parameter
|
15 years ago |
Roberto Ierusalimschy
|
c3a6f3fa1c
'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len'
|
15 years ago |
Roberto Ierusalimschy
|
b0f2b288a6
new scheme for debug info about tail calls: no more 'fake' stack entries,
|
15 years ago |
Roberto Ierusalimschy
|
77077b39d5
comment explaining OP_VARARG was wrong (and corresponding code was not
|
16 years ago |
Roberto Ierusalimschy
|
0ac3d07ea6
first implementation of lexical environments
|
16 years ago |
Roberto Ierusalimschy
|
5938212748
information about upvalues (where they come from) kept in Proto structure,
|
16 years ago |
Roberto Ierusalimschy
|
fcc46467fa
limit of constants per function changed to 2^26 using extra arguments
|
16 years ago |
Roberto Ierusalimschy
|
3135a6bbab
luaH_[gs]etnum renamed to luaH_[gs]etint (as they only accept integers,
|
16 years ago |
Roberto Ierusalimschy
|
11d7ba79f2
tail calls do not need to move whole new frame down, only its slice
|
16 years ago |
Roberto Ierusalimschy
|
afb3f7e754
bug: 'luaV_settable' may invalidate a reference to a table and try
|
16 years ago |
Roberto Ierusalimschy
|
2bdd194f43
exports luaV_arith to be used by lua_arith + uses 'luaO_arith' to
|
16 years ago |
Roberto Ierusalimschy
|
77fd93188e
'lessequal' renamed 'luaV_lessequal' and exported to be used by
|
16 years ago |
Roberto Ierusalimschy
|
2258ec6bc9
'getline' renamed to 'getfuncline' (to avoid problems with POSIX)
|
16 years ago |
Roberto Ierusalimschy
|
9423e22aa3
no more L->base + ci->base only for Lua functions (C functions may use
|
16 years ago |
Roberto Ierusalimschy
|
57f8414de1
small bug in 'luaV_concat' (L->top was left incorrect in some cases)
|
16 years ago |
Roberto Ierusalimschy
|
eea6d10866
details (use ci->base instead of L->base when possible)
|
16 years ago |