Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | macros "growvector" and "reallocvector" more compact | Roberto Ierusalimschy | 1999-02-26 | 1 | -5/+3 |
* | details (from lhf) | Roberto Ierusalimschy | 1999-02-25 | 1 | -2/+2 |
* | new way to handle "growing" vectors | Roberto Ierusalimschy | 1999-02-25 | 1 | -6/+5 |
* | "errorim" now is _ERRORMESSAGE. | Roberto Ierusalimschy | 1999-02-04 | 1 | -4/+7 |
* | names... | Roberto Ierusalimschy | 1999-01-15 | 1 | -35/+21 |
* | details (comments) | Roberto Ierusalimschy | 1999-01-13 | 1 | -6/+4 |
* | better error message | Roberto Ierusalimschy | 1998-12-23 | 1 | -3/+5 |
* | new implementation for error handling: on error, function _ERRORMESSAGE | Roberto Ierusalimschy | 1998-08-21 | 1 | -3/+1 |
* | "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 |