| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unneeded stdlib directories. | Ed Schouten | 2009-06-23 | 1 | -1/+0 |
| | | | | | | | | | | | It's not necessary to add stdlib directories for each architecture, even if the architecture doesn't implement any files of its own. Submitted by: Christoph Mallon Notes: svn path=/head/; revision=194704 | ||||
| * | Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc. | David Schultz | 2005-01-15 | 1 | -5/+0 |
| | | | | | | | | | The purpose of having a separate file involved an abandoned scheme that would have kept contrib/gdtoa out of the include path for the rest of libc. Notes: svn path=/head/; revision=140279 | ||||
| * | Replace our ancient dtoa/strtod implementation with the gdtoa | David Schultz | 2003-03-12 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=112163 | ||||
| * | Minimal libc for sparc64. | Jake Burkholder | 2001-10-26 | 1 | -0/+1 |
| Reviewed by: obrien Notes: svn path=/head/; revision=85518 | |||||
