From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6735 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: posix-c99-c11 coverage Date: Thu, 18 Dec 2014 16:44:48 -0500 Message-ID: <20141218214447.GV4574@brightrain.aerifal.cx> References: <75998CB0C96A7840A88C8E5E80A1923001CB7D77E7@MAIL2.octasic.com> 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 1418939108 28096 80.91.229.3 (18 Dec 2014 21:45:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Dec 2014 21:45:08 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6748-gllmg-musl=m.gmane.org@lists.openwall.com Thu Dec 18 22:45:02 2014 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 1Y1isY-0005ZJ-Gm for gllmg-musl@m.gmane.org; Thu, 18 Dec 2014 22:45:02 +0100 Original-Received: (qmail 3238 invoked by uid 550); 18 Dec 2014 21:45:00 -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 3215 invoked from network); 18 Dec 2014 21:45:00 -0000 Content-Disposition: inline In-Reply-To: <75998CB0C96A7840A88C8E5E80A1923001CB7D77E7@MAIL2.octasic.com> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:6735 Archived-At: On Thu, Dec 18, 2014 at 09:30:42PM +0000, Philippe Lavoie wrote: > Hi, > > We are porting musl to our dsp architecture. > > Since there are a quite a few functions we do not implement, we > would like to generate a compatibility table like the ones listed at > http://wiki.musl-libc.org/wiki/Compatibility for posix, c99 and c11. > > Is there a script or test suite (libc-test?) to generate the tables? I think they're generated from the code in this repo: http://nsz.repo.hu/git/?p=musl-tables;a=tree Rich