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 |
Roberto Ierusalimschy
|
0162decc58
tags T_NIL, etc, changed to LUA_T_NIL, etc
|
31 years ago |
Roberto Ierusalimschy
|
ac68a3abc4
frees filename from file stack
|
31 years ago |
Roberto Ierusalimschy
|
1a6536aaad
deletion of 'include mm.h'
|
31 years ago |
Roberto Ierusalimschy
|
25010f8e09
remove of 'printf' for debuging.
|
31 years ago |
Waldemar Celes
|
f8c8159362
adaptative garbage collection.
|
31 years ago |
Waldemar Celes
|
b1e9b37883
Implementacao de funcoes para tratar Lua function em C e
|
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 |
Waldemar Celes
|
ed80de37d9
Correcao de bug: uma string ja' existente na tabela de string nao
|
31 years ago |
Waldemar Celes
|
662e2fa5cc
Modificaco para reservar espaco do byte para marcar constantes
|
31 years ago |