X-Sybari-Trust: 66d354b9 d6a25af5 ae26be38 00000138 From: Martin Stromberg Message-Id: <200303190912.KAA04773@lws256.lu.erisoft.se> Subject: Re: strto{d,f,ld}, inf and nan patch To: djgpp-workers AT delorie DOT com Date: Wed, 19 Mar 2003 10:12:14 +0100 (MET) In-Reply-To: <3791-Tue18Mar2003231543+0200-eliz@elta.co.il> from "Eli Zaretskii" at Mar 18, 2003 11:15:44 PM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Eli said; > > From: > > Date: Tue, 18 Mar 2003 21:03:36 +0100 (CET) > > > +If @var{s} is @code{NaN()}, with any variations of > > "" should be "@var{integer}". > > Btw, do we really intend to support non-hex values here? No. I was planning on a strtoull(x, y, 0) but then I'll use strtoull(x, y, 16) instead. Right, MartinS