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
/
testes
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Bug: C stack overflow with coroutines
Roberto Ierusalimschy
2021-11-03
1
-0
/
+14
*
Avoid overflows when incrementing parameters in C
Roberto Ierusalimschy
2021-09-22
2
-0
/
+23
*
Revamp of format validation in 'string.format'
Roberto Ierusalimschy
2021-09-03
1
-8
/
+28
*
Detail in 'testes/math.lua'
Roberto Ierusalimschy
2021-08-18
1
-0
/
+1
*
Option '-l' can give a name for the global variable.
Roberto Ierusalimschy
2021-08-16
1
-0
/
+5
*
Added tests for string reuse by the scanner
Roberto Ierusalimschy
2021-08-11
2
-1
/
+25
*
Bug: luaL_tolstring may get confused with negative index
Roberto Ierusalimschy
2021-07-22
1
-0
/
+16
*
Bug: Negation in 'luaV_shiftr' may overflow
Roberto Ierusalimschy
2021-07-22
1
-0
/
+5
*
Bug: 'local function' can assign to '<const>' variables
Roberto Ierusalimschy
2021-06-20
1
-0
/
+2
*
C functions can be tail called, too
Roberto Ierusalimschy
2021-06-14
2
-3
/
+3
*
Bug: yielding in '__close' mess up number of returns
Roberto Ierusalimschy
2021-04-16
1
-0
/
+59
*
Bug: tbc variables in "for" loops don't avoid tail calls
Roberto Ierusalimschy
2021-04-07
1
-0
/
+23
*
Changes in cache for function constants
Roberto Ierusalimschy
2021-03-30
1
-0
/
+14
*
Allow yields inside '__pairs'
Roberto Ierusalimschy
2021-03-29
1
-0
/
+21
*
File 'tracegc.lua' added to 'packtests'
Roberto Ierusalimschy
2021-03-10
1
-0
/
+1
*
lua_settop/lua_pop closes to-be-closed variables
Roberto Ierusalimschy
2021-03-09
1
-1
/
+25
*
Wrong assertion in 'getbaseline'
Roberto Ierusalimschy
2021-03-05
1
-0
/
+8
*
New test module 'tracegc'
Roberto Ierusalimschy
2021-03-01
4
-18
/
+54
*
New control for reentrancy of emergency collections
Roberto Ierusalimschy
2021-02-26
1
-0
/
+8
*
Bug (kind of) in 'isinstack'
Roberto Ierusalimschy
2021-02-25
1
-0
/
+7
*
Bug: 'string.concat' error message uses wrong format
Roberto Ierusalimschy
2021-02-15
1
-0
/
+3
*
Bug: cannot allow the call 'debug.getinfo(0, ">")'
Roberto Ierusalimschy
2021-02-15
1
-0
/
+1
*
'__close' methods can yield in the return of a C function
Roberto Ierusalimschy
2021-02-12
1
-1
/
+75
*
New implementation for to-be-closed variables
Roberto Ierusalimschy
2021-02-09
1
-8
/
+41
*
Small improvements in hooks
Roberto Ierusalimschy
2021-01-26
1
-0
/
+22
*
Correct order of return hooks vs. close metamethods
Roberto Ierusalimschy
2021-01-21
1
-7
/
+70
*
Simpler handling of errors when creating tbc variables
Roberto Ierusalimschy
2021-01-19
1
-8
/
+5
*
Allow yields in '__close' metamethods ater errors
Roberto Ierusalimschy
2021-01-18
1
-8
/
+40
*
Allow yields inside '__close' metamethods
Roberto Ierusalimschy
2021-01-13
1
-0
/
+88
*
New API function 'lua_closeslot'
Roberto Ierusalimschy
2021-01-11
1
-12
/
+17
*
Handles '__close' errors in coroutines in "coroutine style"
Roberto Ierusalimschy
2020-12-30
1
-2
/
+39
*
Better error messages for calling non-callable objects
Roberto Ierusalimschy
2020-12-29
3
-4
/
+33
*
No need to recheck close method before calling it
Roberto Ierusalimschy
2020-12-29
1
-2
/
+44
*
Report last error in closing methods
Roberto Ierusalimschy
2020-12-22
2
-87
/
+27
*
Upvalues removed from 'openupval' before being closed
Roberto Ierusalimschy
2020-12-21
1
-17
/
+9
*
'coroutine.close'/'lua_resetthread' report original errors
Roberto Ierusalimschy
2020-12-18
3
-9
/
+28
*
Details (do not affect regular code)
Roberto Ierusalimschy
2020-12-07
1
-0
/
+14
*
Added test cases for error messages about goto/label
Roberto Ierusalimschy
2020-12-03
1
-0
/
+21
*
Removed optimization for «if ... then goto»
Roberto Ierusalimschy
2020-11-11
1
-22
/
+0
*
_PROMPT can have non-string values
Roberto Ierusalimschy
2020-10-26
1
-0
/
+27
*
Fixed wrong trace of vararg functions
Roberto Ierusalimschy
2020-10-19
1
-0
/
+10
*
Fixed bug of keys removed from tables vs 'next'
Roberto Ierusalimschy
2020-10-14
1
-0
/
+32
*
'lua_upvalueid' returns NULL on invalid upvalue index
Roberto Ierusalimschy
2020-10-12
1
-1
/
+1
*
Details
Roberto Ierusalimschy
2020-10-12
1
-0
/
+23
*
'recover' finish of 'luaD_pcall' should follow the original
Roberto Ierusalimschy
2020-10-12
1
-4
/
+22
*
Avoid shrinking stacks to often
Roberto Ierusalimschy
2020-10-12
1
-1
/
+49
*
Avoid GCs when testing stack overflow
Roberto Ierusalimschy
2020-10-12
1
-6
/
+14
*
Revision of stackless implementation
Roberto Ierusalimschy
2020-10-12
2
-108
/
+32
*
Back to a stackless implementation
Roberto Ierusalimschy
2020-10-12
3
-6
/
+7
*
Fixed bug of long strings in binary chunks
Roberto Ierusalimschy
2020-08-18
1
-1
/
+15
[prev]
[next]