[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: 3.2 Bug
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 02 Sep 1999 16:23:04 -0300
> The bug BTW was that strtoul needs to be used instead of strtol in the
> number conversion, since I don't think people want to specify negative
> numbers in hex and they might want to specify large positive ones.
We did get your message (I do not know about the archives). We are considering
it, but we do not consider that a bug. It is a matter of preference. Probably
next version will support 0xFFFFFFFF.
-- Roberto