From owner-freebsd-current@FreeBSD.ORG Sat Jun 2 05:06:20 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A09C1065670 for ; Sat, 2 Jun 2012 05:06:20 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by mx1.freebsd.org (Postfix) with ESMTP id DA6DD8FC12 for ; Sat, 2 Jun 2012 05:06:19 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.5/8.14.5) with ESMTP id q5256Inc012415; Fri, 1 Jun 2012 22:06:18 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.5/8.14.5/Submit) id q5256IQ6012414; Fri, 1 Jun 2012 22:06:18 -0700 (PDT) (envelope-from sgk) Date: Fri, 1 Jun 2012 22:06:17 -0700 From: Steve Kargl To: Eitan Adler Message-ID: <20120602050617.GA12403@troutmask.apl.washington.edu> References: <4FC30090.4070003@gwdg.de> <201205311145.15454.jhb@freebsd.org> <201206011029.13865.jhb@freebsd.org> <20120602000357.GC56049@server.rulingia.com> <20120602035218.GA12163@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org, Peter Jeremy Subject: Re: Use of C99 extra long double math functions after r236148 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2012 05:06:20 -0000 On Sat, Jun 02, 2012 at 12:04:58AM -0400, Eitan Adler wrote: > On 1 June 2012 23:52, Steve Kargl wrote: > > > Of course. ??Sit down and write code. > > If I ever find the time, I just might. Do we have a wiki page listing > the set of functions which we don't yet have? > I don't know. I don't read the wiki. You can many/most/all by looking in /usr/include/math.h There are many #if 0 ... #endif blocks. -- Steve