From owner-svn-src-head@FreeBSD.ORG Mon Jun 3 09:38:11 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2867F22D; Mon, 3 Jun 2013 09:38:11 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from zim.MIT.EDU (50-196-151-174-static.hfc.comcastbusiness.net [50.196.151.174]) by mx1.freebsd.org (Postfix) with ESMTP id 02BCD1020; Mon, 3 Jun 2013 09:38:10 +0000 (UTC) Received: from zim.MIT.EDU (localhost [127.0.0.1]) by zim.MIT.EDU (8.14.7/8.14.2) with ESMTP id r539cA4G030207; Mon, 3 Jun 2013 02:38:10 -0700 (PDT) (envelope-from das@FreeBSD.org) Received: (from das@localhost) by zim.MIT.EDU (8.14.7/8.14.2/Submit) id r539c9mx030206; Mon, 3 Jun 2013 02:38:09 -0700 (PDT) (envelope-from das@FreeBSD.org) Date: Mon, 3 Jun 2013 02:38:09 -0700 From: David Schultz To: Alexey Dokuchaev Subject: Re: svn commit: r251121 - in head: include lib/msun lib/msun/man lib/msun/src Message-ID: <20130603093809.GA30173@zim.MIT.EDU> References: <201305300449.r4U4nRqM012625@svn.freebsd.org> <20130531033012.GB42068@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130531033012.GB42068@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 09:38:11 -0000 On Fri, May 31, 2013, Alexey Dokuchaev wrote: > 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. Done. Sorry for the delay: I wanted to add a few more functions first! I usually update the Porter's Handbook too, but I'm out of time right now, so I would appreciate it if someone could do it. The needed information should be in the commit message.