From d2fd6d545ab027e9187ca1e43114009672f809aa Mon Sep 17 00:00:00 2001 From: sjborley Date: Wed, 18 May 2005 20:26:13 +0000 Subject: [PATCH] Updated for move of isnan() --- ChangeLog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1b0abe102..853953dfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,11 +3,15 @@ * Reverted src/spicelib/devices/restemp.c to previous version. Changes in this file were intended for temporary debug and should not have been committed to CVS. - + + * Moved isnan() to src/misc/missing_math.c from src/spicelib/devices/dev.c + following suggestion from Dietmar warning. Also took opportunity to fixed + a compiler warning in dev.c + 2005-05-18 Steven Borley - * I erroneously ommited a few changes from Dietmar Warning: + * I erroneously omitted a few changes from Dietmar Warning: Fix to src/maths/cmaths/Makefile.am to exclude test programs that don't compile under MinGW. Fix to src/spicelib/devices/dev.c to exclude local isnan() when it exists as a library function.