Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IMtable must be initialized (and IMtable_size is not needed any more) due | Roberto Ierusalimschy | 1999-04-13 | 1 | -6/+7 |
* | "L->Mbuffbase" is better kept as offset instead of pointer | Roberto Ierusalimschy | 1999-02-25 | 1 | -2/+2 |
* | "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". | Roberto Ierusalimschy | 1999-02-04 | 1 | -1/+4 |
* | new functions to manipulate C global variables | Roberto Ierusalimschy | 1999-01-15 | 1 | -7/+1 |
* | API for functions to manipulate global state. | Roberto Ierusalimschy | 1998-06-02 | 1 | -3/+11 |
* | new scheme for buffers, centralized in auxlib. | Roberto Ierusalimschy | 1997-12-17 | 1 | -1/+3 |
* | better treatment of MARKs and DEBUG cases. | Roberto Ierusalimschy | 1997-12-11 | 1 | -2/+2 |
* | first version of "lua_close" | Roberto Ierusalimschy | 1997-12-01 | 1 | -1/+27 |
* | no more 'globalbag' | Roberto Ierusalimschy | 1997-11-27 | 1 | -3/+1 |
* | global state for Lua interpreter | Roberto Ierusalimschy | 1997-11-19 | 1 | -0/+52 |