aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/alpha/stdlib
Commit message (Collapse)AuthorAgeFilesLines
* Remove alpha left-overs.Ruslan Ermilov2006-08-221-3/+0
| | | | Notes: svn path=/head/; revision=161526
* Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.David Schultz2005-01-151-4/+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 gdtoaDavid Schultz2003-03-121-0/+4
| | | | | | | | | | | | | | | | | | | | | 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
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Oops, we don't need NetBSD's malloc 'cause we can turn off utraceJohn Birrell1998-03-092-438/+2
| | | | | | | in phk's malloc. Notes: svn path=/head/; revision=34383
* Import sources from NetBSD, tweaked for building in FreeBSD.John Birrell1998-03-092-0/+439
Notes: svn path=/cvs2svn/branches/JB/; revision=34375