Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small corrections in comments | Roberto Ierusalimschy | 1998-06-19 | 1 | -2/+2 |
| | |||||
* | Debuging API | Roberto Ierusalimschy | 1997-09-16 | 1 | -4/+6 |
| | |||||
* | hook variables are global, no more "lua_set...hook" functions. | Roberto Ierusalimschy | 1996-03-20 | 1 | -3/+3 |
| | |||||
* | new type lua_Function for activation records | Roberto Ierusalimschy | 1996-02-08 | 1 | -6/+8 |
| | |||||
* | debug interface functions to manipulated local variables: | Roberto Ierusalimschy | 1996-02-07 | 1 | -2/+7 |
| | | | | "lua_getlocal" and "lua_setlocal". | ||||
* | hooks for line change and function calls; first version. | Roberto Ierusalimschy | 1996-01-09 | 1 | -3/+7 |
| | |||||
* | functions now may be declared with any "var" as a name; | Roberto Ierusalimschy | 1995-10-26 | 1 | -3/+4 |
| | | | | | therefore they do not have a "baptism" name. Changes in debug API to acomodate that. | ||||
* | module to declare API for debuging. | Roberto Ierusalimschy | 1995-10-17 | 1 | -0/+19 |