From a4790a1dc22ae73bee418047838412d4986003d1 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Fri, 22 Oct 2004 13:53:14 +0000 Subject: [PATCH] epicsScanFloat, epicsScanDouble. --- documentation/RELEASE_NOTES.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 6e5a9fe1a..89bb63823 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -16,6 +16,8 @@

epicsStdlib.h declares epicsStrtod() which provides a version of strtod which handles NAN/INF on all architectures. All uses of strtod() in base have been converted to use epicsStrtod().

+

epicsStdlib.h also declares epicsScanFloat() and epicsScanDouble() which +replace calls to sscanf with routines which handle NAN/INF on all architectures.

epicsThreadCreate Stacksize Posix

The posix implementation of epicsThreadCreate now makes pthread