From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9227 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Open/pending issues as of Jan 17 Date: Thu, 28 Jan 2016 21:21:55 -0500 Message-ID: <20160129022155.GS238@brightrain.aerifal.cx> References: <20160117231554.GA19126@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 1454034137 27933 80.91.229.3 (29 Jan 2016 02:22:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Jan 2016 02:22:17 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9240-gllmg-musl=m.gmane.org@lists.openwall.com Fri Jan 29 03:22:13 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aOyhQ-0002BG-5a for gllmg-musl@m.gmane.org; Fri, 29 Jan 2016 03:22:12 +0100 Original-Received: (qmail 30306 invoked by uid 550); 29 Jan 2016 02:22:10 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 30283 invoked from network); 29 Jan 2016 02:22:09 -0000 Content-Disposition: inline In-Reply-To: <20160117231554.GA19126@brightrain.aerifal.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:9227 Archived-At: On Sun, Jan 17, 2016 at 06:15:54PM -0500, Rich Felker wrote: > With a quick review of the mailing list since late November I found > the following possibly-open issues: > > - resolver search domain support Done. > - preinit_array > - mlock2 syscall wrapper Left pending; I'll look at these after release. > - mips siginfo_t fix Done. > - avl tree: any changes still pending?? No bugs just possible improvements; I'll revisit after release. > - adding pot file for translators > - unsetenv pointer eval after free > - printf big widths/precisions > - atomic.h overhaul Done. > - dirent.h macros Unsure. Any opinions on this? Perhaps defer to after release. > - dlopen deadlock > - setvbuf Revisit after release. Rich