summaryrefslogtreecommitdiff
path: root/table.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* better control of integer types and their limitsRoberto Ierusalimschy1994-12-201-4/+4
|
* garbage collection tag for strings organized in struct TaggedStringRoberto Ierusalimschy1994-11-231-2/+3
|
* function 'lua_createstring' moved from table.c to tree.cRoberto Ierusalimschy1994-11-181-2/+1
|
* changes in garbage collection controlRoberto Ierusalimschy1994-11-171-5/+1
|
* correction of function 'nextvar'Roberto Ierusalimschy1994-11-161-2/+1
|
* unification of symbol tree and constant treeRoberto Ierusalimschy1994-11-141-3/+6
|
* function 'lua_addfile' returns an error messageRoberto Ierusalimschy1994-11-031-2/+2
|
* adaptative garbage collection.Waldemar Celes1994-10-171-1/+2
|
* Uso de arvores binarias para armazenar nomes e realocacao dinamicaWaldemar Celes1994-07-191-12/+2
| | | | de tabelas (pilhas, hashtable, globais, codigo, etc.)
* Implementacao da nova estrategia para armazenar os arraysWaldemar Celes1994-04-201-11/+15
| | | | em lista encadeada.
* eliminacao da funcao findenclosedconstant, cuja tarefa agoraRoberto Ierusalimschy1993-12-221-2/+1
| | | | e' realizada pelo analizador lexico
* Module to control static tablesWaldemar Celes1993-12-171-2/+2
|
* oldest known commitThe Lua team1993-07-281-0/+39