summaryrefslogtreecommitdiff
path: root/ltable.h
Commit message (Expand)AuthorAgeFilesLines
...
* function "move" for tables is better implemented with some "insideRoberto Ierusalimschy1999-01-041-1/+2
* tables are better manipulated via "Hash *" instead of "TObject" orRoberto Ierusalimschy1998-12-301-2/+2
* auxiliar functions "luaH_setint" & "luaH_getint".Roberto Ierusalimschy1998-07-121-1/+4
* small details by lint.Roberto Ierusalimschy1997-11-261-2/+1
* first implementation of centralized global state.Roberto Ierusalimschy1997-11-191-4/+1
* macro "val" should live together with macro "ref".Roberto Ierusalimschy1997-10-181-1/+2
* better way to traverse GCnode lists.Roberto Ierusalimschy1997-09-261-2/+2
* Lua tables (hash)Roberto Ierusalimschy1997-09-161-0/+27