Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | obsolete module; not part of the oficial distribution | Roberto Ierusalimschy | 2000-08-09 | 1 | -14/+2 |
| | |||||
* | function lua_userinit is used only in single-state mode (by lua.c) | Roberto Ierusalimschy | 2000-06-16 | 1 | -10/+8 |
| | |||||
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -1/+2 |
| | |||||
* | `lua_setfallback' leaves things on the stack, so it is better to protect | Roberto Ierusalimschy | 1999-12-06 | 1 | -1/+3 |
| | | | | it. | ||||
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -6/+8 |
| | |||||
* | initialization module (to load libraries) | Roberto Ierusalimschy | 1999-01-08 | 1 | -0/+17 |