From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/108 Path: news.gmane.org!not-for-mail From: Hiltjo Posthuma Newsgroups: gmane.linux.lib.musl.general Subject: Re: Completeness status of musl Date: Tue, 5 Jul 2011 17:40:42 +0200 Message-ID: References: <20110528234156.GA277@brightrain.aerifal.cx> <4DE271F8.8030107@int3.at> <4DE277DF.3020605@int3.at> <4DE28333.9040900@int3.at> <20110529180854.GC6142@port70.net> <20110530103009.GE6142@port70.net> <20110530154741.GB277@brightrain.aerifal.cx> <20110530172735.GF6142@port70.net> <20110608235810.GJ191@brightrain.aerifal.cx> <20110629211405.GH12592@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1309880460 21668 80.91.229.12 (5 Jul 2011 15:41:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Jul 2011 15:41:00 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-192-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jul 05 17:40:56 2011 Return-path: Envelope-to: gllmg-musl@lo.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by lo.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Qe7k7-0006ZE-UA for gllmg-musl@lo.gmane.org; Tue, 05 Jul 2011 17:40:56 +0200 Original-Received: (qmail 26082 invoked by uid 550); 5 Jul 2011 15:40:55 -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 26074 invoked from network); 5 Jul 2011 15:40:55 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=nJJ/egQ6n7mq2jlL8LD3p/K0FR5lC7Q1eEWFpJf4uz0=; b=n9t11YoxdFC2+CsmNsbnVfSBCYJ/85KXiZvjCqTi51QMU0XtNZxSLO+348ErQK6zKn VQS/HAmc+YMpreQl/2JngaaLwrJqiThHUZFdF0ecAzVIc3sPBUwOYUxuY5ggV0UNTQ6i Ea9yrXfW+AP/ODrXnfn3MkA8rFOt9ktpjPtGg= Original-Sender: evilbob127@gmail.com In-Reply-To: <20110629211405.GH12592@brightrain.aerifal.cx> X-Google-Sender-Auth: JO2VF2ns8-d94YxSj9m1M_5YiJQ Xref: news.gmane.org gmane.linux.lib.musl.general:108 Archived-At: On Wed, Jun 29, 2011 at 11:14 PM, Rich Felker wrote: > > And what remains: > >> - POSIX Asynchronous IO >> - Date parsing (strptime and getdate, etc.) >> - Network interface listing (if_nameindex) >> - Various minor XSI legacy/junk interfaces >> - C99 and some XSI-extension math functions >> - Old netent stuff (which will just be dummies) >> - Some locale_t functions (isw*_l) >> - Some CX wide string functions > I would love to see date parsing being implemented (strptime() specificly) fwiw.