From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2343 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl 0.9.8 released Date: Tue, 27 Nov 2012 09:46:07 -0500 Message-ID: <20121127144607.GK20323@brightrain.aerifal.cx> References: <20121127024958.GA23123@brightrain.aerifal.cx> <20121127113102.GG10895@port70.net> 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 1354027581 6496 80.91.229.3 (27 Nov 2012 14:46:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Nov 2012 14:46:21 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2344-gllmg-musl=m.gmane.org@lists.openwall.com Tue Nov 27 15:46:33 2012 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 1TdMQh-0004EW-2X for gllmg-musl@plane.gmane.org; Tue, 27 Nov 2012 15:46:31 +0100 Original-Received: (qmail 5468 invoked by uid 550); 27 Nov 2012 14:46:19 -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 5460 invoked from network); 27 Nov 2012 14:46:19 -0000 Content-Disposition: inline In-Reply-To: <20121127113102.GG10895@port70.net> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:2343 Archived-At: On Tue, Nov 27, 2012 at 12:31:02PM +0100, Szabolcs Nagy wrote: > * Rich Felker [2012-11-26 21:49:58 -0500]: > > As a post-release agenda, I'd like to first address things that have > > been in demand lately: > > > > - Proper MIPS softfloat support > > - x32 port > > - ether.h interfaces > > - %m modifier for scanf > > - Affinity/cpuset stuff > > > > And I have a few agenda items of my own: > > > > - Self-synchronized destruction of FILE streams (same issue all > > synchronization objects have had with self-synchronized > > destruction -- unlocking thread may not access memory after the > > destroying thread already got the lock). > > - Making stdio functions cancellable while waiting for locks. > > - Getting strace & gdb working properly with minimal patching. > > > > + more math fixes :) :) > i found minor restrict qualifier issues in some of the new > interfaces Committed. Rich