From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/94 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Completeness status of musl Date: Wed, 29 Jun 2011 17:14:05 -0400 Message-ID: <20110629211405.GH12592@brightrain.aerifal.cx> 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> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1309382458 13037 80.91.229.12 (29 Jun 2011 21:20:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 29 Jun 2011 21:20:58 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-178-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jun 29 23:20:55 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 1Qc2Bp-0001QE-6S for gllmg-musl@lo.gmane.org; Wed, 29 Jun 2011 23:20:53 +0200 Original-Received: (qmail 1610 invoked by uid 550); 29 Jun 2011 21:20: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 1601 invoked from network); 29 Jun 2011 21:20:52 -0000 Content-Disposition: inline In-Reply-To: <20110608235810.GJ191@brightrain.aerifal.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:94 Archived-At: Some updates to the checklist: The following are checked off: > - Dynamic loader (dlopen/dlsym) > - XSI search.h functionality > - PRNG (random) > - Floating point environment (fenv.h) 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 The only really important stuff left seems to be date parsing, and finding and getting proper implementations of the C99 math functions integrated. Rich