From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10176 Path: news.gmane.org!not-for-mail From: Jeroen Ketema Newsgroups: gmane.linux.lib.musl.general Subject: C11 support Date: Tue, 21 Jun 2016 14:53:31 +0100 Message-ID: <576946DB.4060105@codeplay.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1466517237 23579 80.91.229.3 (21 Jun 2016 13:53:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Jun 2016 13:53:57 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-10189-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jun 21 15:53:46 2016 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 1bFM7e-0003bN-7V for gllmg-musl@m.gmane.org; Tue, 21 Jun 2016 15:53:46 +0200 Original-Received: (qmail 24178 invoked by uid 550); 21 Jun 2016 13:53:44 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 24109 invoked from network); 21 Jun 2016 13:53:37 -0000 Authentication-Results: mail.codeplay.com (amavisd-new); dkim=pass (2048-bit key) reason="pass (just generated, assumed good)" header.d=codeplay.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeplay.com; h= content-transfer-encoding:content-type:content-type:mime-version :user-agent:date:date:message-id:subject:subject:from:from:to; s=dkim; t=1466517207; x=1467381208; bh=Mm4rQ6Gv0Wg88552tLteRujp vX/O6u2ZZIehUB5eClU=; b=e5nO8La8/1oshPixayvlTTTYojbfmB8iGfA61Dwp ACP18fCHbdjZKH/oRXUltlMbKyFQVFUA7xvzViGK2cVBfe1KTnL4YXTKwPmTUuWt suaGCsTkWs55IZEq8ZUN0GG+mGyBUrb8Jb7cKYOvyTGkWd0vbTXngbGPyvzRJU2g /I41m9Sw1DO0jr15h0OFthgr8ybUHNJfbkIgZU6IopM0W+/6/rHFNudenIODNsJV UkQ42t+JvMUSQ1bZAOA+sVFH2Pr22cFCVpci3CNm01Dhs5ZO+G8B20O1nh4cqF1Z o0NELP7UzXR8QZwf1j5stYfIHnS3SmmEuCgikdx8kW64XQ== X-Virus-Scanned: Debian amavisd-new at mail.codeplay.com X-Spam-Flag: NO X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-1 tagged_above=-100 required=6.31 tests=[ALL_TRUSTED=-1] autolearn=ham autolearn_force=no User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 Xref: news.gmane.org gmane.linux.lib.musl.general:10176 Archived-At: Hello, I'm wondering to what extent musl supports C11? The FAQ only mentions that I need at a C99 compiler, and says that musl implements C and POSIX standards, but it doesn't mention which versions of standards. Thanks, Jeroen