Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | details (mainly error messages) | Roberto Ierusalimschy | 1997-12-09 | 1 | -2/+3 |
* | other access method for C upvalues (as arguments) | Roberto Ierusalimschy | 1997-11-27 | 1 | -14/+25 |
* | details | Roberto Ierusalimschy | 1997-11-26 | 1 | -16/+15 |
* | "stacklimit" is not necessary. | Roberto Ierusalimschy | 1997-11-26 | 1 | -9/+5 |
* | small modifications (format, small optimizations, etc) | Roberto Ierusalimschy | 1997-11-21 | 1 | -2/+2 |
* | 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 |