cvs commit: src/lib/libc/stdio vfprintf.c
David Schultz
das at FreeBSD.org
Sun Apr 6 17:42:21 PDT 2003
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
More information about the cvs-src
mailing list