|
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