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
/
ldebug.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
detail
Roberto Ierusalimschy
2002-11-26
1
-3
/
+5
*
simpler interface to hooks + use of `int' to count hooks
Roberto Ierusalimschy
2002-11-25
1
-7
/
+10
*
keep L->ci->base in L->base for faster access
Roberto Ierusalimschy
2002-11-21
1
-2
/
+2
*
new representation for hooks (to allow asynchronous calls to sethook)
Roberto Ierusalimschy
2002-11-18
1
-13
/
+22
*
new macros to distinguish different types of object moves (for future GC
Roberto Ierusalimschy
2002-11-07
1
-5
/
+5
*
in case of memory allocation errors, sizecode and sizelineinfo can
Roberto Ierusalimschy
2002-10-16
1
-1
/
+2
*
no more newlines at the end of error messages
Roberto Ierusalimschy
2002-09-05
1
-7
/
+4
*
new simetric format for ABC instructions, to avoid exchanging operands
Roberto Ierusalimschy
2002-08-20
1
-6
/
+13
*
use a linear count for count hook
Roberto Ierusalimschy
2002-08-12
1
-8
/
+5
*
external messages add their own extra information
Roberto Ierusalimschy
2002-08-08
1
-11
/
+6
*
(much) cleaner way to control function states
Roberto Ierusalimschy
2002-08-07
1
-6
/
+8
*
warnings in other compilers
Roberto Ierusalimschy
2002-08-07
1
-21
/
+20
*
`luadebug.h' content now is included in `lua.h'
Roberto Ierusalimschy
2002-08-06
1
-2
/
+1
*
new (old?) error handling scheme
Roberto Ierusalimschy
2002-08-06
1
-14
/
+13
*
new implementation for tailcalls and error handling
Roberto Ierusalimschy
2002-08-05
1
-39
/
+33
*
CallInfo has different fields for C functions and Lua functions
Roberto Ierusalimschy
2002-07-16
1
-13
/
+9
*
new interface for debug hooks
Roberto Ierusalimschy
2002-07-08
1
-16
/
+25
*
details
Roberto Ierusalimschy
2002-06-24
1
-2
/
+3
*
small bug building error messages
Roberto Ierusalimschy
2002-06-20
1
-2
/
+6
*
traceback stops at first protected call
Roberto Ierusalimschy
2002-06-18
1
-1
/
+6
*
new protocol for error handling
Roberto Ierusalimschy
2002-06-18
1
-10
/
+35
*
new fallback for equality `__eq'
Roberto Ierusalimschy
2002-06-13
1
-2
/
+2
*
warnings from other compilers
Roberto Ierusalimschy
2002-06-06
1
-7
/
+4
*
new names for string formating functions
Roberto Ierusalimschy
2002-05-16
1
-3
/
+3
*
new format for error messages
Roberto Ierusalimschy
2002-05-15
1
-7
/
+23
*
no more `global' declarations
Roberto Ierusalimschy
2002-05-14
1
-6
/
+1
*
generic for also coded to make test at the end of the loop
Roberto Ierusalimschy
2002-05-13
1
-6
/
+4
*
`skip' instructions must be followed by a jump
Roberto Ierusalimschy
2002-05-09
1
-4
/
+5
*
new function `lua_vpushstr' to replace uses of `sprintf'
Roberto Ierusalimschy
2002-05-07
1
-5
/
+5
*
precompiler may create functions without `lineinfo'
Roberto Ierusalimschy
2002-05-02
1
-2
/
+2
*
avoid names that differ only in capitalization
Roberto Ierusalimschy
2002-04-24
1
-7
/
+7
*
new way to handle errors
Roberto Ierusalimschy
2002-04-22
1
-2
/
+2
*
line trace uses `savedpc' to save last `pc' seen
Roberto Ierusalimschy
2002-04-10
1
-5
/
+5
*
new semantics for `generic for' (with state)
Roberto Ierusalimschy
2002-04-09
1
-3
/
+2
*
debug interface uses `method' to describe calls like `a:foo()'
Roberto Ierusalimschy
2002-04-04
1
-3
/
+5
*
simpler implementation for line information
Roberto Ierusalimschy
2002-03-25
1
-63
/
+22
*
first implementation of proper tail call
Roberto Ierusalimschy
2002-03-22
1
-1
/
+3
*
erroneous objects may not live in the stack
Roberto Ierusalimschy
2002-03-19
1
-24
/
+49
*
avoid C identifiers beginning with '_'
Roberto Ierusalimschy
2002-03-11
1
-5
/
+5
*
generic for (with any number of control variables)
Roberto Ierusalimschy
2002-03-08
1
-4
/
+17
*
simpler implementation for `for' loops
Roberto Ierusalimschy
2002-02-05
1
-30
/
+10
*
first version of dynamic stack
Roberto Ierusalimschy
2002-01-25
1
-18
/
+17
*
cleaner semantics for test instructions (skips)
Roberto Ierusalimschy
2002-01-16
1
-4
/
+3
*
first implementation of coroutines
Roberto Ierusalimschy
2002-01-09
1
-7
/
+8
*
first version of Lua "stackless"
Roberto Ierusalimschy
2001-12-18
1
-24
/
+16
*
new type `boolean'
Roberto Ierusalimschy
2001-12-11
1
-4
/
+4
*
tag system replaced by event tables
Roberto Ierusalimschy
2001-12-05
1
-23
/
+6
*
no more explicit support for wide-chars; too much troble...
Roberto Ierusalimschy
2001-11-28
1
-44
/
+43
*
tables of globals accessible through pseudo-index in C API
Roberto Ierusalimschy
2001-10-31
1
-2
/
+2
*
optimization for array part of a Table
Roberto Ierusalimschy
2001-10-25
1
-7
/
+7
[prev]
[next]