Roberto Ierusalimschy
|
3226ac2da8
"lua_ntable" and "lua_nconstant" are public (undump.c uses them).
|
29 years ago |
Roberto Ierusalimschy
|
d6e4c29733
fixed strings (not collectable) don't need to be inserted in the constant table.
|
29 years ago |
Roberto Ierusalimschy
|
d1608c597e
reserved words are stored in main string table; "marked" field is
|
29 years ago |
Roberto Ierusalimschy
|
41259bff31
BIG CHANGE: new data structure for constants, strings and globals, using
|
29 years ago |
Roberto Ierusalimschy
|
a0ef046ef1
elimination of unused declarations (left from old modifications)
|
29 years ago |
Roberto Ierusalimschy
|
0d50b87aa4
lua_table now has references to global variable names (TreeNode's).
|
29 years ago |
Roberto Ierusalimschy
|
e74b250d71
memory overflow tries a garbage collection; if it fails then exit the
|
29 years ago |
Roberto Ierusalimschy
|
15d48576ea
functions now may be declared with any "var" as a name;
|
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
|
8cb8594a3b
better control of integer types and their limits
|
31 years ago |
Roberto Ierusalimschy
|
d490555ec9
garbage collection tag for strings organized in struct TaggedString
|
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
|
94686ce585
correction of function 'nextvar'
|
31 years ago |
Roberto Ierusalimschy
|
86b35cf4f6
unification of symbol tree and constant tree
|
31 years ago |
Roberto Ierusalimschy
|
852d9a8597
function 'lua_addfile' returns an error message
|
31 years ago |
Waldemar Celes
|
f8c8159362
adaptative garbage collection.
|
31 years ago |
Waldemar Celes
|
493d718b7f
Uso de arvores binarias para armazenar nomes e realocacao dinamica
|
31 years ago |
Waldemar Celes
|
44521b21e5
Implementacao da nova estrategia para armazenar os arrays
|
31 years ago |
Roberto Ierusalimschy
|
72f67fa810
eliminacao da funcao findenclosedconstant, cuja tarefa agora
|
32 years ago |
Waldemar Celes
|
4478f0ce92
Module to control static tables
|
32 years ago |
The Lua team
|
cd05d9c5cb
oldest known commit
|
32 years ago |