Subject: PR/32951 CVS commit: src/lib/libc/gdtoa
To: None <kleink@netbsd.org, gnats-admin@netbsd.org,>
From: Klaus Klein <kleink@netbsd.org>
List: netbsd-bugs
Date: 02/28/2006 18:55:01
The following reply was made to PR lib/32951; it has been noted by GNATS.

From: Klaus Klein <kleink@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32951 CVS commit: src/lib/libc/gdtoa
Date: Tue, 28 Feb 2006 18:51:08 +0000 (UTC)

 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.