From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28997 invoked by alias); 25 Nov 2016 16:17:06 -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 28971 invoked by uid 89); 25 Nov 2016 16:17:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy=gave X-HELO: relay1.mentorg.com Date: Fri, 25 Nov 2016 16:17:00 -0000 From: Joseph Myers To: Rical Jasan CC: , Michael Kerrisk , Carlos O'Donell Subject: Re: [PATCH 3/3] manual: Add new header and standards annotations. In-Reply-To: Message-ID: References: <20161123063807.14845-1-ricaljasan@pacific.net> <20161123063807.14845-4-ricaljasan@pacific.net> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-SW-Source: 2016-11/txt/msg00929.txt.bz2 On Fri, 25 Nov 2016, Rical Jasan wrote: > On 11/23/2016 09:42 AM, Joseph Myers wrote: > > In stdio.h, > > SEEK_SET, SEEK_CUR, SEEK_END are all likewise C90. > > What about the other 2 headers? I had: > > @comment stdio.h unistd.h fcntl.h > @comment ISOC99, POSIX, XOPEN || XOPEN2K8 > > Do you want: > > @comment stdio.h unistd.h fcntl.h > @comment C90, POSIX, XOPEN || POSIX.1-2008 Well, I'd like that comment in summary.awk saying what the intended syntax actually is in the case of multiple headers (how the standards are to be matched to the headers). But: For stdio.h it's C90. For unistd.h it's POSIX.1 (i.e. 1990 edition, in the list I gave of possible notation for standards). For fcntl.h it's XOPEN || POSIX.1-2008. So if comma-separated standards correspond to space-separated headers, it's as you say except for my proposed notation saying POSIX.1 for the 1990 edition. -- Joseph S. Myers joseph@codesourcery.com