From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3042 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Pending issues for next release Date: Thu, 4 Apr 2013 19:28:22 -0400 Message-ID: <20130404232822.GB20323@brightrain.aerifal.cx> References: <20130401233144.GA29587@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 1365118112 2258 80.91.229.3 (4 Apr 2013 23:28:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Apr 2013 23:28:32 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3043-gllmg-musl=m.gmane.org@lists.openwall.com Fri Apr 05 01:29:01 2013 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 1UNtaW-0003bd-C5 for gllmg-musl@plane.gmane.org; Fri, 05 Apr 2013 01:29:00 +0200 Original-Received: (qmail 11671 invoked by uid 550); 4 Apr 2013 23:28:35 -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 11663 invoked from network); 4 Apr 2013 23:28:34 -0000 Content-Disposition: inline In-Reply-To: <20130401233144.GA29587@brightrain.aerifal.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:3042 Archived-At: On Mon, Apr 01, 2013 at 07:31:44PM -0400, Rich Felker wrote: > Here's a quick list of open issues that we might want to take care of > before another release: > > - ARM-optimized memcpy, etc. > - put*ent functions in pwd/shadow/etc. > - program_invocation_name > - Posssible misaligned access bugs in mbsrtowcs (?) > - [u]intmax_t underlying type mismatches ABI on 64-bit systems (?) > - dn_skipname > - switching libc.so/ld-musl.so symlink direction Of these, the bug in mbsrtowcs has been fixed (and several related issues addressed), and the passwd/group/shadow stuff was just added. The rest remain open. I'll see if I can finish up one or two more... Rich