DragonFly bugs List (threaded) for 2007-04
DragonFly BSD
DragonFly bugs List (threaded) for 2007-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

[issue610] strtof() and strtold() missing


From: Hasso Tepper <bugs@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 23 Apr 2007 05:49:08 -0000

New submission from Hasso Tepper <hasso@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@lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue610>
_____________________________________________________




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]