Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 1995 16:50:02 -0800
From:      The Source Master <srcmastr@NetBSD.ORG>
To:        source-changes@NetBSD.ORG
Subject:   sun-lamp CVS commits
Message-ID:  <199501300050.QAA04854@sun-lamp.cs.berkeley.edu>

next in thread | raw e-mail | index | archive | help

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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199501300050.QAA04854>