From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/551 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: libm Date: Fri, 27 Jan 2012 17:02:09 +0100 Message-ID: <20120127160209.GF31975@port70.net> References: <20120123164152.GZ31975@port70.net> <20120123170715.GA197@brightrain.aerifal.cx> <20120123191215.GA31975@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1327680148 7937 80.91.229.12 (27 Jan 2012 16:02:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 27 Jan 2012 16:02:28 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-552-gllmg-musl=m.gmane.org@lists.openwall.com Fri Jan 27 17:02:25 2012 Return-path: Envelope-to: gllmg-musl@lo.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by lo.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1RqoFr-0006NA-JD for gllmg-musl@lo.gmane.org; Fri, 27 Jan 2012 17:02:23 +0100 Original-Received: (qmail 29797 invoked by uid 550); 27 Jan 2012 16:02:22 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 29789 invoked from network); 27 Jan 2012 16:02:22 -0000 Content-Disposition: inline In-Reply-To: <20120123191215.GA31975@port70.net> User-Agent: Mutt/1.5.20 (2009-06-14) Xref: news.gmane.org gmane.linux.lib.musl.general:551 Archived-At: * Szabolcs Nagy [2012-01-23 20:12:15 +0100]: > * Rich Felker [2012-01-23 12:07:15 -0500]: > > On Mon, Jan 23, 2012 at 05:41:52PM +0100, Szabolcs Nagy wrote: > > > many functions are the same in glibc and the various > > > bsd libcs (they are mostly based on fdlibm, but glibc > > > 64bit double precision functions are from the gpl > > > licensed libultim) > > > > You really mean double, not extended? That's odd since fdlibm covers > > double.. I wonder when/why they switched. > > > sorry libultim is lgpl the source tree contains a gpl license for some reason, but all source comments say lgpl, both in glibc and the original files meanwhile i compared some implementations openbsd, freebsd and glibc are worth to look at (netbsd and bionic libms seem to be less maintained)