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
...
*
debug information for active lines
Roberto Ierusalimschy
2005-05-16
1
-19
/
+44
*
debug information for last line of a function definition
Roberto Ierusalimschy
2005-05-05
1
-2
/
+3
*
no more compatibility code for traversing tables
Roberto Ierusalimschy
2005-05-04
1
-2
/
+1
*
small bug for tail-recursive debugging
Roberto Ierusalimschy
2005-04-14
1
-6
/
+6
*
small optimizations
Roberto Ierusalimschy
2005-04-05
1
-2
/
+3
*
removed dirt optimizations that gave small gains
Roberto Ierusalimschy
2005-04-04
1
-17
/
+19
*
`luac' may generate code without upvalue names
Roberto Ierusalimschy
2004-12-20
1
-2
/
+2
*
static names do not need `luaX_' prefix
Roberto Ierusalimschy
2004-12-03
1
-4
/
+4
*
cannot jump to a setlist count
Roberto Ierusalimschy
2004-10-07
1
-2
/
+8
*
new format for SETLIST opcode
Roberto Ierusalimschy
2004-10-04
1
-4
/
+5
*
details
Roberto Ierusalimschy
2004-09-01
1
-3
/
+4
*
new way to code RK values
Roberto Ierusalimschy
2004-06-29
1
-6
/
+5
*
new macro `lua_threadyield' + lock stuff in `luaconf.h' + details
Roberto Ierusalimschy
2004-06-02
1
-6
/
+7
*
new way to use `vararg' parameters (with `...')
Roberto Ierusalimschy
2004-05-31
1
-3
/
+10
*
new scheme for configuration through `luaconf.h'
Roberto Ierusalimschy
2004-04-30
1
-1
/
+2
*
better message for errors with upvalues
Roberto Ierusalimschy
2004-03-23
1
-1
/
+6
*
added include to stdarg.h (as it uses vararg facilities)
Roberto Ierusalimschy
2004-02-20
1
-1
/
+3
*
`TObject' renamed to `TValue' + other name changes and better assertions
Roberto Ierusalimschy
2003-12-10
1
-10
/
+10
*
core does not look for function name in globals (too particular)
Roberto Ierusalimschy
2003-10-20
1
-17
/
+3
*
avoid unecessary includes of `stdlib'
Roberto Ierusalimschy
2003-10-02
1
-2
/
+2
*
new way to control `pc' of running functions
Roberto Ierusalimschy
2003-07-16
1
-17
/
+2
*
opcode number may be invalid
Roberto Ierusalimschy
2003-07-10
1
-1
/
+2
*
better information about instruction behavior (use of arguments)
Roberto Ierusalimschy
2003-05-14
1
-20
/
+27
*
new semantics for "for" local variables
Roberto Ierusalimschy
2003-05-13
1
-2
/
+3
*
avoid warnings (`Instruction' may not fit into an `int')
Roberto Ierusalimschy
2003-04-28
1
-2
/
+2
*
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
[prev]
[next]