K 10 svn:author V 3 bde K 8 svn:date V 27 2004-03-12T12:02:03.000000Z K 7 svn:log V 573 Initial support for C99's (or is it POSIX.1-2001's?) MATH_ERRNO, MATH_ERREXCEPTION and math_errhandling, so that C99 applications at least have the possibility of determining that errno is not set for math functions. Set math_errhandling to the non-standard-conforming value of 0 for now to indicate that we don't support either method of reporting errors. We intentionally don't support MATH_ERRNO because errno is a mistake, and we are missing support for MATH_ERREXCEPTION (, compiler support for , and actually setting the exception flags correctly). END