Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -89/+81 |
* | small details | Roberto Ierusalimschy | 1997-11-07 | 1 | -1/+2 |
* | "lua_open": now lua has an explicit open operation. | Roberto Ierusalimschy | 1997-11-04 | 1 | -14/+8 |
* | no need of "emergency error"... | Roberto Ierusalimschy | 1997-11-03 | 1 | -20/+3 |
* | first version of Cclosures. | Roberto Ierusalimschy | 1997-10-24 | 1 | -44/+51 |
* | GC now considers an "estimate" of object size, instead of just the number | Roberto Ierusalimschy | 1997-10-23 | 1 | -5/+5 |
* | "nupvalues" is kept in Closure, not in prototype (as a preparation | Roberto Ierusalimschy | 1997-10-16 | 1 | -2/+2 |
* | new implementation for globals: Global value is stored in TaggedString | Roberto Ierusalimschy | 1997-09-26 | 1 | -1/+3 |
* | Stack and Call structure of Lua | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+415 |