From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: musl 0.7.10 released Date: Tue, 17 May 2011 21:49:47 -0400 Message-ID: <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 1305683954 12678 80.91.229.12 (18 May 2011 01:59:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 18 May 2011 01:59:14 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-85-gllmg-musl=m.gmane.org@lists.openwall.com Wed May 18 03:59: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 1QMW2Y-0002fq-2t for gllmg-musl@lo.gmane.org; Wed, 18 May 2011 03:59:10 +0200 Original-Received: (qmail 19507 invoked by uid 550); 18 May 2011 01:59: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 19499 invoked from network); 18 May 2011 01:59:08 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:2 Archived-At: 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