From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1872 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: proposed default-features patch Date: Fri, 7 Sep 2012 23:18:22 -0400 Message-ID: <20120908031822.GV27715@brightrain.aerifal.cx> References: <20120908004649.GU27715@brightrain.aerifal.cx> 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 1347074158 31727 80.91.229.3 (8 Sep 2012 03:15:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Sep 2012 03:15:58 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1873-gllmg-musl=m.gmane.org@lists.openwall.com Sat Sep 08 05:16:00 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 1TABWT-00007r-T1 for gllmg-musl@plane.gmane.org; Sat, 08 Sep 2012 05:15:54 +0200 Original-Received: (qmail 17985 invoked by uid 550); 8 Sep 2012 03:15:50 -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 17977 invoked from network); 8 Sep 2012 03:15:50 -0000 Content-Disposition: inline In-Reply-To: <20120908004649.GU27715@brightrain.aerifal.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:1872 Archived-At: On Fri, Sep 07, 2012 at 08:46:49PM -0400, Rich Felker wrote: > Hi all, > > Here is my first try at implementing "default features". In the Committed, along with corresponding docs changes. If anything needs tweaking, it can be done in a separate commit. As stated before, gcc -std=c99 (or c89 or c11, etc.) or an explicit -D__STRICT_ANSI__ will yield the old behavior. Rich