From owner-cvs-src@FreeBSD.ORG Tue Jun 1 21:38:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBCD016A4CE; Tue, 1 Jun 2004 21:38:52 -0700 (PDT) Received: from VARK.homeunix.com (ar59.lsanca2-4.27.98.47.lsanca2.dsl-verizon.net [4.27.98.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8281743D1D; Tue, 1 Jun 2004 21:38:52 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.10/8.12.10) with ESMTP id i524cmkj028177; Tue, 1 Jun 2004 21:38:48 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.11/8.12.10/Submit) id i524clXe028173; Tue, 1 Jun 2004 21:38:47 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Tue, 1 Jun 2004 21:38:47 -0700 From: David Schultz To: Bruce Evans Message-ID: <20040602043847.GA15163@VARK.homeunix.com> Mail-Followup-To: Bruce Evans , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200406011928.i51JSdOw070538@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406011928.i51JSdOw070538@repoman.freebsd.org> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/msun/src e_pow.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2004 04:38:52 -0000 On Tue, Jun 01, 2004, Bruce Evans wrote: > Sun finally released a new version of fdlibm just a coupe of weeks > ago. It only fixes 3 bugs (this one, another one in pow() that we > already have (rev.1.9), and one in tan(). I've learned too much about > powf() lately, so this fix was easy to merge. The patch is not verbatim, > because our base version has many differences for portability and I > didn't like global renaming of an unrelated variable to keep it separate > from the sign variable. This patch uses a new variable named sn for > the sign. Coincidentally, I started looking over the new version last night. I'll commit a fix for the tan() bug in a minute or two, unless you beat me to it.