index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ldebug.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
no more 'stackless' implementation; 'luaV_execute' calls itself
Roberto Ierusalimschy
2017-11-23
1
-1
/
+2
*
using 'trap' to stop 'luaV_execute' when necessary (tracing and
Roberto Ierusalimschy
2017-11-13
1
-2
/
+21
*
detail
Roberto Ierusalimschy
2017-11-13
1
-7
/
+8
*
new function 'luaV_flttointeger' to convert floats to integers (without
Roberto Ierusalimschy
2017-11-08
1
-2
/
+2
*
new format for JUMP instructions (to allow larger offsets)
Roberto Ierusalimschy
2017-11-07
1
-2
/
+2
*
back to 'CallInfo' (no gains with its removal)
Roberto Ierusalimschy
2017-11-07
1
-90
/
+71
*
'lua_Debug' not using 'CallInfo'
Roberto Ierusalimschy
2017-11-03
1
-10
/
+14
*
removing uses of 'CallInfo'
Roberto Ierusalimschy
2017-11-03
1
-52
/
+64
*
no more useful fields in CallInfo
Roberto Ierusalimschy
2017-11-03
1
-8
/
+10
*
more fields moved out of 'CallInfo'
Roberto Ierusalimschy
2017-11-03
1
-14
/
+15
*
new API for 'lua_resume' + cleaning the uses of the 'extra' field in
Roberto Ierusalimschy
2017-11-02
1
-24
/
+1
*
using 'L->func' when possible
Roberto Ierusalimschy
2017-11-01
1
-4
/
+4
*
detail: in 'isinstack', check against the whole stack instead
Roberto Ierusalimschy
2017-10-31
1
-5
/
+5
*
eplicit 1-bit opcode operand 'k'
Roberto Ierusalimschy
2017-10-04
1
-9
/
+8
*
new opcodes with immediate integer operand for all arithmetic operations
Roberto Ierusalimschy
2017-10-04
1
-5
/
+8
*
bug: Lua does not check GC when creating error messages
Roberto Ierusalimschy
2017-07-10
1
-1
/
+2
*
coercion string->number in arithmetic operations moved to string
Roberto Ierusalimschy
2017-07-07
1
-3
/
+2
*
new type 'StackValue' for stack elements
Roberto Ierusalimschy
2017-06-29
1
-15
/
+15
*
'lineinfo' in prototypes saved as differences instead of absolute
Roberto Ierusalimschy
2017-06-27
1
-7
/
+85
*
no more field 'base' in CallInfo (base is always equal to 'func + 1',
Roberto Ierusalimschy
2017-05-13
1
-5
/
+6
*
back to old-style vararg system (with vararg table collecting extra
Roberto Ierusalimschy
2017-05-13
1
-18
/
+3
*
details in 'findsetreg'
Roberto Ierusalimschy
2017-04-29
1
-19
/
+17
*
new opcodes for table access with constant keys (strings and integers)
Roberto Ierusalimschy
2017-04-28
1
-30
/
+62
*
new opcode OP_ADDI (for immediate integer operand) (Experimental)
Roberto Ierusalimschy
2017-04-26
1
-1
/
+4
*
check whether function is finalizer when finding a name for it +
Roberto Ierusalimschy
2016-10-19
1
-13
/
+32
*
detail (comment)
Roberto Ierusalimschy
2016-03-31
1
-2
/
+2
*
When available, use metafield '__name' in error messages
Roberto Ierusalimschy
2016-02-26
1
-5
/
+5
*
comments (about hooks vs signals)
Roberto Ierusalimschy
2015-12-16
1
-2
/
+8
*
in 'luaD_call', use two functions instead of one with fixed boolean
Roberto Ierusalimschy
2015-11-02
1
-2
/
+2
*
hook test in 'luaV_execute' reduced to minimum (rest done in
Roberto Ierusalimschy
2015-10-22
1
-2
/
+4
*
reuse of 'addinfo' by lexical errors
Roberto Ierusalimschy
2015-05-22
1
-14
/
+15
*
details (avoid 'lint' warnings)
Roberto Ierusalimschy
2015-03-28
1
-4
/
+4
*
'ci_func' don't need to be exported
Roberto Ierusalimschy
2015-03-11
1
-1
/
+5
*
macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameter
Roberto Ierusalimschy
2015-03-06
1
-2
/
+2
*
bug: suspended function can have its 'func' field not pointing to
Roberto Ierusalimschy
2015-02-13
1
-2
/
+25
*
'lua_setlocal' should not pop value when failing (to be consistent
Roberto Ierusalimschy
2015-01-02
1
-3
/
+4
*
error handler does not need to be a function (can be a callable
Roberto Ierusalimschy
2014-12-10
1
-2
/
+1
*
handle case where function was called as a hook
Roberto Ierusalimschy
2014-12-08
1
-4
/
+7
*
details
Roberto Ierusalimschy
2014-11-11
1
-3
/
+3
*
details
Roberto Ierusalimschy
2014-11-10
1
-7
/
+11
*
added missing cases for debug info about tag methods +
Roberto Ierusalimschy
2014-11-10
1
-17
/
+20
*
comments (references to "ANSI C" changed to "ISO C", which is the
Roberto Ierusalimschy
2014-11-02
1
-2
/
+2
*
added include for 'lprefix.h', for stuff that must be added before
Roberto Ierusalimschy
2014-11-02
1
-5
/
+6
*
`name' in comments changed to 'name'
Roberto Ierusalimschy
2014-10-25
1
-2
/
+2
*
macros 'LUA_QL'/'LUA_QL' deprecated
Roberto Ierusalimschy
2014-10-17
1
-2
/
+2
*
new macro 'cvt2str' to better control whether numbers are convertible
Roberto Ierusalimschy
2014-07-30
1
-3
/
+2
*
new conversion float->integer: conversion is valid only when
Roberto Ierusalimschy
2014-07-17
1
-5
/
+7
*
removed unused parameter Ä'L' in macro 'api_check' and company
Roberto Ierusalimschy
2014-07-15
1
-2
/
+2
*
'lua_sethook' returns void
Roberto Ierusalimschy
2013-12-09
1
-3
/
+2
*
bug: Wrong error message in some short-cut expressions
Roberto Ierusalimschy
2013-07-10
1
-11
/
+19
[prev]
[next]