lua/testes
Roberto Ierusalimschy 643188d6e5 Fixed missing case in 'luaV_finishOp'
A metamethod call like '1 << a' was not being properly resumed
if it got yielded.
2019-08-27 10:28:09 -03:00
..
libs Details 2019-07-18 15:31:22 -03:00
all.lua Default for warnings changed to "off" 2019-08-20 13:42:26 -03:00
api.lua Added macro 'luaL_pushfail' 2019-08-16 14:58:02 -03:00
attrib.lua File 'lib2-v2.so' generated from its own source 2019-05-03 10:36:19 -03:00
big.lua
bitwise.lua
bwcoercion.lua
calls.lua '__call' metamethod can be any callable object 2019-06-25 17:45:50 -03:00
closure.lua
code.lua Change in the syntax of attributes 2019-07-30 12:18:19 -03:00
constructs.lua Change in the syntax of attributes 2019-07-30 12:18:19 -03:00
coroutine.lua Fixed missing case in 'luaV_finishOp' 2019-08-27 10:28:09 -03:00
cstack.lua Small changes around C-stack limit 2019-06-26 13:26:36 -03:00
db.lua Added macro 'luaL_pushfail' 2019-08-16 14:58:02 -03:00
errors.lua Added macro 'luaL_pushfail' 2019-08-16 14:58:02 -03:00
events.lua Change in the handling of 'L->top' when calling metamethods 2019-07-26 14:59:39 -03:00
files.lua Added macro 'luaL_pushfail' 2019-08-16 14:58:02 -03:00
gc.lua Default for warnings changed to "off" 2019-08-20 13:42:26 -03:00
gengc.lua
goto.lua Change in the syntax of attributes 2019-07-30 12:18:19 -03:00
heavy.lua
literals.lua Added macro 'luaL_pushfail' 2019-08-16 14:58:02 -03:00
locals.lua Default for warnings changed to "off" 2019-08-20 13:42:26 -03:00
main.lua Default for warnings changed to "off" 2019-08-20 13:42:26 -03:00
math.lua Added macro 'luaL_pushfail' 2019-08-16 14:58:02 -03:00
nextvar.lua Small corrections when setting 'L->top' 2019-07-25 13:55:29 -03:00
packtests Added script 'packtests' to the project 2019-06-21 10:46:41 -03:00
pm.lua Added macro 'luaL_pushfail' 2019-08-16 14:58:02 -03:00
sort.lua
strings.lua Added macro 'luaL_pushfail' 2019-08-16 14:58:02 -03:00
tpack.lua
utf8.lua Added macro 'luaL_pushfail' 2019-08-16 14:58:02 -03:00
vararg.lua
verybig.lua