Date: Sun, 6 Apr 2003 17:42:20 -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 Message-ID: <200304070042.h370gK2u001994@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2003/04/06 17:42:20 PDT
FreeBSD src repository
Modified files:
lib/libc/stdio vfprintf.c
Log:
- %e conversions with precision 0 should not cause a decimal point to
be printed.
- Fix %f conversions where the number of significant digits is < expt.
This would be a one-line change were it not for thousands separators.
Noticed by tjr.
- Remove some unnecessary code in the parsing of precision specifiers.
Revision Changes Path
1.55 +22 -18 src/lib/libc/stdio/vfprintf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304070042.h370gK2u001994>
