cvs commit: src/lib/libc/stdio vfprintf.c vfwprintf.c
David Schultz
das at FreeBSD.org
Sat Apr 19 16:53:21 PDT 2003
das 2003/04/19 16:53:19 PDT
FreeBSD src repository
Modified files:
lib/libc/stdio vfprintf.c vfwprintf.c
Log:
%E-like %g and %G conversions should remove trailing zeroes unless
the # flag is present. Implement this behavior and add a comment
describing it.
Noticed by: Enache Adrian <enache at rdslink.ro>
Pointy hat to: das
Revision Changes Path
1.59 +7 -0 src/lib/libc/stdio/vfprintf.c
1.12 +7 -0 src/lib/libc/stdio/vfwprintf.c
More information about the cvs-src
mailing list