summaryrefslogtreecommitdiff
path: root/lstate.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* IMtable must be initialized (and IMtable_size is not needed any more) dueRoberto Ierusalimschy1999-04-131-2/+1
* "L->Mbuffbase" is better kept as offset instead of pointerRoberto Ierusalimschy1999-02-251-2/+2
* "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".Roberto Ierusalimschy1999-02-041-1/+6
* "lua_state" is already declared in lua.h, which is included here.Roberto Ierusalimschy1998-08-301-4/+1
* new implementation for error handling: on error, function _ERRORMESSAGERoberto Ierusalimschy1998-08-211-2/+1
* detailsRoberto Ierusalimschy1998-06-241-3/+7
* small corrections in commentsRoberto Ierusalimschy1998-06-191-2/+2
* API for functions to manipulate global state.Roberto Ierusalimschy1998-06-021-10/+13
* NEW LL(1) PARSERRoberto Ierusalimschy1998-05-271-3/+1
* detailsRoberto Ierusalimschy1998-01-091-3/+3
* new scheme for buffers, centralized in auxlib.Roberto Ierusalimschy1997-12-171-3/+5
* store "functofind" in stack top, so doesn't need this field inRoberto Ierusalimschy1997-11-281-2/+1
* no more 'globalbag'Roberto Ierusalimschy1997-11-271-2/+1
* "stacklimit" is not necessary.Roberto Ierusalimschy1997-11-261-2/+1
* small modifications (format, small optimizations, etc)Roberto Ierusalimschy1997-11-211-6/+6
* global state for Lua interpreterRoberto Ierusalimschy1997-11-191-0/+82