From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3034 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: Pending issues for next release Date: Tue, 2 Apr 2013 13:11:16 +0200 Message-ID: <20130402111116.GL30576@port70.net> 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 1364901090 2549 80.91.229.3 (2 Apr 2013 11:11:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Apr 2013 11:11:30 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3035-gllmg-musl=m.gmane.org@lists.openwall.com Tue Apr 02 13:11:58 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 1UMz85-0002iE-SM for gllmg-musl@plane.gmane.org; Tue, 02 Apr 2013 13:11:54 +0200 Original-Received: (qmail 13584 invoked by uid 550); 2 Apr 2013 11:11:28 -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 13576 invoked from network); 2 Apr 2013 11:11:28 -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:3034 Archived-At: * Rich Felker [2013-04-01 19:31:44 -0400]: > 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 (?) and fix [u]intmax_t and wchar_t limits in stdint.h etc. (U,L,LL suffix) and fix printf fmt in inttypes.h (otherwise gcc will warn) > - dn_skipname > - switching libc.so/ld-musl.so symlink direction > and fix the download page (and fix install link in the faq) > And a few things that have been on the agenda but neglected for a long > time, which may stay that way unless anybody's excited about moving > them forward quickly: > > - zoneinfo > - inet_makeaddr > - scanf %m modifier > - getifaddrs > - cpuset/affinity > - ether.h functions other pending things from my todo: arpa/tftp.h (inetutils http://www.openwall.com/lists/musl/2012/11/26/2 ) fgetspent, putpwent (pam_unix http://www.openwall.com/lists/musl/2013/02/27/4 ) inb, outb,.. (xorg, grub, lmsensors,..?) mkostemp (better rand and stack address hiding) struct ntptimeval (glibc vs musl abi http://www.openwall.com/lists/musl/2013/03/04/3 ) random_r (used by mesa?) > We're well overdue for a release, so I'm hoping we can get one out > sometime this week. I'm going to be pretty busy next week so if not > this week it'll probably be two weeks out. > > Rich