Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | new way to control hooks inside hooks (now the control is done inside Lua) | Roberto Ierusalimschy | 1999-12-21 | 1 | -29/+44 | |
| | ||||||
* | better control (and error recovery) for begin/end blocks | Roberto Ierusalimschy | 1999-12-06 | 1 | -3/+7 | |
| | ||||||
* | configurable stack size + some corrections in error recovery in | Roberto Ierusalimschy | 1999-12-06 | 1 | -32/+27 | |
| | | | | `protectedrun' | |||||
* | missing include | Roberto Ierusalimschy | 1999-12-02 | 1 | -1/+2 | |
| | ||||||
* | lua_Object is a pointer to the stack (because now the stack doen't move) | Roberto Ierusalimschy | 1999-12-02 | 1 | -3/+3 | |
| | ||||||
* | fixed stack; first version. | Roberto Ierusalimschy | 1999-12-01 | 1 | -83/+88 | |
| | ||||||
* | new signature for function luaD_call (old luaD_calln) | Roberto Ierusalimschy | 1999-11-25 | 1 | -15/+12 | |
| | ||||||
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -63/+64 | |
| | ||||||
* | new implementation for global variable values (separated from strings) | Roberto Ierusalimschy | 1999-11-04 | 1 | -3/+2 | |
| | ||||||
* | some more `const's | Roberto Ierusalimschy | 1999-10-14 | 1 | -3/+4 | |
| | ||||||
* | better assertions. | Roberto Ierusalimschy | 1999-10-14 | 1 | -1/+2 | |
| | ||||||
* | simplified version of `gc' tag method (only for userdata now). | Roberto Ierusalimschy | 1999-10-04 | 1 | -14/+1 | |
| | ||||||
* | details. | Roberto Ierusalimschy | 1999-09-06 | 1 | -2/+2 | |
| | ||||||
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -14/+12 | |
| | ||||||
* | better interfaces for luaD_calln (x luaD_call) | Roberto Ierusalimschy | 1999-06-22 | 1 | -35/+23 | |
| | ||||||
* | better treatment for arbitrary limits | Roberto Ierusalimschy | 1999-06-17 | 1 | -2/+2 | |
| | ||||||
* | tighter control on the stack when debugging | Roberto Ierusalimschy | 1999-05-24 | 1 | -7/+10 | |
| | ||||||
* | warnings by clinio | Roberto Ierusalimschy | 1999-05-10 | 1 | -17/+16 | |
| | ||||||
* | details | Roberto Ierusalimschy | 1999-03-11 | 1 | -3/+3 | |
| | ||||||
* | missing #include | Roberto Ierusalimschy | 1999-03-10 | 1 | -1/+2 | |
| | ||||||
* | format for file source is independent of "ldo". | Roberto Ierusalimschy | 1999-03-10 | 1 | -7/+4 | |
| | ||||||
* | details about debug info. | Roberto Ierusalimschy | 1999-03-05 | 1 | -2/+2 | |
| | ||||||
* | storing chunk "sources" instead of "filenames". | Roberto Ierusalimschy | 1999-03-04 | 1 | -34/+13 | |
| | ||||||
* | macros "growvector" and "reallocvector" more compact | Roberto Ierusalimschy | 1999-02-26 | 1 | -7/+5 | |
| | ||||||
* | comments | Roberto Ierusalimschy | 1999-02-22 | 1 | -3/+3 | |
| | ||||||
* | better control over calls to _ALERT and _ERRORMESSAGE (to avoid error | Roberto Ierusalimschy | 1999-02-22 | 1 | -6/+5 | |
| | | | | loops) | |||||
* | debug state is restored after a dofile/dostring | Roberto Ierusalimschy | 1999-02-22 | 1 | -1/+3 | |
| | ||||||
* | details | Roberto Ierusalimschy | 1999-02-12 | 1 | -2/+2 | |
| | ||||||
* | "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". | Roberto Ierusalimschy | 1999-02-04 | 1 | -7/+7 | |
| | ||||||
* | GC can be called during parsing, if needed. | Roberto Ierusalimschy | 1999-01-15 | 1 | -12/+12 | |
| | ||||||
* | new implementation for error handling: on error, function _ERRORMESSAGE | Roberto Ierusalimschy | 1998-08-21 | 1 | -22/+11 | |
| | | | | is called, which in turn calls _ALERT to write a message to stderr. | |||||
* | auxiliar function "luaD_calln". | Roberto Ierusalimschy | 1998-07-12 | 1 | -4/+7 | |
| | ||||||
* | "dostring" accepts chunk name. | Roberto Ierusalimschy | 1998-06-19 | 1 | -13/+24 | |
| | ||||||
* | "lua_dobuffer" gets an extra argument, with the chunk name | Roberto Ierusalimschy | 1998-06-15 | 1 | -12/+7 | |
| | ||||||
* | 'dobuffer' addpoted. | Roberto Ierusalimschy | 1998-05-31 | 1 | -5/+3 | |
| | ||||||
* | put back quotes (") when string in dostring ends with a \n | Roberto Ierusalimschy | 1998-01-29 | 1 | -2/+5 | |
| | ||||||
* | "volatile is the only reliable way to ensure that a local variable | Roberto Ierusalimschy | 1998-01-28 | 1 | -6/+6 | |
| | | | | retains the value it had at the time of the call to longjmp" | |||||
* | details in "dostring" identification | Roberto Ierusalimschy | 1998-01-27 | 1 | -2/+2 | |
| | ||||||
* | back to upavalues as extra arguments for C closures; this way it's | Roberto Ierusalimschy | 1998-01-07 | 1 | -2/+17 | |
| | | | | trivial to make currying. | |||||
* | some details related to OLD_ANSI | Roberto Ierusalimschy | 1997-12-26 | 1 | -4/+3 | |
| | ||||||
* | error method *always* gets a string (otherwise it is not called at all) | Roberto Ierusalimschy | 1997-12-23 | 1 | -4/+2 | |
| | ||||||
* | "zio" now keeps its "name". | Roberto Ierusalimschy | 1997-12-22 | 1 | -14/+14 | |
| | ||||||
* | back to "lua_upvalue"... (seems better choice) | Roberto Ierusalimschy | 1997-12-18 | 1 | -14/+4 | |
| | ||||||
* | "lua_dobuffer" (is not official, but its there...) | Roberto Ierusalimschy | 1997-12-17 | 1 | -1/+12 | |
| | ||||||
* | optimization: closures without upvalues don't need to be closures | Roberto Ierusalimschy | 1997-12-15 | 1 | -31/+37 | |
| | ||||||
* | details (mainly error messages) | Roberto Ierusalimschy | 1997-12-09 | 1 | -2/+3 | |
| | ||||||
* | other access method for C upvalues (as arguments) | Roberto Ierusalimschy | 1997-11-27 | 1 | -14/+25 | |
| | ||||||
* | details | Roberto Ierusalimschy | 1997-11-26 | 1 | -16/+15 | |
| | ||||||
* | "stacklimit" is not necessary. | Roberto Ierusalimschy | 1997-11-26 | 1 | -9/+5 | |
| | ||||||
* | small modifications (format, small optimizations, etc) | Roberto Ierusalimschy | 1997-11-21 | 1 | -2/+2 | |
| |