Roberto Ierusalimschy
|
63b8a6fd20
"getobjname" checks first fallbacks (so, if a function is global and
|
30 years ago |
Roberto Ierusalimschy
|
15d48576ea
functions now may be declared with any "var" as a name;
|
30 years ago |
Roberto Ierusalimschy
|
ebcf546a55
small changes in the format of debug information.
|
30 years ago |
Roberto Ierusalimschy
|
2cffb08a5c
new style for debug information about functions: no more SETFUNCTION
|
30 years ago |
Roberto Ierusalimschy
|
b17c76817d
new function "luaI_findconstantbyname".
|
30 years ago |
Roberto Ierusalimschy
|
68f337dfa6
Garbage collection of functions + header structure for functions
|
30 years ago |
Roberto Ierusalimschy
|
457bac94ce
small corrections to avoid uninitialized global variables.
|
30 years ago |
Waldemar Celes
|
e13753e2fb
Ajustar limites para garbage collection.
|
30 years ago |
Roberto Ierusalimschy
|
ec79f25286
new lua function "getstack"; new interface to function luaI_reportbug.
|
30 years ago |
Roberto Ierusalimschy
|
18ea2eff80
calls to "lua_reportbug" changed to "lua_error", since
|
30 years ago |
Waldemar Celes
|
6e0e9935ec
trocar a funcao para garbage colector adaptativo.
|
30 years ago |
Roberto Ierusalimschy
|
f4591397da
strdup is done via mem.c to control its memory allocation
|
31 years ago |
Roberto Ierusalimschy
|
8faf4d1de2
control of garbage collection is done with Longs, as there can be
|
31 years ago |
Roberto Ierusalimschy
|
8cb8594a3b
better control of integer types and their limits
|
31 years ago |
Roberto Ierusalimschy
|
3365a35243
new constant LUA_NOOBJECT
|
31 years ago |
Roberto Ierusalimschy
|
d490555ec9
garbage collection tag for strings organized in struct TaggedString
|
31 years ago |
Roberto Ierusalimschy
|
bba1ae427f
new lua functions 'getglobal' and 'setglobal'
|
31 years ago |
Roberto Ierusalimschy
|
73664eb739
function 'lua_createstring' moved from table.c to tree.c
|
31 years ago |
Roberto Ierusalimschy
|
b234da1cc2
changes in garbage collection control
|
31 years ago |
Roberto Ierusalimschy
|
2b5bc5d1a8
new module for memory allocation
|
31 years ago |
Roberto Ierusalimschy
|
94686ce585
correction of function 'nextvar'
|
31 years ago |
Roberto Ierusalimschy
|
86b35cf4f6
unification of symbol tree and constant tree
|
31 years ago |
Roberto Ierusalimschy
|
b8996eaaba
small corrections to avoid 'warings' with acc
|
31 years ago |
Roberto Ierusalimschy
|
ff7f769454
small changes in error recovery
|
31 years ago |
Roberto Ierusalimschy
|
5f2d187b73
frees file names when unstacked
|
31 years ago |
Roberto Ierusalimschy
|
dabe09518f
garbage collection for locked objects
|
31 years ago |
Roberto Ierusalimschy
|
d95a8b3121
new API: lua_Object now is an integer
|
31 years ago |
Roberto Ierusalimschy
|
8c22057b2e
new global function 'setfallback'
|
31 years ago |
Roberto Ierusalimschy
|
42ef3f9388
there is no need of predefined constants.
|
31 years ago |
Roberto Ierusalimschy
|
852d9a8597
function 'lua_addfile' returns an error message
|
31 years ago |