[issue610] strtof() and strtold() missing
Hasso Tepper
bugs at crater.dragonflybsd.org
Sun Apr 22 22:51:27 PDT 2007
New submission from Hasso Tepper <hasso at estpak.ee>:
While looking at issue I discovered that most of systems (NetBSD and FreeBSD
among others) are using gdtoa for floating point to string and string to
floating point conversions. Actually it's true for DF as well,
lib/libc/stdlib/strtod.c is successor of the gdtoa.
Obvious solution would be to update to latest gdtoa code to get C99 conformant
floating point to string and string to floating point conversion. The fact
that FreeBSD and NetBSD are using it should simplify it at least a little.
Before someone mentions it - no, it's beyond my skills at the moment ;).
----------
messages: 2569
nosy: hasso
priority: feature
status: chatting
title: strtof() and strtold() missing
_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue610>
_____________________________________________________
More information about the Bugs
mailing list