Re: Inconsistent hex literal parsing (language, Lua, LuaJIT)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Inconsistent hex literal parsing (language, Lua, LuaJIT)
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2012年7月27日 10:05:56 -0300
> first off, the issue I will describe is somewhat similar to some postings
> found in the archive (mostly "luaO_str2d, strtod and hexadecimal numbers
> under IRIX"), but I decided to create a new thread instead of replying to a
> 2-year old one because I feel that it warrants new discussion.
>
> [...]
>
> As far as "fixing" the issue goes, various alternatives pop to mind:
> [...]
Did you check Lua 5.2?
-- Roberto