summaryrefslogtreecommitdiff
path: root/lstring.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* small corrections in commentsRoberto Ierusalimschy1998-06-191-2/+2
* support for strings with '\0'Roberto Ierusalimschy1998-03-061-41/+75
* tables can become full of "emptys" slots, and keep growing without limits.Roberto Ierusalimschy1998-01-281-8/+25
* small optimizations (?)Roberto Ierusalimschy1998-01-131-3/+7
* detailsRoberto Ierusalimschy1997-12-301-5/+2
* details (mainly error messages)Roberto Ierusalimschy1997-12-091-3/+3
* first version of "lua_close"Roberto Ierusalimschy1997-12-011-1/+39
* 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
* 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