Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better definitions for MULTRET | Roberto Ierusalimschy | 2000-08-29 | 1 | -2/+1 |
| | |||||
* | first version for new API | Roberto Ierusalimschy | 2000-08-28 | 1 | -2/+1 |
| | |||||
* | (much) better handling of memory alloction errors | Roberto Ierusalimschy | 2000-08-07 | 1 | -1/+2 |
| | |||||
* | better error messages | Roberto Ierusalimschy | 2000-06-28 | 1 | -2/+2 |
| | |||||
* | code redistribution | Roberto Ierusalimschy | 2000-04-14 | 1 | -2/+1 |
| | |||||
* | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 2000-03-29 | 1 | -3/+1 |
| | | | | memory use a little higher, code much simpler). | ||||
* | limits now are in `llims.n' | Roberto Ierusalimschy | 2000-03-24 | 1 | -5/+1 |
| | |||||
* | new debug API (first version) | Roberto Ierusalimschy | 2000-01-19 | 1 | -4/+4 |
| | |||||
* | more debug information (still with bug for tag methods...) | Roberto Ierusalimschy | 1999-12-30 | 1 | -1/+3 |
| | |||||
* | new way to control hooks inside hooks (now the control is done inside Lua) | Roberto Ierusalimschy | 1999-12-21 | 1 | -3/+1 |
| | |||||
* | `lua_newstate' gets the inital stack size and other arguments | Roberto Ierusalimschy | 1999-12-06 | 1 | -2/+2 |
| | |||||
* | lua_Object is a pointer to the stack (because now the stack doen't move) | Roberto Ierusalimschy | 1999-12-02 | 1 | -7/+1 |
| | |||||
* | fixed stack; first version. | Roberto Ierusalimschy | 1999-12-01 | 1 | -9/+9 |
| | |||||
* | new signature for function luaD_call (old luaD_calln) | Roberto Ierusalimschy | 1999-11-25 | 1 | -2/+2 |
| | |||||
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -14/+14 |
| | |||||
* | some more `const's | Roberto Ierusalimschy | 1999-10-14 | 1 | -2/+2 |
| | |||||
* | simplified version of `gc' tag method (only for userdata now). | Roberto Ierusalimschy | 1999-10-04 | 1 | -2/+1 |
| | |||||
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -3/+3 |
| | |||||
* | better interfaces for luaD_calln (x luaD_call) | Roberto Ierusalimschy | 1999-06-22 | 1 | -3/+2 |
| | |||||
* | auxiliar function "luaD_calln". | Roberto Ierusalimschy | 1998-07-12 | 1 | -1/+2 |
| | |||||
* | optimization: closures without upvalues don't need to be closures | Roberto Ierusalimschy | 1997-12-15 | 1 | -2/+2 |
| | |||||
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -25/+7 |
| | |||||
* | "lua_open": now lua has an explicit open operation. | Roberto Ierusalimschy | 1997-11-04 | 1 | -1/+3 |
| | |||||
* | Stack and Call structure of Lua | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+62 |