summaryrefslogtreecommitdiff
path: root/lstate.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tag methods are always functions, so don't need to store a whole objectRoberto Ierusalimschy2000-10-051-3/+4
|
* new way to count `nblocks' for GC (try to count bytes).Roberto Ierusalimschy2000-09-291-2/+2
|
* new version of protected executionRoberto Ierusalimschy2000-09-251-12/+2
|
* new scheme for buffersRoberto Ierusalimschy2000-09-111-3/+1
|
* first version for new APIRoberto Ierusalimschy2000-08-281-18/+17
|
* no more options for debug information: it is always onRoberto Ierusalimschy2000-08-081-2/+1
|
* (much) better handling of memory alloction errorsRoberto Ierusalimschy2000-08-071-3/+6
|
* code cleaner for 16 bits.Roberto Ierusalimschy2000-05-241-5/+5
|
* string hash uses one single hash tableRoberto Ierusalimschy2000-05-101-6/+4
|
* global variables are stored in a Lua tableRoberto Ierusalimschy2000-05-081-3/+3
|
* new names for debug typesRoberto Ierusalimschy2000-03-301-3/+3
|
* some name changesRoberto Ierusalimschy2000-03-101-3/+3
|
* small changes for "clean C"Roberto Ierusalimschy2000-02-081-3/+3
|
* 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