[Cppunit-cvs] cppunit ChangeLog,1.264,1.265
Brought to you by:
blep
From: Steven R. <sm...@us...> - 2007-03-05 03:17:32
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv25848 Modified Files: ChangeLog Log Message: Make floatingPointIsFinite() return int. Fix comment about comparisons and IEEE NaN. Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.264 retrieving revision 1.265 diff -C2 -d -r1.264 -r1.265 *** ChangeLog 25 Feb 2007 09:21:45 -0000 1.264 --- ChangeLog 5 Mar 2007 03:17:27 -0000 1.265 *************** *** 1,2 **** --- 1,7 ---- + 2007-03-04 Steve M. Robbins <sm...@su...> + + * include/cppunit/portability/FloatingPoint.h (floatingPointIsFinite): Change + return type to int, following the convention of isfinite(), finite(), etc. + 2007-02-25 Baptiste Lepilleur <bl...@us...> |