From owner-svn-src-all@FreeBSD.ORG Fri May 31 03:30:12 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id D33DA156A; Fri, 31 May 2013 03:30:12 +0000 (UTC) Date: Fri, 31 May 2013 03:30:12 +0000 From: Alexey Dokuchaev To: David Schultz Subject: Re: svn commit: r251121 - in head: include lib/msun lib/msun/man lib/msun/src Message-ID: <20130531033012.GB42068@FreeBSD.org> References: <201305300449.r4U4nRqM012625@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201305300449.r4U4nRqM012625@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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.14 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: Fri, 31 May 2013 03:30:12 -0000 On Thu, May 30, 2013 at 04:49:27AM +0000, David Schultz wrote: > New Revision: 251121 > URL: http://svnweb.freebsd.org/changeset/base/251121 > > Log: > I'm happy to finally commit stephen@'s implementations of cacos, > cacosh, casin, casinh, catan, and catanh. Thanks to stephen@ and bde@ > for working on these. This is awesome, but I did not see __FreeBSD_version bumped. Many ports rely on math functions, and having coherent OSVERSIONs really helps to decide when some function is natively supported, or emulation code required. ./danfe