[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (work4) now available
- From: Patrick Donnelly <batrick@...>
- Date: Tue, 10 Aug 2010 12:46:22 -0400
On Sat, Jul 31, 2010 at 5:08 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> Lua 5.2.0 (work4) is now available at
> http://www.lua.org/work/lua-5.2.0-work4.tar.gz
luaB_print (lbaselib.c) still gets the tostring global function. This
should probably be changed to call the new luaL_tolstring (which
luaB_tostring now calls)?
--
- Patrick Donnelly