summaryrefslogtreecommitdiff
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* creation of strings must call garbage collector.Roberto Ierusalimschy1996-03-141-1/+2
* functions "luaI_free" and "luaI_realloc" (or macro "growvector") may beRoberto Ierusalimschy1996-02-221-15/+13
* small improvementsRoberto Ierusalimschy1996-02-141-6/+4
* reserved words are stored in main string table; "marked" field isRoberto Ierusalimschy1996-02-141-8/+19
* BIG CHANGE: new data structure for constants, strings and globals, usingRoberto Ierusalimschy1996-02-121-60/+92
* lua_table now has references to global variable names (TreeNode's).Roberto Ierusalimschy1996-01-261-19/+1
* 'nextvar' now traverses the symbol array, instead of the constant tree.Roberto Ierusalimschy1995-10-171-30/+12
* control of garbage collection is done with Longs, as there can beRoberto Ierusalimschy1995-01-121-3/+3
* better control of integer types and their limitsRoberto Ierusalimschy1994-12-201-3/+3
* new hash function; hash value for strings are kept with the stringRoberto Ierusalimschy1994-11-251-1/+3
* garbage collection tag for strings organized in struct TaggedStringRoberto Ierusalimschy1994-11-231-16/+15
* function 'lua_createstring' moved from table.c to tree.cRoberto Ierusalimschy1994-11-181-2/+3
* changes in garbage collection controlRoberto Ierusalimschy1994-11-171-7/+8
* uses a single list to keep allocated strings.Roberto Ierusalimschy1994-11-161-88/+42
* new module for memory allocationRoberto Ierusalimschy1994-11-161-8/+6
* correction of function 'nextvar'Roberto Ierusalimschy1994-11-161-4/+13
* unification of symbol tree and constant treeRoberto Ierusalimschy1994-11-141-58/+11
* small changes in error recoveryRoberto Ierusalimschy1994-11-101-2/+2
* new parameter in function 'tree_create'. Maybe we will return toWaldemar Celes1994-10-181-7/+21
* Arvore binaria de strings, variaveis e constantes.Waldemar Celes1994-07-191-0/+210