lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Luiz Henrique de Figueiredo wrote:
> Lua 5.1.3-rc1 is now available [...]
> All feedback welcome.  Thanks.

doc/manual.html:
- lua_checkstack may throw a memory error.
- lua_dump may propagate errors from the writer function.
- lua_getglobal may trigger metamethods.
- lua_load may catch errors from the reader function.
- lua_register may throw any error.
- lua_setglobal may trigger metamethods.
- lua_yield may throw an error (ok, you won't be able to notice,
  if you follow the standard calling conventions).
- lua_getinfo may throw a memory error.
- (lua_setlevel is undocumented -- oh dear, keep it that way.)

--Mike