summaryrefslogtreecommitdiff
path: root/ldo.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* distinct functions to create/destroy states and threadsRoberto Ierusalimschy2002-01-111-2/+1
* small optimizationsRoberto Ierusalimschy2001-12-201-1/+0
* first version of Lua "stackless"Roberto Ierusalimschy2001-12-181-2/+5
* no more explicit support for wide-chars; too much troble...Roberto Ierusalimschy2001-11-281-2/+2
* new definition for `luaD_call' and `luaD_adjusttop'Roberto Ierusalimschy2001-06-081-3/+3
* detailsRoberto Ierusalimschy2001-06-051-2/+5
* better way to link callinfo's and stackRoberto Ierusalimschy2001-03-071-2/+2
* first (big) step to support wide charsRoberto Ierusalimschy2001-02-231-2/+2
* new way to handle top x L->topRoberto Ierusalimschy2001-02-071-2/+1
* macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua coreRoberto Ierusalimschy2001-01-241-1/+2
* luaD_call is more uniformRoberto Ierusalimschy2000-10-061-3/+1
* tag methods are always functions, so don't need to store a whole objectRoberto Ierusalimschy2000-10-051-2/+2
* call hooks can only be called when `pc' is active (that is, insideRoberto Ierusalimschy2000-10-041-1/+3
* new version of protected executionRoberto Ierusalimschy2000-09-251-2/+4
* better definitions for MULTRETRoberto Ierusalimschy2000-08-291-2/+1
* first version for new APIRoberto Ierusalimschy2000-08-281-2/+1
* (much) better handling of memory alloction errorsRoberto Ierusalimschy2000-08-071-1/+2
* better error messagesRoberto Ierusalimschy2000-06-281-2/+2
* code redistributionRoberto Ierusalimschy2000-04-141-2/+1
* no more special cases for closures with 0 upvalues (performance is the same,Roberto Ierusalimschy2000-03-291-3/+1
* 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