From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1867 Path: news.gmane.org!not-for-mail From: Isaac Dunham Newsgroups: gmane.linux.lib.musl.general Subject: Re: C11 api coverage Date: Fri, 7 Sep 2012 11:47:44 -0700 Message-ID: <20120907114744.1bf20d03@newbook> References: <20120904203837.GX1104@port70.net> <20120905062208.GR27715@brightrain.aerifal.cx> <20120905064010.GY1104@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1347043684 7331 80.91.229.3 (7 Sep 2012 18:48:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Sep 2012 18:48:04 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1868-gllmg-musl=m.gmane.org@lists.openwall.com Fri Sep 07 20:48:06 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 1TA3b0-0001mP-Lf for gllmg-musl@plane.gmane.org; Fri, 07 Sep 2012 20:48:02 +0200 Original-Received: (qmail 30417 invoked by uid 550); 7 Sep 2012 18:47:59 -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 30409 invoked from network); 7 Sep 2012 18:47:59 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=ySFiBtY1b3sZ4d05Nz/q2HhiaXlhhFSRk6hNNkiRQQwg+NnJwUrxXq2WvBZ/2s1vlln7rdtI+S6v0C8+7WXsssOrbdngtjMAdBity5rvCxK+RitceYK5+3RK5t4CvEchEG+OP7HqGzTQJH+jfdUzw1Mq/UctarU4yrq0BKrUYpc=; h=Date:From:To:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding; In-Reply-To: <20120905064010.GY1104@port70.net> X-Mailer: Claws Mail 3.7.4 (GTK+ 2.20.1; i486-pc-linux-gnu) Xref: news.gmane.org gmane.linux.lib.musl.general:1867 Archived-At: On Wed, 5 Sep 2012 08:40:10 +0200 Szabolcs Nagy wrote: > ok i removed annex k symbols > > (and updated the c11 coverage table) Basically, CMPLX*, noreturn, a few types in uchar.h/time.h, and several optional features. Setting __STDC_NO_{ATOMICS,THREADS}__ should make musl almost fully conformant...