From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl 0.7.10 released Date: Wed, 18 May 2011 13:49:47 +0200 Message-ID: <20110518114947.GO6142@port70.net> References: <20110518014947.GL277@brightrain.aerifal.cx> 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 1305719414 23317 80.91.229.12 (18 May 2011 11:50:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 18 May 2011 11:50:14 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-86-gllmg-musl=m.gmane.org@lists.openwall.com Wed May 18 13:50:10 2011 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 1QMfGU-0004En-Ik for gllmg-musl@lo.gmane.org; Wed, 18 May 2011 13:50:10 +0200 Original-Received: (qmail 3653 invoked by uid 550); 18 May 2011 11:50:09 -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 3645 invoked from network); 18 May 2011 11:50:09 -0000 Content-Disposition: inline In-Reply-To: <20110518014947.GL277@brightrain.aerifal.cx> User-Agent: Mutt/1.5.20 (2009-06-14) Xref: news.gmane.org gmane.linux.lib.musl.general:3 Archived-At: * Rich Felker [2011-05-17 21:49:47 -0400]: > Support for numeric IPv6 address parsing has been added. Compiling > musl with PCC should now succeed and result in a working library. The > heap sort implementation of qsort has been replaced by smooth sort, > yielding nearly-linear run time on arrays which are already > mostly-sorted. Various bugs including printf floating point rounding > and scanf EOF handling have been fixed, as well as minor prototype > issues in the public headers and an issue where variadic functions > were incorrectly inlined on i386 with recent gcc versions. > > http://www.etalabs.net/musl/releases/musl-0.7.10.tar.gz nice i see compiler workaround - pcc preprocessor bug with recursive macro expansion in WHATSNEW have you reported the issue to the pcc developers? or can you show me an example where pcc is incorrect?