freebsd-dev/lib/libc/ia64
David Schultz 6a66acb565 Replace our ancient dtoa/strtod implementation with the gdtoa
package, a more recent, generalized set of routines.  Among the
changes:
- Declare strtof() and strtold() in stdlib.h.
- Add glue to libc to support these routines for all kinds
  of ``long double''.
- Update printf() to reflect the fact that dtoa works slightly
  differently now.

As soon as I see that nothing has blown up, I will kill
src/lib/libc/stdlib/strtod.c.  Soon printf() will be able
to use the new routines to output long doubles without loss
of precision, but numerous bugs in the existing code must
be addressed first.

Reviewed by:	bde (briefly), mike (mentor), obrien
2003-03-12 20:30:00 +00:00
..
gen Fix threaded applications on ia64 that are linked dynamicly. We did 2003-03-05 04:39:24 +00:00
net Use __FBSDID. 2003-03-03 01:09:46 +00:00
stdlib Replace our ancient dtoa/strtod implementation with the gdtoa 2003-03-12 20:30:00 +00:00
string Use __FBSDID. 2003-03-03 01:09:46 +00:00
sys Use __FBSDID. 2003-03-03 01:09:46 +00:00
_fpmath.h ia64 actually uses 80-bit long doubles and must support big and little 2003-02-26 16:04:34 +00:00
arith.h Replace our ancient dtoa/strtod implementation with the gdtoa 2003-03-12 20:30:00 +00:00
Makefile.inc Correct a comment. 2001-03-05 10:00:57 +00:00
SYS.h Fix the style of the SCM ID's. 2002-03-22 23:42:05 +00:00