[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (final) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 13 Jan 2015 09:20:11 -0200
> 2015-01-12 17:24 GMT+02:00 Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>:
> > Lua 5.3.0 has been frozen and is now available at
> > http://www.lua.org/ftp/lua-5.3.0.tar.gz
>
> The "i" read format is documented but not implemented.
> There is no `case 'i':` in liolib.c.
The manual is wrong. This option has been removed and option 'n' changed
to read both integers and floats (as documented). Thanks for the report.
-- Roberto