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
*
avoid name colision (for alllua.c)
Roberto Ierusalimschy
2003-03-19
1
-4
/
+4
*
name changes to avoid name collision between macros and variables
Roberto Ierusalimschy
2003-03-18
1
-4
/
+4
*
unused argument
Roberto Ierusalimschy
2003-03-18
1
-3
/
+3
*
detail
Roberto Ierusalimschy
2003-02-27
1
-2
/
+2
*
no-nonsense debug information about tail calls
Roberto Ierusalimschy
2003-02-27
1
-57
/
+65
*
expressions too complex for an ARM compiler...
Roberto Ierusalimschy
2003-02-19
1
-5
/
+8
*
different variables for number of upvalues and size of upvalue array
Roberto Ierusalimschy
2003-02-11
1
-3
/
+3
*
OP_TFORLOOP uses extra stack space
Roberto Ierusalimschy
2002-12-11
1
-2
/
+2
*
TFORLOOP makes a call that affects all values above it on the stack
Roberto Ierusalimschy
2002-12-06
1
-1
/
+2
*
each .c file defines its own name
Roberto Ierusalimschy
2002-12-04
1
-1
/
+3
*
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
[next]