[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (work2) now available
- From: Duncan Cross <duncan.cross@...>
- Date: Thu, 14 Jan 2010 02:09:53 +0000
On Thu, Jan 14, 2010 at 1:52 AM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> Lua 5.2.0 (work2) is now available at
> http://www.lua.org/work/lua-5.2.0-work2.tar.gz
>
> MD5 b246c52fa669db8bb16d6b34c2b35e2d -
> SHA1 fcac8efce7b6cf1768ae7e01f9921b04086f159b -
>
> This is a work version. All details may change in the final version.
>
> The manual has been updated and most glitches reported in work1 have been
> fixed. The complete diffs are available at
> http://www.lua.org/work/diffs-lua-5.2.0-work1-work2.txt
>
> The work area now has an HTML interface:
> http://www.lua.org/work/
>
> Thanks to everyone for the reports.
>
> All feedback welcome. Thanks.
> --lhf
>
A snippet of code in the description for bit.brotate() refers to
"bit.rotate(...)" (i.e. missing the "b").
-Duncan