Subject: sun-lamp CVS commits
To: None <source-changes@NetBSD.ORG>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 01/29/1995 16:50:02
jtc
Sun Jan 29 16:46:02 PST 1995
Update of /b/source/CVS/src/lib/libc/stdio
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/libc/stdio

Modified Files:
	scanf.3 vfscanf.c 
Log Message:
Handle long doubles.  

Like Plauger's implementation in "The Standard C Library", we use strtod(), 
which will limit the range of values that can be converter properly if
long double has greater precision or range than double.

We will need a string to long double function to handle this properly, but
this change is better than the previous behavior of ignoring the existance
of long doubles.