cvs commit: src/lib/libc/stdio vfprintf.c vfscanf.c
David Schultz
das at FreeBSD.org
Sun May 2 03:55:07 PDT 2004
das 2004/05/02 03:55:05 PDT
FreeBSD src repository
Modified files:
lib/libc/stdio vfprintf.c vfscanf.c
Log:
- To make it easier to compile *printf() and *scanf() without
floating-point support, remove default definition of FLOATING_POINT
from the source, and change the compile-time option to
NO_FLOATING_POINT.
- Remove the HEXFLOAT option. It saves an insignificant amount of
space (<0.1% of the size of libc on i386) and complicates vfprintf()
and checkfmt().
Revision Changes Path
1.65 +16 -24 src/lib/libc/stdio/vfprintf.c
1.37 +5 -7 src/lib/libc/stdio/vfscanf.c
More information about the cvs-src
mailing list