From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4677 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: musl 1.0.0 released Date: Thu, 20 Mar 2014 05:30:26 -0400 Message-ID: <20140320093026.GA28225@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1395307841 27928 80.91.229.3 (20 Mar 2014 09:30:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Mar 2014 09:30:41 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4681-gllmg-musl=m.gmane.org@lists.openwall.com Thu Mar 20 10:30:51 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1WQZJC-000784-Dj for gllmg-musl@plane.gmane.org; Thu, 20 Mar 2014 10:30:42 +0100 Original-Received: (qmail 30617 invoked by uid 550); 20 Mar 2014 09:30:39 -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 30604 invoked from network); 20 Mar 2014 09:30:39 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:4677 Archived-At: Greetings! I'm pleased to announce the long-awaited musl 1.0.0: This release adds support for a soft-float ABI variant on MIPS as well as new experimental ports to SuperH and x32 (the new 32-bit ABI for x86_64). Two floating point printf bugs have been fixed including a rounding error and off-by-one buffer overflow that could occur only when printing certain denormal values with thousands of places of precision. A second overflow issue was fixed in wcsxfrm where a buffer length of zero was misinterpreted. Several other minor bug fixes and compatibility improvements have also been made. http://www.musl-libc.org/releases/musl-1.0.0.tar.gz Updates to the development roadmap and discussion of where we go next will follow soon. Rich