Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small optimizations (?) | Roberto Ierusalimschy | 1998-01-13 | 1 | -3/+7 |
* | details | Roberto Ierusalimschy | 1997-12-30 | 1 | -5/+2 |
* | details (mainly error messages) | Roberto Ierusalimschy | 1997-12-09 | 1 | -3/+3 |
* | first version of "lua_close" | Roberto Ierusalimschy | 1997-12-01 | 1 | -1/+39 |
* | 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 | -26/+16 |
* | "lua_open": now lua has an explicit open operation. | Roberto Ierusalimschy | 1997-11-04 | 1 | -16/+12 |
* | GC now considers an "estimate" of object size, instead of just the number | Roberto Ierusalimschy | 1997-10-23 | 1 | -4/+9 |
* | new implementation for globals: Global value is stored in TaggedString | Roberto Ierusalimschy | 1997-09-26 | 1 | -19/+65 |
* | String table (keep all strings handled by Lua) | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+186 |