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
/
ltable.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
new function "lua_next" (+ new implementation for "next")
Roberto Ierusalimschy
1999-02-23
1
-23
/
+5
*
luaH_set does the set and protect its value; luaH_move can then be a
Roberto Ierusalimschy
1999-01-25
1
-31
/
+16
*
table entries with ref=null always have val=null too.
Roberto Ierusalimschy
1999-01-25
1
-28
/
+15
*
small optimizations(?)
Roberto Ierusalimschy
1999-01-22
1
-49
/
+36
*
function "move" for tables is better implemented with some "inside
Roberto Ierusalimschy
1999-01-04
1
-1
/
+11
*
tables are better manipulated via "Hash *" instead of "TObject" or
Roberto Ierusalimschy
1998-12-30
1
-6
/
+3
*
small bug: nuse may change when table is rehashed;
Roberto Ierusalimschy
1998-08-11
1
-11
/
+10
*
hash tables may shrink if use rate is too small.
Roberto Ierusalimschy
1998-08-10
1
-7
/
+3
*
auxiliar functions "luaH_setint" & "luaH_getint".
Roberto Ierusalimschy
1998-07-12
1
-2
/
+19
*
tables can become full of "emptys" slots, and keep growing without limits.
Roberto Ierusalimschy
1998-01-28
1
-17
/
+17
*
small optimizations (?)
Roberto Ierusalimschy
1998-01-13
1
-2
/
+3
*
small optimizations in switch order
Roberto Ierusalimschy
1998-01-09
1
-5
/
+5
*
optimization: closures without upvalues don't need to be closures
Roberto Ierusalimschy
1997-12-15
1
-2
/
+8
*
details (mainly error messages)
Roberto Ierusalimschy
1997-12-09
1
-2
/
+2
*
small modifications (format, small optimizations, etc)
Roberto Ierusalimschy
1997-11-21
1
-2
/
+2
*
first implementation of centralized global state.
Roberto Ierusalimschy
1997-11-19
1
-8
/
+6
*
first version of Cclosures.
Roberto Ierusalimschy
1997-10-24
1
-4
/
+1
*
GC now considers an "estimate" of object size, instead of just the number
Roberto Ierusalimschy
1997-10-23
1
-6
/
+11
*
macro "val" should live together with macro "ref".
Roberto Ierusalimschy
1997-10-18
1
-2
/
+1
*
better way to traverse GCnode lists.
Roberto Ierusalimschy
1997-09-26
1
-11
/
+3
*
Lua tables (hash)
Roberto Ierusalimschy
1997-09-16
1
-0
/
+218