From owner-svn-src-head@FreeBSD.ORG Tue Jun 4 05:14:59 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 A541925D; Tue, 4 Jun 2013 05:14:59 +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 86CCC1B6C; Tue, 4 Jun 2013 05:14:58 +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 r545Eqpw032907; Mon, 3 Jun 2013 22:14:52 -0700 (PDT) (envelope-from das@FreeBSD.org) Received: (from das@localhost) by zim.MIT.EDU (8.14.7/8.14.2/Submit) id r545Eqte032906; Mon, 3 Jun 2013 22:14:52 -0700 (PDT) (envelope-from das@FreeBSD.org) Date: Mon, 3 Jun 2013 22:14:52 -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: <20130604051452.GA32885@zim.MIT.EDU> References: <201305300449.r4U4nRqM012625@svn.freebsd.org> <20130531033012.GB42068@FreeBSD.org> <20130603093809.GA30173@zim.MIT.EDU> <20130603152303.GA28476@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130603152303.GA28476@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: Tue, 04 Jun 2013 05:14:59 -0000 On Mon, Jun 03, 2013, Alexey Dokuchaev wrote: > On Mon, Jun 03, 2013 at 02:38:09AM -0700, David Schultz wrote: > > 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. > > It's OK, no problem (about the delay), thanks for bumping it. As for the > PH update, personally I don't think it is awfully useful to document every > __FreeBSD_version bump there (not to mention that it's generally hard to > keep this pretty volatile list consistent with the reality), but patch is > attached nonetheless (need a review and blessing from someone on the doc@ > team to commit it myself). Thanks. I think it's up to you guys to decide what's useful to document in the Porter's Handbook and what isn't. I'm more than happy to skip that step in the future.