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
David Schultz
das at FreeBSD.org
Sat Apr 5 14:10:15 PST 2003
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
More information about the cvs-src
mailing list