From owner-svn-src-all@FreeBSD.ORG Thu Dec 4 17:05:17 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA908D98; Thu, 4 Dec 2014 17:05:17 +0000 (UTC) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B7850377; Thu, 4 Dec 2014 17:05:17 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.14.9/8.14.9) with ESMTP id sB4H5HrN018569 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 4 Dec 2014 09:05:17 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.9/8.14.9/Submit) id sB4H5HKH018568; Thu, 4 Dec 2014 09:05:17 -0800 (PST) (envelope-from sgk) Date: Thu, 4 Dec 2014 09:05:17 -0800 From: Steve Kargl To: Steve Kargl Subject: Re: svn commit: r275476 - head/lib/msun/src Message-ID: <20141204170517.GA18534@troutmask.apl.washington.edu> References: <201412041557.sB4FvxH8093590@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201412041557.sB4FvxH8093590@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 17:05:18 -0000 On Thu, Dec 04, 2014 at 03:57:59PM +0000, Steve Kargl wrote: > Author: kargl > Date: Thu Dec 4 15:57:58 2014 > New Revision: 275476 > URL: https://svnweb.freebsd.org/changeset/base/275476 > > Log: > Fix a 20+ year bug by using an appropriate constant for > the transition from one asymptotic approximation to another > for the zeroth order Bessel and Neumann functions. > A similar bug exists in e_j1f.c. I haven't determined the correct constant, yet. Someday, I'll get to it. -- Steve