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: luaL_traceback may need more than 5 stack slots
Roberto Ierusalimschy
2024-06-04
1
-1
/
+14
*
Bug: Active-lines for stripped vararg functions
Roberto Ierusalimschy
2024-05-13
1
-0
/
+9
*
Towards release 5.4.7
Roberto Ierusalimschy
2024-04-26
1
-1
/
+2
*
Bug: Yielding in a hook stops in the wrong instruction
Roberto Ierusalimschy
2024-01-11
1
-3
/
+5
*
Bug: Recursion in 'getobjname' can stack overflow
Roberto Ierusalimschy
2023-11-01
1
-0
/
+3
*
Removed test for "corrupted binary dump"
Roberto Ierusalimschy
2023-09-08
1
-14
/
+0
*
Bug: Wrong line number for function calls
Roberto Ierusalimschy
2023-08-23
1
-4
/
+4
*
More control over encoding of test files
Roberto Ierusalimschy
2023-08-17
6
-28
/
+49
*
Details
Roberto Ierusalimschy
2023-07-03
1
-1
/
+1
*
Option '-l' discards version sufix from file name
Roberto Ierusalimschy
2023-05-15
1
-0
/
+7
*
Small improvements in tests
Roberto Ierusalimschy
2023-05-15
2
-21
/
+24
*
Bug: Loading a corrupted binary file can segfault
Roberto Ierusalimschy
2023-03-17
1
-0
/
+14
*
Bug: Wrong line in error message for arith. errors
Roberto Ierusalimschy
2023-02-08
1
-0
/
+8
*
Avoid excessive name pollution in test files
Roberto Ierusalimschy
2022-12-28
26
-261
/
+335
*
Detail in make file for testes/libs
Roberto Ierusalimschy
2022-12-23
1
-5
/
+5
*
Bug: stack overflow with nesting of coroutine.close
Roberto Ierusalimschy
2022-10-25
1
-0
/
+26
*
Portability issue in a test for 'string.format'
Roberto Ierusalimschy
2022-10-19
1
-2
/
+7
*
Negation in constant folding of '>>' may overflow
Roberto Ierusalimschy
2022-09-23
1
-0
/
+12
*
Small simplification in overflow check in 'getfield'
Roberto Ierusalimschy
2022-09-23
1
-0
/
+9
*
Bug: 'utf8.codes' accepts spurious continuation bytes
Roberto Ierusalimschy
2022-09-23
1
-1
/
+11
*
New test for table rehash
Roberto Ierusalimschy
2022-09-16
1
-9
/
+29
*
Bug: 'break' may not properly close variable in a 'for' loop
Roberto Ierusalimschy
2022-08-24
1
-0
/
+20
*
Simpler handling of Byte Order Mark (BOM)
Roberto Ierusalimschy
2022-08-23
1
-5
/
+30
*
More checks and documentation for uses of EXTRA_STACK
Roberto Ierusalimschy
2022-05-26
1
-0
/
+10
*
Bug: 'lua_settop' may use an invalid pointer to stack
Roberto Ierusalimschy
2022-05-25
1
-0
/
+22
*
'lua_checkstack' doesn't need to check stack overflow
Roberto Ierusalimschy
2022-05-23
1
-9
/
+6
*
Bug: Wrong code generation in bitwise operations
Roberto Ierusalimschy
2022-04-25
1
-0
/
+25
*
Bug: Lua can generate wrong code when _ENV is <const>
Roberto Ierusalimschy
2022-02-15
1
-0
/
+10
*
Bug: finalizer calling exit can corrupt finalization order
Roberto Ierusalimschy
2021-12-22
1
-0
/
+28
*
Fix debug information about finalizers
Roberto Ierusalimschy
2021-12-14
2
-2
/
+2
*
Bug: GC is not reentrant
Roberto Ierusalimschy
2021-12-13
2
-5
/
+6
*
Wrong assert in 'collectvalidlines'
Roberto Ierusalimschy
2021-11-25
1
-1
/
+1
*
Avoid OP_VARARGPREP for active lines
Roberto Ierusalimschy
2021-11-10
1
-0
/
+43
*
Bug: Wrong status in coroutine during reset
Roberto Ierusalimschy
2021-11-08
1
-1
/
+43
*
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
[next]