Roberto Ierusalimschy
|
44752fc9ce
|
hook count is quadratic
|
2002-07-08 17:22:08 -03:00 |
Roberto Ierusalimschy
|
39b2d58c39
|
new interface for debug hooks
|
2002-07-08 15:21:33 -03:00 |
Roberto Ierusalimschy
|
6ee2dbdfe9
|
traceback stops at first protected call
|
2002-06-18 14:10:43 -03:00 |
Roberto Ierusalimschy
|
93bcb65a9b
|
debug interface uses `method' to describe calls like `a:foo()'
|
2002-04-04 14:21:31 -03:00 |
Roberto Ierusalimschy
|
207dad8606
|
comments
|
2002-03-14 13:50:06 -03:00 |
Roberto Ierusalimschy
|
71c716e5a8
|
avoid C identifiers beginning with '_'
|
2002-03-11 09:45:00 -03:00 |
Roberto Ierusalimschy
|
e01f5e6809
|
better order of record fields for 64-bit machines
|
2002-02-08 20:42:41 -02:00 |
Roberto Ierusalimschy
|
931ee346e3
|
legacy declaration
|
2002-01-18 15:38:13 -02:00 |
Roberto Ierusalimschy
|
e04f7ed450
|
first version of Lua "stackless"
|
2001-12-18 18:52:30 -02:00 |
Roberto Ierusalimschy
|
72659a0605
|
no more explicit support for wide-chars; too much troble...
|
2001-11-28 18:13:13 -02:00 |
Roberto Ierusalimschy
|
2a50188269
|
avoid use of l_char outside INTERNALs (use lua_char instead)
|
2001-04-06 18:17:37 -03:00 |
Roberto Ierusalimschy
|
6048c4f74d
|
better way to link callinfo's and stack
|
2001-03-07 15:09:25 -03:00 |
Roberto Ierusalimschy
|
39b7978329
|
first (big) step to support wide chars
|
2001-02-23 14:17:25 -03:00 |
Roberto Ierusalimschy
|
f379d06e24
|
all API functions are declared in a single line (to facilitate pre-processing).
|
2000-10-30 10:38:50 -02:00 |
Roberto Ierusalimschy
|
64eecc0b82
|
new macro LUA_API
|
2000-10-20 14:39:03 -02:00 |
Roberto Ierusalimschy
|
024ed4218f
|
better name for source_id (short_src)
|
2000-09-12 15:38:02 -03:00 |
Roberto Ierusalimschy
|
8060193702
|
`lauxlib' is now part of the libraries (not used by core Lua)
|
2000-09-11 17:29:27 -03:00 |
Roberto Ierusalimschy
|
9fdf73bc9a
|
first version for new API
|
2000-08-28 14:57:04 -03:00 |
Roberto Ierusalimschy
|
9e84bf18db
|
still more debug information
|
2000-08-11 13:17:28 -03:00 |
Roberto Ierusalimschy
|
0802a9df9e
|
no more options for debug information: it is always on
|
2000-08-08 17:42:07 -03:00 |
Roberto Ierusalimschy
|
556a89e537
|
new names for debug types
|
2000-03-30 14:19:48 -03:00 |
Roberto Ierusalimschy
|
2877bad4c2
|
new debug API (first version)
|
2000-01-19 10:00:45 -02:00 |
Roberto Ierusalimschy
|
29ede6aa13
|
first implementation of multiple states (reentrant code).
|
1999-11-22 11:12:07 -02:00 |
Roberto Ierusalimschy
|
c787dccd9b
|
"const" !!!
|
1999-08-16 17:52:00 -03:00 |
Roberto Ierusalimschy
|
5a8bb00df4
|
storing chunk "sources" instead of "filenames".
|
1999-03-04 18:23:39 -03:00 |
Roberto Ierusalimschy
|
5687949560
|
"lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".
|
1999-02-04 15:47:59 -02:00 |
Roberto Ierusalimschy
|
54840fb256
|
new functions to manipulate C global variables
|
1999-01-15 11:11:22 -02:00 |
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 |