Subject: CVS commit: src/lib/libc/stdlib
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 04/15/2005 22:46:21
Module Name:	src
Committed By:	kleink
Date:		Fri Apr 15 22:46:21 UTC 2005

Modified Files:
	src/lib/libc/stdlib: strtod.3 strtod.c

Log Message:
Due to their "inverse" treatment of the fraction's MSb, update NAN
conversion to construct a quiet NaN on hppa, mips, sh3, and sh5 as well.
Also, remove the portion constructing a ROP on vax; this is not required
by the standard, and in its consequences it is not an appropriate
substitute for a qNaN.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/lib/libc/stdlib/strtod.3
cvs rdiff -r1.45 -r1.46 src/lib/libc/stdlib/strtod.c

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