freebsd-dev/lib/libc/alpha
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 Remove these from libc; they are now system calls. 2003-02-18 12:31:57 +00:00
net Use __FBSDID. 2003-01-19 00:17:03 +00:00
stdlib Replace our ancient dtoa/strtod implementation with the gdtoa 2003-03-12 20:30:00 +00:00
string Use __FBSDID. 2003-01-19 00:17:03 +00:00
sys Use __FBSDID. 2003-01-19 00:17:03 +00:00
_fpmath.h Implement fpclassify(): 2003-02-08 20:37:55 +00:00
arith.h Replace our ancient dtoa/strtod implementation with the gdtoa 2003-03-12 20:30:00 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
SYS.h Fix the style of the SCM ID's. 2002-03-22 23:42:05 +00:00