Roberto Ierusalimschy
|
b1450721be
|
new function "lua_nups" (number of upvalues).
|
1998-09-07 15:59:59 -03:00 |
Roberto Ierusalimschy
|
9618aaf07d
|
small corrections in comments
|
1998-06-19 13:14:09 -03:00 |
Roberto Ierusalimschy
|
84e92e0976
|
Debuging API
|
1997-09-16 16:25:59 -03:00 |
Roberto Ierusalimschy
|
9704ff4cb1
|
hook variables are global, no more "lua_set...hook" functions.
|
1996-03-20 15:44:02 -03:00 |
Roberto Ierusalimschy
|
826d70fcba
|
new type lua_Function for activation records
|
1996-02-08 15:03:20 -02:00 |
Roberto Ierusalimschy
|
5a3a1fe458
|
debug interface functions to manipulated local variables:
"lua_getlocal" and "lua_setlocal".
|
1996-02-07 16:10:27 -02:00 |
Roberto Ierusalimschy
|
b2afc410fa
|
hooks for line change and function calls; first version.
|
1996-01-09 18:22:44 -02:00 |
Roberto Ierusalimschy
|
15d48576ea
|
functions now may be declared with any "var" as a name;
therefore they do not have a "baptism" name.
Changes in debug API to acomodate that.
|
1995-10-26 12:21:56 -02:00 |
Roberto Ierusalimschy
|
d24253d92f
|
module to declare API for debuging.
|
1995-10-17 12:12:45 -02:00 |