Searched hist:113468 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/lib/libc/stdio/
H A Dprintf-pos.cdiff 113468 Mon Apr 14 11:24:53 MDT 2003 das 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@physik.rwth-aachen.de>
H A Dvfprintf.cdiff 113468 Mon Apr 14 11:24:53 MDT 2003 das 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@physik.rwth-aachen.de>

Completed in 68 milliseconds