summaryrefslogtreecommitdiff
path: root/ltable.c
Commit message (Expand)AuthorAgeFilesLines
* small modifications (format, small optimizations, etc)Roberto Ierusalimschy1997-11-211-2/+2
* first implementation of centralized global state.Roberto Ierusalimschy1997-11-191-8/+6
* first version of Cclosures.Roberto Ierusalimschy1997-10-241-4/+1
* GC now considers an "estimate" of object size, instead of just the numberRoberto Ierusalimschy1997-10-231-6/+11
* macro "val" should live together with macro "ref".Roberto Ierusalimschy1997-10-181-2/+1
* better way to traverse GCnode lists.Roberto Ierusalimschy1997-09-261-11/+3
* Lua tables (hash)Roberto Ierusalimschy1997-09-161-0/+218