[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.1.3-rc1 now available
- From: Mike Pall <mikelu-0801@...>
- Date: Thu, 17 Jan 2008 21:39:41 +0100
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