summaryrefslogtreecommitdiff
path: root/ldo.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* "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