aboutsummaryrefslogtreecommitdiff
path: root/ldo.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* detailsRoberto Ierusalimschy1997-11-261-16/+15
|
* "stacklimit" is not necessary.Roberto Ierusalimschy1997-11-261-9/+5
|
* small modifications (format, small optimizations, etc)Roberto Ierusalimschy1997-11-211-2/+2
|
* first implementation of centralized global state.Roberto Ierusalimschy1997-11-191-89/+81
|
* small detailsRoberto Ierusalimschy1997-11-071-1/+2
|
* "lua_open": now lua has an explicit open operation.Roberto Ierusalimschy1997-11-041-14/+8
|
* no need of "emergency error"...Roberto Ierusalimschy1997-11-031-20/+3
|
* first version of Cclosures.Roberto Ierusalimschy1997-10-241-44/+51
|
* GC now considers an "estimate" of object size, instead of just the numberRoberto Ierusalimschy1997-10-231-5/+5
| | | | of objects.
* "nupvalues" is kept in Closure, not in prototype (as a preparationRoberto Ierusalimschy1997-10-161-2/+2
| | | | for C closures...)
* new implementation for globals: Global value is stored in TaggedStringRoberto Ierusalimschy1997-09-261-1/+3
|
* Stack and Call structure of LuaRoberto Ierusalimschy1997-09-161-0/+415