Date: Sun, 2 May 2004 03:55:05 -0700 (PDT) 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/stdio vfprintf.c vfscanf.c Message-ID: <200405021055.i42At5Qv019900@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405021055.i42At5Qv019900>