Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sure there is no mem problems, using %.ns instead of %s for luaV_error. | Roberto Ierusalimschy | 1997-11-19 | 1 | -2/+2 |
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -21/+17 |
* | details | Roberto Ierusalimschy | 1997-11-10 | 1 | -2/+2 |
* | "lua_open": now lua has an explicit open operation. | Roberto Ierusalimschy | 1997-11-04 | 1 | -63/+20 |
* | "global" version of a nil object. | Roberto Ierusalimschy | 1997-11-03 | 1 | -2/+2 |
* | first version of Cclosures. | Roberto Ierusalimschy | 1997-10-24 | 1 | -11/+16 |
* | better identification of types which are tags | Roberto Ierusalimschy | 1997-10-16 | 1 | -44/+15 |
* | new implementation for globals: Global value is stored in TaggedString | Roberto Ierusalimschy | 1997-09-26 | 1 | -2/+2 |
* | Tag methods | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+317 |