[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: [ANN] Lua 5.2.2 (rc3) now available
- From: "A Royal" <a.royal.public@...>
- Date: Thu, 14 Mar 2013 23:45:22 +1030
It's so minor - almost not worth mentioning...
There is a symbol in lapi.c called "lua_ident"; this is not referenced in
the module or any header file. My C++ compiler warns that it discards it
(unused), although my C compiler retains it.
Missing a header declaration?
-----Original Message-----
From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org] On
Behalf Of Luiz Henrique de Figueiredo
Sent: Thursday, 14 March 2013 10:09 PM
To: lua-l@lists.lua.org
Subject: Re: [ANN] Lua 5.2.2 (rc3) now available
We intend to freeze Lua 5.2.2 very soon.
If there are still any suggestions for Lua 5.2.2, please post them here.
(Only bug fixes in code or docs can be added, no new features.)
Lua 5.2.2 (rc3) is available at http://www.lua.org/work/
All feedback welcome. Thanks.
--lhf