From owner-freebsd-standards Wed May 15 11:54:21 2002 Delivered-To: freebsd-standards@freebsd.org Received: from HAL9000.wox.org (12-232-222-90.client.attbi.com [12.232.222.90]) by hub.freebsd.org (Postfix) with ESMTP id E83A837B427; Wed, 15 May 2002 11:54:16 -0700 (PDT) Received: (from das@localhost) by HAL9000.wox.org (8.11.6/8.11.6) id g4FIt1G57290; Wed, 15 May 2002 11:55:01 -0700 (PDT) (envelope-from das) Date: Wed, 15 May 2002 11:55:01 -0700 From: David Schultz To: Gerald Pfeifer Cc: freebsd-gnats-submit@freebsd.org, freebsd-standards@freebsd.org Subject: Re: misc/23103: lacks many ISO C99 features (NAN, isfinite,...) Message-ID: <20020515115501.A57275@HAL9000.wox.org> References: <20020509030926.A36699@HAL9000.wox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ; from pfeifer@dbai.tuwien.ac.at on Wed, May 15, 2002 at 07:21:11PM +0200 Sender: owner-freebsd-standards@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thus spake Gerald Pfeifer : > But apart from isfinite(), everything originally require by Wine seems > to be there with your patch, thanks! isfinite() is a really easy addition, since it's just a special case of fpclassify(). I just want to verify that someone is willing to support the work before I finish hacking up math.h and research any changes necessary for architectures other than i386. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-standards" in the body of the message