From owner-cvs-all@FreeBSD.ORG Fri Mar 12 04:02:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71F9A16A4E7; Fri, 12 Mar 2004 04:02:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6480143D5C; Fri, 12 Mar 2004 04:02:04 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2CC24Ge050247; Fri, 12 Mar 2004 04:02:04 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2CC24dS050243; Fri, 12 Mar 2004 04:02:04 -0800 (PST) (envelope-from bde) Message-Id: <200403121202.i2CC24dS050243@repoman.freebsd.org> From: Bruce Evans Date: Fri, 12 Mar 2004 04:02:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/msun/src math.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 12:02:04 -0000 bde 2004/03/12 04:02:03 PST FreeBSD src repository Modified files: lib/msun/src math.h Log: 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). Revision Changes Path 1.28 +6 -0 src/lib/msun/src/math.h