Roberto Ierusalimschy
|
a775a2d81a
check first whether function is global.
|
26 년 전 |
Roberto Ierusalimschy
|
5a8bb00df4
storing chunk "sources" instead of "filenames".
|
26 년 전 |
Roberto Ierusalimschy
|
da18ec5d54
warnings...
|
26 년 전 |
Roberto Ierusalimschy
|
6a853fcb8b
details (from lhf)
|
26 년 전 |
Roberto Ierusalimschy
|
f04c83e075
new function "lua_next" (+ new implementation for "next")
|
26 년 전 |
Roberto Ierusalimschy
|
d5feffdb60
new function lua_nextvar
|
26 년 전 |
Roberto Ierusalimschy
|
bf6d2ccf92
details
|
26 년 전 |
Roberto Ierusalimschy
|
fb1cf6ab2d
clearer way to set tables.
|
26 년 전 |
Roberto Ierusalimschy
|
5687949560
"lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".
|
26 년 전 |
Roberto Ierusalimschy
|
80001ab0eb
getlocal cannot return the local itself, since lua_isstring and
|
26 년 전 |
Roberto Ierusalimschy
|
fd25d4ad85
no need to define functions for macros...
|
26 년 전 |
Roberto Ierusalimschy
|
54840fb256
new functions to manipulate C global variables
|
26 년 전 |
Roberto Ierusalimschy
|
59f8e6fb77
details ("settable")
|
26 년 전 |
Roberto Ierusalimschy
|
5ca2709ba0
small warnings
|
27 년 전 |
Roberto Ierusalimschy
|
b1450721be
new function "lua_nups" (number of upvalues).
|
27 년 전 |
Roberto Ierusalimschy
|
cc117253c8
new implementation for error handling: on error, function _ERRORMESSAGE
|
27 년 전 |
Roberto Ierusalimschy
|
1d8edd347d
small changes to use new auxiliar functions
|
27 년 전 |
Roberto Ierusalimschy
|
02134b4a87
name: lua_pushCclosure -> lua_pushcclosure.
|
27 년 전 |
Roberto Ierusalimschy
|
0969a971cd
better use of "ASSERT".
|
27 년 전 |
Roberto Ierusalimschy
|
043c2ac258
new names for "lua_pushlstr" and "lua_getstrlen"
|
27 년 전 |
Roberto Ierusalimschy
|
88a2023c32
support for strings with '\0'
|
27 년 전 |
Roberto Ierusalimschy
|
f380d627f8
usefull macros also available as functions
|
27 년 전 |
Roberto Ierusalimschy
|
b3b7cf7335
BUG: "lua_getstring" may create a new string, so should check GC
|
27 년 전 |
Roberto Ierusalimschy
|
0e1058cfdd
small optimizations in switch order
|
27 년 전 |
Roberto Ierusalimschy
|
26679b1a48
back to upavalues as extra arguments for C closures; this way it's
|
27 년 전 |
Roberto Ierusalimschy
|
964c503a63
LUA_COMPAT2.5 may use #ifdef instead of #if
|
27 년 전 |
Roberto Ierusalimschy
|
fae0b52825
small bugs in error report
|
28 년 전 |
Roberto Ierusalimschy
|
de79e7fc58
back to "lua_upvalue"... (seems better choice)
|
28 년 전 |
Roberto Ierusalimschy
|
94144a7821
otimization: closures without upvalues don't need to be closures
|
28 년 전 |
Roberto Ierusalimschy
|
034f16892e
better treatment of MARKs and DEBUG cases.
|
28 년 전 |