Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support for strings with '\0' | Roberto Ierusalimschy | 1998-03-06 | 1 | -1/+2 |
* | first version of "lua_close" | Roberto Ierusalimschy | 1997-12-01 | 1 | -1/+4 |
* | small details by lint. | Roberto Ierusalimschy | 1997-11-26 | 1 | -2/+1 |
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -3/+1 |
* | "lua_open": now lua has an explicit open operation. | Roberto Ierusalimschy | 1997-11-04 | 1 | -1/+3 |
* | new implementation for globals: Global value is stored in TaggedString | Roberto Ierusalimschy | 1997-09-26 | 1 | -1/+5 |
* | String table (keep all strings handled by Lua) | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+21 |