Roberto Ierusalimschy
|
57ffc3f009
|
luaH_set does the set, and protects its value, so luaH_move can be a
macro.
|
1999-01-25 15:40:10 -02:00 |
|
Roberto Ierusalimschy
|
1b45e967b4
|
table entries with ref=null always have val=null too.
|
1999-01-25 10:30:11 -02:00 |
|
Roberto Ierusalimschy
|
b9c9ccfbb4
|
function "move" for tables is better implemented with some "inside
information".
|
1999-01-04 10:54:33 -02:00 |
|
Roberto Ierusalimschy
|
9a45543841
|
tables are better manipulated via "Hash *" instead of "TObject" or
"lua_Object".
|
1998-12-30 11:14:46 -02:00 |
|
Roberto Ierusalimschy
|
41d9ea948c
|
auxiliar functions "luaH_setint" & "luaH_getint".
|
1998-07-12 13:15:19 -03:00 |
|
Roberto Ierusalimschy
|
9ae0c082a3
|
small details by lint.
|
1997-11-26 16:53:45 -02:00 |
|
Roberto Ierusalimschy
|
592a3f289b
|
first implementation of centralized global state.
|
1997-11-19 15:29:23 -02:00 |
|
Roberto Ierusalimschy
|
2c89651fc6
|
macro "val" should live together with macro "ref".
|
1997-10-18 14:29:15 -02:00 |
|
Roberto Ierusalimschy
|
eb617df2d8
|
better way to traverse GCnode lists.
|
1997-09-26 13:46:20 -03:00 |
|
Roberto Ierusalimschy
|
a404f6e0e6
|
Lua tables (hash)
|
1997-09-16 16:25:59 -03:00 |
|