Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new debug API (first version) | Roberto Ierusalimschy | 2000-01-19 | 13 | -309/+287 |
| | |||||
* | Auxiliary functions from Debug Interface module | Roberto Ierusalimschy | 2000-01-14 | 1 | -0/+19 |
| | |||||
* | details | Roberto Ierusalimschy | 2000-01-13 | 3 | -9/+9 |
| | |||||
* | better separation between debug code and regular code | Roberto Ierusalimschy | 2000-01-13 | 1 | -53/+61 |
| | |||||
* | little change when calling tag methods | Roberto Ierusalimschy | 2000-01-13 | 3 | -48/+58 |
| | |||||
* | `exp' is "reserved word" in Visual-C++ ;-) | Roberto Ierusalimschy | 2000-01-12 | 1 | -10/+10 |
| | |||||
* | details (error messages) | Roberto Ierusalimschy | 2000-01-10 | 1 | -5/+5 |
| | |||||
* | bug: cannot reopen stdin (for binary mode) | Roberto Ierusalimschy | 1999-12-30 | 2 | -10/+22 |
| | |||||
* | details | Roberto Ierusalimschy | 1999-12-30 | 2 | -20/+27 |
| | |||||
* | more debug information (still with bug for tag methods...) | Roberto Ierusalimschy | 1999-12-30 | 6 | -30/+41 |
| | |||||
* | tag method must be a function | Roberto Ierusalimschy | 1999-12-30 | 1 | -2/+6 |
| | |||||
* | tag method must be a function | Roberto Ierusalimschy | 1999-12-30 | 1 | -4/+7 |
| | | | | + error message must be a string | ||||
* | details. | Roberto Ierusalimschy | 1999-12-30 | 1 | -2/+2 |
| | |||||
* | return gives wrong line in debug information. | Roberto Ierusalimschy | 1999-12-29 | 1 | -0/+6 |
| | |||||
* | bug: return gives wrong line in debug information. | Roberto Ierusalimschy | 1999-12-29 | 1 | -2/+3 |
| | |||||
* | first version of extra debug information (NAME) | Roberto Ierusalimschy | 1999-12-29 | 6 | -520/+658 |
| | |||||
* | details | Roberto Ierusalimschy | 1999-12-29 | 1 | -28/+37 |
| | |||||
* | details. | Roberto Ierusalimschy | 1999-12-28 | 2 | -5/+5 |
| | |||||
* | better error messages | Roberto Ierusalimschy | 1999-12-28 | 2 | -41/+48 |
| | |||||
* | comments. | Roberto Ierusalimschy | 1999-12-27 | 20 | -65/+65 |
| | |||||
* | no more "lua" in error messages | Roberto Ierusalimschy | 1999-12-27 | 2 | -4/+4 |
| | |||||
* | new ttypes to distinguish between C closures and Lua closures. | Roberto Ierusalimschy | 1999-12-23 | 15 | -147/+180 |
| | |||||
* | details | Roberto Ierusalimschy | 1999-12-22 | 1 | -3/+5 |
| | |||||
* | little bug: `1ea' got a wrong token at the error message | Roberto Ierusalimschy | 1999-12-22 | 1 | -2/+3 |
| | |||||
* | new way to control hooks inside hooks (now the control is done inside Lua) | Roberto Ierusalimschy | 1999-12-21 | 7 | -77/+82 |
| | |||||
* | new way to pass arguments: with option `-f' | Roberto Ierusalimschy | 1999-12-21 | 1 | -25/+36 |
| | |||||
* | debug information for parameters use line 0 for them (as they are | Roberto Ierusalimschy | 1999-12-21 | 1 | -15/+12 |
| | | | | always visible). | ||||
* | details | Roberto Ierusalimschy | 1999-12-20 | 1 | -6/+4 |
| | |||||
* | new chunkid for C functions (`luaL_chunkid') | Roberto Ierusalimschy | 1999-12-20 | 1 | -10/+17 |
| | |||||
* | new way to handle _PROMPT | Roberto Ierusalimschy | 1999-12-20 | 1 | -4/+10 |
| | |||||
* | luaS_newfixedstring renamed to luaS_newfixed | Roberto Ierusalimschy | 1999-12-14 | 4 | -10/+10 |
| | |||||
* | many details + code redistribution | Roberto Ierusalimschy | 1999-12-14 | 13 | -529/+170 |
| | |||||
* | module for internal use only, with functions for internal tests | Roberto Ierusalimschy | 1999-12-14 | 1 | -0/+273 |
| | |||||
* | new module with the debug API functions | Roberto Ierusalimschy | 1999-12-14 | 1 | -0/+145 |
| | |||||
* | comments | Roberto Ierusalimschy | 1999-12-09 | 1 | -5/+4 |
| | |||||
* | details | Roberto Ierusalimschy | 1999-12-07 | 2 | -4/+4 |
| | |||||
* | keep it simple | Roberto Ierusalimschy | 1999-12-07 | 1 | -44/+14 |
| | |||||
* | stack may not be empty after a correct run... | Roberto Ierusalimschy | 1999-12-07 | 1 | -6/+6 |
| | |||||
* | for the future... | Roberto Ierusalimschy | 1999-12-07 | 1 | -3/+3 |
| | |||||
* | `optimization' doesn't seem to make any difference... | Roberto Ierusalimschy | 1999-12-06 | 1 | -16/+10 |
| | |||||
* | better control (and error recovery) for begin/end blocks | Roberto Ierusalimschy | 1999-12-06 | 3 | -11/+13 |
| | |||||
* | configurable stack size + some corrections in error recovery in | Roberto Ierusalimschy | 1999-12-06 | 1 | -32/+27 |
| | | | | `protectedrun' | ||||
* | `lua_setfallback' leaves things on the stack, so it is better to protect | Roberto Ierusalimschy | 1999-12-06 | 1 | -1/+3 |
| | | | | it. | ||||
* | new tests for begin/end blocks and multi-state | Roberto Ierusalimschy | 1999-12-06 | 1 | -5/+38 |
| | |||||
* | `lua_newstate' gets the inital stack size and other arguments | Roberto Ierusalimschy | 1999-12-06 | 5 | -15/+55 |
| | |||||
* | details. | Roberto Ierusalimschy | 1999-12-06 | 1 | -9/+12 |
| | |||||
* | new language for testC (debugging facility) | Roberto Ierusalimschy | 1999-12-03 | 1 | -71/+127 |
| | |||||
* | details | Roberto Ierusalimschy | 1999-12-03 | 1 | -3/+3 |
| | |||||
* | modifications by lhf | Roberto Ierusalimschy | 1999-12-02 | 2 | -100/+104 |
| | |||||
* | missing include | Roberto Ierusalimschy | 1999-12-02 | 2 | -2/+4 |
| |