aboutsummaryrefslogtreecommitdiff
path: root/ldo.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* limits now are in `llims.n'Roberto Ierusalimschy2000-03-241-5/+1
|
* new debug API (first version)Roberto Ierusalimschy2000-01-191-4/+4
|
* more debug information (still with bug for tag methods...)Roberto Ierusalimschy1999-12-301-1/+3
|
* new way to control hooks inside hooks (now the control is done inside Lua)Roberto Ierusalimschy1999-12-211-3/+1
|
* `lua_newstate' gets the inital stack size and other argumentsRoberto Ierusalimschy1999-12-061-2/+2
|
* lua_Object is a pointer to the stack (because now the stack doen't move)Roberto Ierusalimschy1999-12-021-7/+1
|
* fixed stack; first version.Roberto Ierusalimschy1999-12-011-9/+9
|
* new signature for function luaD_call (old luaD_calln)Roberto Ierusalimschy1999-11-251-2/+2
|
* first implementation of multiple states (reentrant code).Roberto Ierusalimschy1999-11-221-14/+14
|
* some more `const'sRoberto Ierusalimschy1999-10-141-2/+2
|
* simplified version of `gc' tag method (only for userdata now).Roberto Ierusalimschy1999-10-041-2/+1
|
* "const" !!!Roberto Ierusalimschy1999-08-161-3/+3
|
* better interfaces for luaD_calln (x luaD_call)Roberto Ierusalimschy1999-06-221-3/+2
|
* auxiliar function "luaD_calln".Roberto Ierusalimschy1998-07-121-1/+2
|
* optimization: closures without upvalues don't need to be closuresRoberto Ierusalimschy1997-12-151-2/+2
|
* first implementation of centralized global state.Roberto Ierusalimschy1997-11-191-25/+7
|
* "lua_open": now lua has an explicit open operation.Roberto Ierusalimschy1997-11-041-1/+3
|
* Stack and Call structure of LuaRoberto Ierusalimschy1997-09-161-0/+62