Date: Sat, 5 Apr 2003 14:10:13 -0800 (PST) From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gdtoa Makefile.inc _ldtoa.c src/lib/libc/alpha _fpmath.h src/lib/libc/i386 _fpmath.h src/lib/libc/ia64 _fpmath.h src/lib/libc/powerpc _fpmath.h src/lib/libc/sparc64 _fpmath.h Message-ID: <200304052210.h35MADsY027017@repoman.freebsd.org>
index | next in thread | raw e-mail
das 2003/04/05 14:10:13 PST
FreeBSD src repository
Modified files:
lib/libc/gdtoa Makefile.inc
lib/libc/alpha _fpmath.h
lib/libc/i386 _fpmath.h
lib/libc/ia64 _fpmath.h
lib/libc/powerpc _fpmath.h
lib/libc/sparc64 _fpmath.h
Added files:
lib/libc/gdtoa _ldtoa.c
Log:
Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().
In support of this, add some MD macros to assist in converting long
doubles to the format expected by gdtoa().
Reviewed by: silence on standards@
Revision Changes Path
1.3 +6 -0 src/lib/libc/alpha/_fpmath.h
1.3 +1 -1 src/lib/libc/gdtoa/Makefile.inc
1.1 +97 -0 src/lib/libc/gdtoa/_ldtoa.c (new)
1.2 +5 -0 src/lib/libc/i386/_fpmath.h
1.3 +5 -0 src/lib/libc/ia64/_fpmath.h
1.2 +8 -0 src/lib/libc/powerpc/_fpmath.h
1.2 +8 -0 src/lib/libc/sparc64/_fpmath.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304052210.h35MADsY027017>
