summaryrefslogtreecommitdiff
path: root/lstring.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* small modifications (format, small optimizations, etc)Roberto Ierusalimschy1997-11-211-2/+2
|
* first implementation of centralized global state.Roberto Ierusalimschy1997-11-191-26/+16
|
* "lua_open": now lua has an explicit open operation.Roberto Ierusalimschy1997-11-041-16/+12
|
* GC now considers an "estimate" of object size, instead of just the numberRoberto Ierusalimschy1997-10-231-4/+9
| | | | of objects.
* new implementation for globals: Global value is stored in TaggedStringRoberto Ierusalimschy1997-09-261-19/+65
|
* String table (keep all strings handled by Lua)Roberto Ierusalimschy1997-09-161-0/+186