Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no more options for debug information: it is always on | Roberto Ierusalimschy | 2000-08-08 | 1 | -4/+1 |
* | (much) better handling of memory alloction errors | Roberto Ierusalimschy | 2000-08-04 | 1 | -42/+52 |
* | better error messages | Roberto Ierusalimschy | 2000-06-28 | 1 | -4/+4 |
* | new version of debug system | Roberto Ierusalimschy | 2000-06-26 | 1 | -2/+6 |
* | small changes to allow redefinition of some buffer sizes. | Roberto Ierusalimschy | 2000-06-16 | 1 | -3/+1 |
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -2/+3 |
* | better field name | Roberto Ierusalimschy | 2000-05-30 | 1 | -3/+3 |
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -3/+6 |
* | defines for _ERRORMESSAGE and _ALERT | Roberto Ierusalimschy | 2000-05-09 | 1 | -2/+2 |
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -2/+3 |
* | code redistribution | Roberto Ierusalimschy | 2000-04-14 | 1 | -12/+1 |
* | name change | Roberto Ierusalimschy | 2000-03-30 | 1 | -3/+3 |
* | new names for debug types | Roberto Ierusalimschy | 2000-03-30 | 1 | -6/+6 |
* | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 2000-03-29 | 1 | -40/+23 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -14/+14 |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -5/+5 |
* | small changes for "clean C" | Roberto Ierusalimschy | 2000-02-08 | 1 | -7/+7 |
* | new debug API (first version) | Roberto Ierusalimschy | 2000-01-19 | 1 | -25/+18 |
* | little change when calling tag methods | Roberto Ierusalimschy | 2000-01-13 | 1 | -21/+15 |
* | bug: cannot reopen stdin (for binary mode) | Roberto Ierusalimschy | 1999-12-30 | 1 | -10/+18 |
* | more debug information (still with bug for tag methods...) | Roberto Ierusalimschy | 1999-12-30 | 1 | -7/+7 |
* | first version of extra debug information (NAME) | Roberto Ierusalimschy | 1999-12-29 | 1 | -2/+3 |
* | comments. | Roberto Ierusalimschy | 1999-12-27 | 1 | -4/+4 |
* | new ttypes to distinguish between C closures and Lua closures. | Roberto Ierusalimschy | 1999-12-23 | 1 | -31/+40 |
* | 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 |
* | 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 |