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
/
ldo.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Broadening the use of branch hints
Roberto Ierusalimschy
2021-02-24
1
-1
/
+1
*
Cleaner handling of errors in '__close' metamethods
Roberto Ierusalimschy
2020-12-28
1
-0
/
+1
*
Correct handling of 'luaV_execute' invocations
Roberto Ierusalimschy
2020-10-12
1
-1
/
+1
*
Back to a stackless implementation
Roberto Ierusalimschy
2020-10-12
1
-0
/
+1
*
Fixed bugs of stack reallocation x GC
Roberto Ierusalimschy
2020-07-07
1
-2
/
+4
*
First "complete" implementation of to-be-closed variables
Roberto Ierusalimschy
2018-10-17
1
-0
/
+1
*
Removed extra information from RCS keyword strings
Roberto Ierusalimschy
2018-08-23
1
-1
/
+1
*
in 'luaD_poscall', there is no need to compute 'firstResult' when 'nres==0'
Roberto Ierusalimschy
2018-05-22
1
-3
/
+2
*
two new fields 'fTransfer'/'nTransfer' in 'lua_Debug' structure
Roberto Ierusalimschy
2018-02-17
1
-2
/
+3
*
some simplifications/optimizations in returns from Lua functions
Roberto Ierusalimschy
2018-02-15
1
-4
/
+1
*
vararg back to '...' (but with another implementation)
Roberto Ierusalimschy
2018-02-09
1
-1
/
+9
*
call hooks for Lua functions called by 'luaV_execute'
Roberto Ierusalimschy
2018-02-06
1
-1
/
+2
*
'luaD_tryfuncTM' can ensure it does not change the stack
Roberto Ierusalimschy
2018-01-10
1
-2
/
+2
*
'luaD_growstack' cannot raise any errors when 'raiseerror' is
Roberto Ierusalimschy
2017-12-11
1
-3
/
+3
*
more freedom in handling memory-allocation errors (not all allocations
Roberto Ierusalimschy
2017-12-08
1
-4
/
+5
*
small simplifications in 'luaD_poscall'
Roberto Ierusalimschy
2017-11-23
1
-2
/
+2
*
no more 'stackless' implementation; 'luaV_execute' calls itself
Roberto Ierusalimschy
2017-11-23
1
-2
/
+1
*
more direct implementation for tail calls.
Roberto Ierusalimschy
2017-11-21
1
-1
/
+3
*
back to 'CallInfo' (no gains with its removal)
Roberto Ierusalimschy
2017-11-07
1
-2
/
+3
*
no more 'CallInfo' structure
Roberto Ierusalimschy
2017-11-04
1
-3
/
+2
*
new type 'StackValue' for stack elements
Roberto Ierusalimschy
2017-06-29
1
-2
/
+2
*
back to old-style vararg system (with vararg table collecting extra
Roberto Ierusalimschy
2017-05-13
1
-1
/
+9
*
avoid empty macro arguments (invalid in C89)
Roberto Ierusalimschy
2015-12-21
1
-2
/
+2
*
details (comments)
Roberto Ierusalimschy
2015-11-23
1
-2
/
+2
*
details (typos in comments)
Roberto Ierusalimschy
2015-11-19
1
-2
/
+2
*
trying to optimize a little 'luaD_poscall'
Roberto Ierusalimschy
2015-11-13
1
-2
/
+3
*
in 'luaD_call', use two functions instead of one with fixed boolean
Roberto Ierusalimschy
2015-11-02
1
-3
/
+3
*
macro 'incr_top' replaced by function 'luaD_inctop'. (It is not used
Roberto Ierusalimschy
2015-11-02
1
-2
/
+2
*
small changes to allow 'precall' to spend time preserving 'func'
Roberto Ierusalimschy
2015-10-21
1
-3
/
+14
*
bug: interpreter cannot pop activation frame before calling return
Roberto Ierusalimschy
2015-05-22
1
-2
/
+2
*
`name' in comments changed to 'name'
Roberto Ierusalimschy
2014-10-25
1
-2
/
+2
*
'lua_load' has an extra argument 'mode'
Roberto Ierusalimschy
2011-11-29
1
-2
/
+3
*
new type 'l_noret' for function that do not return
Roberto Ierusalimschy
2011-10-07
1
-2
/
+2
*
removed export of function only for coco
Roberto Ierusalimschy
2009-12-17
1
-4
/
+1
*
new scheme for debug info about tail calls: no more 'fake' stack entries,
Roberto Ierusalimschy
2009-11-25
1
-2
/
+2
*
remove declaration of removed function
Roberto Ierusalimschy
2009-11-19
1
-2
/
+1
*
new way to control stack overflow, controling only total size of the stack
Roberto Ierusalimschy
2009-07-15
1
-1
/
+2
*
new definition for 'luaD_checkstack' to avoid possible overflows
Roberto Ierusalimschy
2009-07-08
1
-4
/
+3
*
new macro 'condmovestack' instead of 'condhardstacktests'
Roberto Ierusalimschy
2009-06-08
1
-3
/
+2
*
'CallInfo' stack implemented as double-linked list instead of an array
Roberto Ierusalimschy
2009-04-17
1
-4
/
+1
*
yielding across lua_call (first version)
Roberto Ierusalimschy
2009-03-10
1
-2
/
+3
*
first steps towards yielding through longjump
Roberto Ierusalimschy
2008-08-13
1
-7
/
+1
*
comment about exported function not used by Lua
Roberto Ierusalimschy
2008-07-03
1
-1
/
+2
*
emergency garbage collector (core forces a GC when allocation fails)
Roberto Ierusalimschy
2006-07-11
1
-2
/
+2
*
some bugs related to stack reallocation
Roberto Ierusalimschy
2005-08-24
1
-11
/
+1
*
small changes to facilitate external C coroutines
Roberto Ierusalimschy
2005-08-22
1
-1
/
+2
*
small improvements
Roberto Ierusalimschy
2005-08-22
1
-2
/
+2
*
added LUAI_FUNC to functions not in the API
Roberto Ierusalimschy
2005-04-25
1
-14
/
+14
*
tighter tests for stack overflow
Roberto Ierusalimschy
2004-09-08
1
-3
/
+3
*
small steps towards yields in iterators and tag methods
Roberto Ierusalimschy
2004-05-14
1
-2
/
+8
[next]