Re: [ANN] Lua 5.3.0 (rc3) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (rc3) now available
- From: Edward Berner <erb@...>
- Date: 2015年1月04日 04:58:14 -0800
On 1/2/2015 5:36 AM, Luiz Henrique de Figueiredo wrote:
Lua 5.3.0 (rc3) is now available for testing at
http://www.lua.org/work/lua-5.3.0-rc3.tar.gz
MD5 5dd17d29fbb70139d315e2cea751a128 -
SHA1 83e26c3c21abe7c309c5e9df08b6a7a7db85ef2a -
[...]
All feedback welcome. Thanks.
--lhf
Successfully built and tested with Microsoft Visual C++ 6.0 on Windows
NT 4.0.
At the highest warning level the compiler likes to complain about
various type conversions, but it seems like all Microsoft compilers do
that... ;)
I ran the test suite with "_U=true" and it performed as I would expect
for a non-c99 compiler. Specifically, hexadecimal floating point
constants didn't work, and all or most things involving NaNs didn't
work; the rest of the tests ran okay.
--
Edward Berner