index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tree.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
creation of strings must call garbage collector.
Roberto Ierusalimschy
1996-03-14
1
-1
/
+2
*
functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be
Roberto Ierusalimschy
1996-02-22
1
-15
/
+13
*
small improvements
Roberto Ierusalimschy
1996-02-14
1
-6
/
+4
*
reserved words are stored in main string table; "marked" field is
Roberto Ierusalimschy
1996-02-14
1
-8
/
+19
*
BIG CHANGE: new data structure for constants, strings and globals, using
Roberto Ierusalimschy
1996-02-12
1
-60
/
+92
*
lua_table now has references to global variable names (TreeNode's).
Roberto Ierusalimschy
1996-01-26
1
-19
/
+1
*
'nextvar' now traverses the symbol array, instead of the constant tree.
Roberto Ierusalimschy
1995-10-17
1
-30
/
+12
*
control of garbage collection is done with Longs, as there can be
Roberto Ierusalimschy
1995-01-12
1
-3
/
+3
*
better control of integer types and their limits
Roberto Ierusalimschy
1994-12-20
1
-3
/
+3
*
new hash function; hash value for strings are kept with the string
Roberto Ierusalimschy
1994-11-25
1
-1
/
+3
*
garbage collection tag for strings organized in struct TaggedString
Roberto Ierusalimschy
1994-11-23
1
-16
/
+15
*
function 'lua_createstring' moved from table.c to tree.c
Roberto Ierusalimschy
1994-11-18
1
-2
/
+3
*
changes in garbage collection control
Roberto Ierusalimschy
1994-11-17
1
-7
/
+8
*
uses a single list to keep allocated strings.
Roberto Ierusalimschy
1994-11-16
1
-88
/
+42
*
new module for memory allocation
Roberto Ierusalimschy
1994-11-16
1
-8
/
+6
*
correction of function 'nextvar'
Roberto Ierusalimschy
1994-11-16
1
-4
/
+13
*
unification of symbol tree and constant tree
Roberto Ierusalimschy
1994-11-14
1
-58
/
+11
*
small changes in error recovery
Roberto Ierusalimschy
1994-11-10
1
-2
/
+2
*
new parameter in function 'tree_create'. Maybe we will return to
Waldemar Celes
1994-10-18
1
-7
/
+21
*
Arvore binaria de strings, variaveis e constantes.
Waldemar Celes
1994-07-19
1
-0
/
+210