index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
luadebug.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
new names for debug types
Roberto Ierusalimschy
2000-03-30
1
-12
/
+12
*
new debug API (first version)
Roberto Ierusalimschy
2000-01-19
1
-15
/
+34
*
first implementation of multiple states (reentrant code).
Roberto Ierusalimschy
1999-11-22
1
-13
/
+13
*
"const" !!!
Roberto Ierusalimschy
1999-08-16
1
-5
/
+6
*
storing chunk "sources" instead of "filenames".
Roberto Ierusalimschy
1999-03-04
1
-2
/
+2
*
"lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".
Roberto Ierusalimschy
1999-02-04
1
-9
/
+4
*
new functions to manipulate C global variables
Roberto Ierusalimschy
1999-01-15
1
-1
/
+6
*
new function "lua_nups" (number of upvalues).
Roberto Ierusalimschy
1998-09-07
1
-1
/
+2
*
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
*
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
*
module to declare API for debuging.
Roberto Ierusalimschy
1995-10-17
1
-0
/
+19