cvs commit: src/lib/libc/stdio vfprintf.c

Tim Robbins tjr at FreeBSD.ORG
Mon Apr 14 04:39:50 PDT 2003


On Mon, Apr 14, 2003 at 04:24:53AM -0700, David Schultz wrote:

> das         2003/04/14 04:24:53 PDT
> 
>   FreeBSD src repository
> 
>   Modified files:
>     lib/libc/stdio       vfprintf.c 
>   Log:
>   Fix a bug where printf was erroneously printing a decimal point for
>   %f and sufficiently short %g specifiers where the precision was
>   explicitly zero, no '#' flag was specified, and the floating point
>   argument was > 0 and <= 0.5.  While at it, add some comments to better
>   explain the relevant bits of code.
>   
>   Noticed by:     Christoph Kukulies <kuku at physik.rwth-aachen.de>

Cool, thanks, vfwprintf() merge is on the way.


Tim


More information about the cvs-src mailing list