Date: Sat, 11 Jan 2003 12:35:16 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <1438-Sat11Jan2003123515+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <3E1FEF1F.C891D5CF@phekda.freeserve.co.uk> (message from Richard Dawe on Sat, 11 Jan 2003 10:17:03 +0000) Subject: Re: djgpp: djgpp/src/libc/c99/stdlib/makefile,strtof.c,strtof.txh References: <200301082016 DOT h08KGA210951 AT delorie DOT com> <2593-Fri10Jan2003220759+0200-eliz AT is DOT elta DOT co DOT il> <3E1FEF1F DOT C891D5CF AT phekda DOT freeserve DOT co DOT uk> 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 > Date: Sat, 11 Jan 2003 10:17:03 +0000 > From: Richard Dawe > > Here's what I propose: I will fix the double -> float mistake now. The > HUGE_VAL -> HUGE_VALF problem I will fix in a later patch. That's okay, but you still need to do something in strtof's code because it cannot return HUGE_VAL: that's a bug. Perhaps return some literal float value instead.