Date: Sun, 18 Jan 2004 02:32:50 -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 _hdtoa.c src/lib/libc/stdio vfprintf.c Message-ID: <200401181032.i0IAWoMh012953@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2004/01/18 02:32:50 PST FreeBSD src repository Modified files: lib/libc/gdtoa Makefile.inc lib/libc/stdio vfprintf.c Added files: lib/libc/gdtoa _hdtoa.c Log: Implement __hdtoa() and __hldtoa() and enable printf() support for %a and %A, which print floating-point numbers in hexadecimal. Revision Changes Path 1.6 +1 -1 src/lib/libc/gdtoa/Makefile.inc 1.1 +432 -0 src/lib/libc/gdtoa/_hdtoa.c (new) 1.62 +2 -5 src/lib/libc/stdio/vfprintf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401181032.i0IAWoMh012953>