lua/testes
Roberto Ierusalimschy b96b0b5abb Added macro 'luaL_pushfail'
The macro 'luaL_pushfail' documents all places in the standard libraries
that return nil to signal some kind of failure. It is defined as
'lua_pushnil'. The manual also got a notation (@fail) to document those
returns. The tests were changed to be agnostic regarding whether 'fail'
is 'nil' or 'false'.
2019-08-16 14:58:02 -03:00
..
libs Details 2019-07-18 15:31:22 -03:00
all.lua Supressed errors in '__close' generate warnings 2019-08-16 09:51:54 -03:00
api.lua Added macro 'luaL_pushfail' 2019-08-16 14:58:02 -03:00
attrib.lua
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 Supressed errors in '__close' generate warnings 2019-08-16 09:51:54 -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 Added control messages to warnings 2019-08-15 13:44:36 -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 Supressed errors in '__close' generate warnings 2019-08-16 09:51:54 -03:00
main.lua Added control messages to warnings 2019-08-15 13:44:36 -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
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