K 10 svn:author V 4 mike K 8 svn:date V 27 2003-02-12T20:03:41.000000Z K 7 svn:log V 388 o Implement C99 classification macros isfinite(), isinf(), isnan(), isnormal(). The current isinf() and isnan() are perserved for binary compatibility with 5.0, but new programs will use the macros. o Implement C99 comparison macros isgreater(), isgreaterequal(), isless(), islessequal(), islessgreater(), isunordered(). Submitted by: David Schultz END