Subject: CVS commit: src/lib/libc/gdtoa
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 02/28/2006 18:51:08
Module Name:	src
Committed By:	kleink
Date:		Tue Feb 28 18:51:08 UTC 2006

Modified Files:
	src/lib/libc/gdtoa: dtoa.c

Log Message:
Restore the UCB __dtoa() behavior as previously done in stdlib/strtod.c:

 revision 1.9
 date: 1993/12/07 18:54:32;  author: jtc;  state: Exp;  lines: +5 -1
 Restore 4 lines of code that UCB added that got lost when I upgraded to
 the latest version of this code.  This bug was responsible for printf
 formatting errors when values were rounded to 0.

Fixes PR lib/32951.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libc/gdtoa/dtoa.c

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