epicsStrtod fix.

This commit is contained in:
Andrew Johnson
2006-01-05 21:38:14 +00:00
parent 10c03d3e19
commit 16e0409813
+10 -1
View File
@@ -7,7 +7,16 @@
</head>
<body lang="en">
<h1 align="center">EPICS Base Release 3.14.8.1</h1>
<h1 align="center">EPICS Base Release 3.14.8.2</h1>
<h2 align="center">Changes since 3.14.8.1</h2>
<h4>epicsStrtod</h4>
<p>On architectures whose native version of strtod() actually works properly
(i.e. converts +/-Inf[inity] and NaN strings to their double equivalents) we
managed to break the use of this in the R3.14.8.1 release. This is now
fixed.</p>
<h2 align="center">Changes since 3.14.8</h2>