From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 114124 invoked by alias); 5 Dec 2016 05:33:21 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 113948 invoked by uid 89); 5 Dec 2016 05:33:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=1990, proposals, 186611, 18661-1 X-HELO: mail.pacific.net Subject: Re: [PATCH 3/3] manual: Add new header and standards annotations. To: Joseph Myers References: <20161123063807.14845-1-ricaljasan@pacific.net> <20161123063807.14845-4-ricaljasan@pacific.net> <64fa1a5a-4af3-5e3f-b192-e79203c3e328@pacific.net> Cc: libc-alpha@sourceware.org, Michael Kerrisk , "Carlos O'Donell" From: Rical Jasan Message-ID: <8093194c-16de-e6c8-74c7-6df1c27f1093@pacific.net> Date: Mon, 05 Dec 2016 05:33:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Null-Tag: 1112e1b14530816fa9e2b6206218e4cd X-SW-Source: 2016-12/txt/msg00081.txt.bz2 On 11/24/2016 05:37 AM, Joseph Myers wrote: > As for names corresponding to standards / feature test macros, I suggest > one possibility: > > C90 (everything is a superset of this apart from gets obsoletion) > C95 > C99 > C11 > (note that these four are normally selected with -std, not with feature > test macros, though glibc has _ISOC99_SOURCE and _ISOC11_SOURCE) > TR 27431-2:2010 > TS 18661-1:2014 > TS 18661-4:2015 > POSIX.1 (= 1990 edition) > POSIX.2 > POSIX.1-1993 > POSIX.1-1995 > POSIX.1-2001 > XSI POSIX.1-2001 > POSIX.1-2008 > XSI POSIX.1-2008 > DEFAULT > GNU > XOPEN (= __USE_XOPEN; listed as XPG3 in conform/ tests; corresponds to > functions in C435 that are not UX-shaded) > XPG4 (= __USE_XOPEN_EXTENDED; corresponds to everything in C435) > UNIX98 > LFS (= __USE_LARGEFILE64, i.e. *64 functions) Since there haven't been any other proposals or comments on this one, I'm using this list, but I was curious: is there a technical reason for not using, e.g., "ISO C90"? Rical