Roberto Ierusalimschy
|
cde179b369
new implementation for global variable values (separated from strings)
|
26 years ago |
Roberto Ierusalimschy
|
4e9f2d13d5
new implementation of hash tables.
|
26 years ago |
Roberto Ierusalimschy
|
c5fee7615e
new implementation for string hashing, with chaining.
|
26 years ago |
Roberto Ierusalimschy
|
63ccf42397
new API function 'lua_type'.
|
26 years ago |
Roberto Ierusalimschy
|
4343420d4d
simplified version of `gc' tag method (only for userdata now).
|
26 years ago |
Roberto Ierusalimschy
|
17374d2daa
`put_luaObjectonTop' must be public (to be used by lfback.c), and so
|
26 years ago |
Roberto Ierusalimschy
|
04265655a8
compatibility with old fallback system now provided by external module
|
26 years ago |
Roberto Ierusalimschy
|
c787dccd9b
"const" !!!
|
26 years ago |
Roberto Ierusalimschy
|
521b38532a
better interfaces for luaD_calln (x luaD_call)
|
26 years ago |
Roberto Ierusalimschy
|
36b6fe8d17
better treatment for arbitrary limits
|
26 years ago |
Roberto Ierusalimschy
|
34695d4f4a
details (message text)
|
26 years ago |
Roberto Ierusalimschy
|
705eae9fe4
there is no need for a size for Cblocks
|
26 years ago |
Roberto Ierusalimschy
|
6eb1399a1c
array Cblocks should grow dynamically
|
26 years ago |
Roberto Ierusalimschy
|
a775a2d81a
check first whether function is global.
|
26 years ago |
Roberto Ierusalimschy
|
5a8bb00df4
storing chunk "sources" instead of "filenames".
|
26 years ago |
Roberto Ierusalimschy
|
da18ec5d54
warnings...
|
26 years ago |
Roberto Ierusalimschy
|
6a853fcb8b
details (from lhf)
|
26 years ago |
Roberto Ierusalimschy
|
f04c83e075
new function "lua_next" (+ new implementation for "next")
|
26 years ago |
Roberto Ierusalimschy
|
d5feffdb60
new function lua_nextvar
|
26 years ago |
Roberto Ierusalimschy
|
bf6d2ccf92
details
|
26 years ago |
Roberto Ierusalimschy
|
fb1cf6ab2d
clearer way to set tables.
|
26 years ago |
Roberto Ierusalimschy
|
5687949560
"lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".
|
26 years ago |
Roberto Ierusalimschy
|
80001ab0eb
getlocal cannot return the local itself, since lua_isstring and
|
26 years ago |
Roberto Ierusalimschy
|
fd25d4ad85
no need to define functions for macros...
|
26 years ago |
Roberto Ierusalimschy
|
54840fb256
new functions to manipulate C global variables
|
26 years ago |
Roberto Ierusalimschy
|
59f8e6fb77
details ("settable")
|
26 years ago |
Roberto Ierusalimschy
|
5ca2709ba0
small warnings
|
27 years ago |
Roberto Ierusalimschy
|
b1450721be
new function "lua_nups" (number of upvalues).
|
27 years ago |
Roberto Ierusalimschy
|
cc117253c8
new implementation for error handling: on error, function _ERRORMESSAGE
|
27 years ago |
Roberto Ierusalimschy
|
1d8edd347d
small changes to use new auxiliar functions
|
27 years ago |