From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2634 Path: news.gmane.org!not-for-mail From: Strake Newsgroups: gmane.linux.lib.musl.general Subject: Re: Release plans Date: Sat, 19 Jan 2013 09:21:44 -0500 Message-ID: References: <20130119061842.GA3410@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1358605316 19600 80.91.229.3 (19 Jan 2013 14:21:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Jan 2013 14:21:56 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2635-gllmg-musl=m.gmane.org@lists.openwall.com Sat Jan 19 15:22:14 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 1TwZJF-00038P-7L for gllmg-musl@plane.gmane.org; Sat, 19 Jan 2013 15:22:13 +0100 Original-Received: (qmail 22172 invoked by uid 550); 19 Jan 2013 14:21:56 -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 22164 invoked from network); 19 Jan 2013 14:21:56 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=eDvcjFSWKs1b5etFMmnn225b0gvGKMeQSysiM1eO0CY=; b=CXzG4PTUEU7JLvBpj3/764edRSo0fdN/mc/cJ4aToWFVVE86mxo1aCNRfKpzFxGM89 uyv2JXL//1hb1tjJMNR82Qgcv0SXpgS6KlKHC6pwr5wywtiMRlY4ETJ4k3W6TOpnYgL2 SpYtSLK7nRbGD83TauMWMd+L/yp8GkrTqEGd3lccZegxfw74vP1m4hal0dpDyzCqxsEs jSjG6hnEZh1AdaNIB/NGgWskqAHHdHdCq2nIKwmCiHIua0i2MlA4lZLnRu4D1/EDR1hd v5tVkCNiYk10797S2zf34ErmelwqVpDLYbqAI1cCUogoTFhYMw+eXRbdXNAqasibl0TD mxGA== X-Received: by 10.194.172.228 with SMTP id bf4mr19045779wjc.38.1358605304606; Sat, 19 Jan 2013 06:21:44 -0800 (PST) In-Reply-To: <20130119061842.GA3410@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:2634 Archived-At: On 19/01/2013, Rich Felker wrote: > The remaining agenda items from the previous thread about this release > cycle are: > > - strverscmp > - zoneinfo > - inet_makeaddr > - scanf %m modifier > - getifaddrs > - cpuset/affinity interfaces > - ether.h interfaces > > Of those, strverscmp (based on previous discussion and drafts), > inet_makeaddr (trivial), and getifaddrs (based on legacy ioctl > interface for ipv4 and /proc/net/if_inet6 for ipv6; strace busybox > ifconfig for details) would be nice projects anyone looking to > contribute could work on without having to touch any musl internals. > Release is probably still far enough off now that work started on any > of these right away could make it into the next release. What of this strverscmp: http://www.openwall.com/lists/musl/2012/12/31/17 ?