aboutsummaryrefslogtreecommitdiff
path: root/ldo.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* defines for _ERRORMESSAGE and _ALERTRoberto Ierusalimschy2000-05-091-2/+2
|
* global variables are stored in a Lua tableRoberto Ierusalimschy2000-05-081-2/+3
|
* code redistributionRoberto Ierusalimschy2000-04-141-12/+1
|
* name changeRoberto Ierusalimschy2000-03-301-3/+3
|
* new names for debug typesRoberto Ierusalimschy2000-03-301-6/+6
|
* no more special cases for closures with 0 upvalues (performance is the same,Roberto Ierusalimschy2000-03-291-40/+23
| | | | memory use a little higher, code much simpler).
* some name changesRoberto Ierusalimschy2000-03-101-14/+14
|
* many details (most by lhf).Roberto Ierusalimschy2000-03-031-5/+5
|
* small changes for "clean C"Roberto Ierusalimschy2000-02-081-7/+7
|
* new debug API (first version)Roberto Ierusalimschy2000-01-191-25/+18
|
* little change when calling tag methodsRoberto Ierusalimschy2000-01-131-21/+15
|
* bug: cannot reopen stdin (for binary mode)Roberto Ierusalimschy1999-12-301-10/+18
|
* more debug information (still with bug for tag methods...)Roberto Ierusalimschy1999-12-301-7/+7
|
* first version of extra debug information (NAME)Roberto Ierusalimschy1999-12-291-2/+3
|
* comments.Roberto Ierusalimschy1999-12-271-4/+4
|
* new ttypes to distinguish between C closures and Lua closures.Roberto Ierusalimschy1999-12-231-31/+40
|
* new way to control hooks inside hooks (now the control is done inside Lua)Roberto Ierusalimschy1999-12-211-29/+44
|
* better control (and error recovery) for begin/end blocksRoberto Ierusalimschy1999-12-061-3/+7
|
* configurable stack size + some corrections in error recovery inRoberto Ierusalimschy1999-12-061-32/+27
| | | | `protectedrun'
* missing includeRoberto Ierusalimschy1999-12-021-1/+2
|
* lua_Object is a pointer to the stack (because now the stack doen't move)Roberto Ierusalimschy1999-12-021-3/+3
|
* fixed stack; first version.Roberto Ierusalimschy1999-12-011-83/+88
|
* new signature for function luaD_call (old luaD_calln)Roberto Ierusalimschy1999-11-251-15/+12
|
* first implementation of multiple states (reentrant code).Roberto Ierusalimschy1999-11-221-63/+64
|
* new implementation for global variable values (separated from strings)Roberto Ierusalimschy1999-11-041-3/+2
|
* some more `const'sRoberto Ierusalimschy1999-10-141-3/+4
|
* better assertions.Roberto Ierusalimschy1999-10-141-1/+2
|
* simplified version of `gc' tag method (only for userdata now).Roberto Ierusalimschy1999-10-041-14/+1
|
* details.Roberto Ierusalimschy1999-09-061-2/+2
|
* "const" !!!Roberto Ierusalimschy1999-08-161-14/+12
|
* better interfaces for luaD_calln (x luaD_call)Roberto Ierusalimschy1999-06-221-35/+23
|
* better treatment for arbitrary limitsRoberto Ierusalimschy1999-06-171-2/+2
|
* tighter control on the stack when debuggingRoberto Ierusalimschy1999-05-241-7/+10
|
* warnings by clinioRoberto Ierusalimschy1999-05-101-17/+16
|
* detailsRoberto Ierusalimschy1999-03-111-3/+3
|
* missing #includeRoberto Ierusalimschy1999-03-101-1/+2
|
* format for file source is independent of "ldo".Roberto Ierusalimschy1999-03-101-7/+4
|
* details about debug info.Roberto Ierusalimschy1999-03-051-2/+2
|
* storing chunk "sources" instead of "filenames".Roberto Ierusalimschy1999-03-041-34/+13
|
* macros "growvector" and "reallocvector" more compactRoberto Ierusalimschy1999-02-261-7/+5
|
* commentsRoberto Ierusalimschy1999-02-221-3/+3
|
* better control over calls to _ALERT and _ERRORMESSAGE (to avoid errorRoberto Ierusalimschy1999-02-221-6/+5
| | | | loops)
* debug state is restored after a dofile/dostringRoberto Ierusalimschy1999-02-221-1/+3
|
* detailsRoberto Ierusalimschy1999-02-121-2/+2
|
* "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".Roberto Ierusalimschy1999-02-041-7/+7
|
* GC can be called during parsing, if needed.Roberto Ierusalimschy1999-01-151-12/+12
|
* new implementation for error handling: on error, function _ERRORMESSAGERoberto Ierusalimschy1998-08-211-22/+11
| | | | is called, which in turn calls _ALERT to write a message to stderr.
* auxiliar function "luaD_calln".Roberto Ierusalimschy1998-07-121-4/+7
|
* "dostring" accepts chunk name.Roberto Ierusalimschy1998-06-191-13/+24
|
* "lua_dobuffer" gets an extra argument, with the chunk nameRoberto Ierusalimschy1998-06-151-12/+7
|