Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "findname" moved from lobject.c to lauxlib.c (so libraries may use it). | Roberto Ierusalimschy | 1998-06-18 | 1 | -4/+4 |
* | details | Roberto Ierusalimschy | 1998-03-11 | 1 | -2/+2 |
* | better use of "ASSERT". | Roberto Ierusalimschy | 1998-03-09 | 1 | -2/+2 |
* | LUA_COMPAT2.5 may use #ifdef instead of #if | Roberto Ierusalimschy | 1998-01-02 | 1 | -2/+2 |
* | optimization: closures without upvalues don't need to be closures | Roberto Ierusalimschy | 1997-12-15 | 1 | -5/+6 |
* | new API function and built-in "lua_copytagmethods" | Roberto Ierusalimschy | 1997-12-11 | 1 | -2/+14 |
* | better treatment of MARKs and DEBUG cases. | Roberto Ierusalimschy | 1997-12-11 | 1 | -2/+6 |
* | 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 |