Subject: CVS commit: basesrc/lib/libc/stdio
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 11/28/2001 13:58:23
Module Name:	basesrc
Committed By:	kleink
Date:		Wed Nov 28 11:58:23 UTC 2001

Modified Files:
	basesrc/lib/libc/stdio: vfprintf.c

Log Message:
Since we're returned the sign of a floating-point number by __dtoa(),
use that to decide whether to include a minus sign in the result.
Fixes printing -0.0, and thus PR lib/3137.


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 basesrc/lib/libc/stdio/vfprintf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.