From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2399 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl 0.9.8 released Date: Mon, 3 Dec 2012 14:11:17 +0100 Message-ID: <20121203131117.GC32305@port70.net> References: <20121127024958.GA23123@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 1354540292 19432 80.91.229.3 (3 Dec 2012 13:11:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Dec 2012 13:11:32 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2400-gllmg-musl=m.gmane.org@lists.openwall.com Mon Dec 03 14:11:45 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 1TfVoE-0002Uj-V7 for gllmg-musl@plane.gmane.org; Mon, 03 Dec 2012 14:11:43 +0100 Original-Received: (qmail 27806 invoked by uid 550); 3 Dec 2012 13:11:29 -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 27798 invoked from network); 3 Dec 2012 13:11:29 -0000 Content-Disposition: inline In-Reply-To: <20121127024958.GA23123@brightrain.aerifal.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:2399 Archived-At: * 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. > i just remembered that there was a request about tzdata support with proper zoneinfo parsing instead of just posix TZ