From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1866 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: TODO items for immediate future/next release Date: Fri, 7 Sep 2012 14:30:22 -0400 Message-ID: <20120907183022.GA26419@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 1347042474 28991 80.91.229.3 (7 Sep 2012 18:27:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Sep 2012 18:27:54 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1867-gllmg-musl=m.gmane.org@lists.openwall.com Fri Sep 07 20:27:57 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 1TA3HX-0002MY-UT for gllmg-musl@plane.gmane.org; Fri, 07 Sep 2012 20:27:56 +0200 Original-Received: (qmail 21707 invoked by uid 550); 7 Sep 2012 18:27:52 -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 21699 invoked from network); 7 Sep 2012 18:27:52 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:1866 Archived-At: Hi all, Here's my current list of what I want to accomplish in the immediate future (hopefully the next couple days) and get in and tested for the next release: - the proposed sigset_t changes (purely code cleanup) - refactoring syscall.h stuff to avoid code in public header, etc. - improving setvbuf to actually use or allocate buffer - introducing stubs (or even real code) for thread priority functions - fixing exposure of FILE in wchar.h and similar issues with va_list - all remaining linux syscalls (timerfd, etc.) - finish evaluating, making a decision on, and possibly implementing the proposed "default features" change If anyone has feelings on prioritizing these, other things that you'd like to see addressed at the same time, or if you want to help on any of them (the linux syscalls point is especially low-hanging fruit), please get in touch. Rich