From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/7113 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Daniel_Cegie=C5=82ka?= Newsgroups: gmane.linux.lib.musl.general Subject: 8cc C Compiler Date: Mon, 2 Mar 2015 12:43:32 +0100 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1425296657 13022 80.91.229.3 (2 Mar 2015 11:44:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Mar 2015 11:44:17 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-7126-gllmg-musl=m.gmane.org@lists.openwall.com Mon Mar 02 12:44:14 2015 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 1YSOlh-0000AW-7i for gllmg-musl@m.gmane.org; Mon, 02 Mar 2015 12:44:13 +0100 Original-Received: (qmail 1869 invoked by uid 550); 2 Mar 2015 11:44:10 -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 1828 invoked from network); 2 Mar 2015 11:44:04 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=/lUxq0NCSLWtdV8GWMycoEgEqsZS3r0PW3LR9stSv1E=; b=neAbbDsjBPs0ca3SuYLrfjnS55YBKoPEz+AMFOmYKwv91F/BEDJc0tJ+VGoGDK9Jxg o6eXQBC2avKSZ2rlymFMYrActQrpmZuWCpd/S1PpEZt7+s96o2DwTgUMyIBbGOmUb0Vj WQfsOq24sN44eFXm8SA3Ff/7cDbAESCWttYv3zZesAIAKj9+IesJmVZfBr995rsAZ+Fb +Rap7cgDw5ETnpQ5HRMZkIsZ/JvU7iw2+4vRbtO0Kthb8sqDaxYIcgJgH21ZxwggKZ7K pag18KsUNq6OCInKuZIFuf1uLLQWiEfZSB4/jTmiaDykAcG9NH8wTdAB3FCoHnev4Jq6 V2Lg== X-Received: by 10.50.111.202 with SMTP id ik10mr21442859igb.37.1425296632855; Mon, 02 Mar 2015 03:43:52 -0800 (PST) Xref: news.gmane.org gmane.linux.lib.musl.general:7113 Archived-At: https://github.com/rui314/8cc "8cc is a compiler for the C programming language. It's intended to support all C11 language features while keeping the code as small and simple as possible." best regards, Daniel