The problem was in STRTOD in port.c. Upon underflow it reset the pointer to the beginning (but not for overflow). I've changed that.
The overflow case is because it stores HUGE_VAL which seems to be different from infinity. Is that correct?
/ Martin Stjernholm, Roxen IS
Previous text:
2003-02-26 11:14: Subject: Floating point (conversion) bug (affected: v7.4 & v7.5; may be Hilfe only)
Quite possibly. I wonder why it doesn't like it. I still consider that a bug, though, since 1e1000 work.
/ Mirar