summaryrefslogtreecommitdiff
path: root/ldo.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 'dobuffer' addpoted.Roberto Ierusalimschy1998-05-311-5/+3
|
* put back quotes (") when string in dostring ends with a \nRoberto Ierusalimschy1998-01-291-2/+5
|
* "volatile is the only reliable way to ensure that a local variableRoberto Ierusalimschy1998-01-281-6/+6
| | | | retains the value it had at the time of the call to longjmp"
* details in "dostring" identificationRoberto Ierusalimschy1998-01-271-2/+2
|
* back to upavalues as extra arguments for C closures; this way it'sRoberto Ierusalimschy1998-01-071-2/+17
| | | | trivial to make currying.
* some details related to OLD_ANSIRoberto Ierusalimschy1997-12-261-4/+3
|
* error method *always* gets a string (otherwise it is not called at all)Roberto Ierusalimschy1997-12-231-4/+2
|
* "zio" now keeps its "name".Roberto Ierusalimschy1997-12-221-14/+14
|
* back to "lua_upvalue"... (seems better choice)Roberto Ierusalimschy1997-12-181-14/+4
|
* "lua_dobuffer" (is not official, but its there...)Roberto Ierusalimschy1997-12-171-1/+12
|
* optimization: closures without upvalues don't need to be closuresRoberto Ierusalimschy1997-12-151-31/+37
|
* details (mainly error messages)Roberto Ierusalimschy1997-12-091-2/+3
|
* other access method for C upvalues (as arguments)Roberto Ierusalimschy1997-11-271-14/+25
|
* detailsRoberto Ierusalimschy1997-11-261-16/+15
|
* "stacklimit" is not necessary.Roberto Ierusalimschy1997-11-261-9/+5
|
* small modifications (format, small optimizations, etc)Roberto Ierusalimschy1997-11-211-2/+2
|
* first implementation of centralized global state.Roberto Ierusalimschy1997-11-191-89/+81
|
* small detailsRoberto Ierusalimschy1997-11-071-1/+2
|
* "lua_open": now lua has an explicit open operation.Roberto Ierusalimschy1997-11-041-14/+8
|
* no need of "emergency error"...Roberto Ierusalimschy1997-11-031-20/+3
|
* first version of Cclosures.Roberto Ierusalimschy1997-10-241-44/+51
|
* GC now considers an "estimate" of object size, instead of just the numberRoberto Ierusalimschy1997-10-231-5/+5
| | | | of objects.
* "nupvalues" is kept in Closure, not in prototype (as a preparationRoberto Ierusalimschy1997-10-161-2/+2
| | | | for C closures...)
* new implementation for globals: Global value is stored in TaggedStringRoberto Ierusalimschy1997-09-261-1/+3
|
* Stack and Call structure of LuaRoberto Ierusalimschy1997-09-161-0/+415