Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Apr 2003 21:39:01 +1000
From:      Tim Robbins <tjr@FreeBSD.ORG>
To:        David Schultz <das@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/lib/libc/stdio vfprintf.c
Message-ID:  <20030414213901.A77926@dilbert.robbins.dropbear.id.au>
In-Reply-To: <200304141124.h3EBOsDs014240@repoman.freebsd.org>; from das@FreeBSD.org on Mon, Apr 14, 2003 at 04:24:53AM -0700
References:  <200304141124.h3EBOsDs014240@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@physik.rwth-aachen.de>

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


Tim



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030414213901.A77926>