summaryrefslogtreecommitdiff
path: root/lstate.h
Commit message (Collapse)AuthorAgeFilesLines
* new debug API (first version)Roberto Ierusalimschy2000-01-191-3/+3
|
* comments.Roberto Ierusalimschy1999-12-271-3/+3
|
* new way to control hooks inside hooks (now the control is done inside Lua)Roberto Ierusalimschy1999-12-211-4/+5
|
* `lua_newstate' gets the inital stack size and other argumentsRoberto Ierusalimschy1999-12-061-1/+2
|
* fixed stack; first version.Roberto Ierusalimschy1999-12-011-13/+14
|
* first implementation of multiple states (reentrant code).Roberto Ierusalimschy1999-11-221-2/+2
|
* ways to measure number of `blocks' for GC + detailsRoberto Ierusalimschy1999-11-101-10/+2
|
* new implementation for global variable values (separated from strings)Roberto Ierusalimschy1999-11-041-2/+2
|
* simplified version of `gc' tag method (only for userdata now).Roberto Ierusalimschy1999-10-041-5/+5
|
* there is no need for a size for CblocksRoberto Ierusalimschy1999-05-111-2/+1
|
* array Cblocks should grow dynamicallyRoberto Ierusalimschy1999-05-111-4/+3
|
* warnings by clinioRoberto Ierusalimschy1999-05-101-3/+13
|
* IMtable must be initialized (and IMtable_size is not needed any more) dueRoberto Ierusalimschy1999-04-131-2/+1
| | | | to new way to handle growing vectors (previous modification).
* "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
| | | | is called, which in turn calls _ALERT to write a message to stderr.
* 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
| | | | global state.
* 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