[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (beta-rc1) now available
- From: Vaughan McAlley <vaughan@...>
- Date: Mon, 20 Jun 2011 15:42:24 +1000
On 14 June 2011 04:33, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>
> Lua 5.2.0 (beta-rc1) is now available at
> http://www.lua.org/work/lua-5.2.0-beta-rc1.tar.gz
>
> MD5 29b3219f21158d9861e18f2b7f0f55e3 -
> SHA1 96d55f970588f3450857e4b5842dacfb9c5ebbd7 -
>
> This is an beta version. Some details may change in the final version.
>
> The main changes since Lua 5.1 are listed in
> http://www.lua.org/work/doc/#changes
>
> The complete diffs since the alpha version are available at
> http://www.lua.org/work/diffs-lua-5.2.0-alpha-beta-rc1.txt
>
> This release candidate will be the beta version if no glitches are found
> in the next 10 days or so.
>
> All feedback welcome. Thanks.
> --lhf
>
There is a small typo in lbitlib.c, line 155:
luaL_argcheck(L, 0 <= f, farg, "field cannot be netative");
Vaughan