[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (rc3) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sun, 4 Jan 2015 12:34:34 -0200
> Successfully built and tested with Microsoft Visual C++ 6.0 on
> Windows NT 4.0.
>
> [...]
>
> 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, [...]
That is strange. On Windows, Lua should use its own code to convert
hexadecimal floating-point constants (see 'lua_strx2number' in
luaconf.h). Therefore, those constants should work OK.
-- Roberto