From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22233 invoked by alias); 7 Dec 2016 16:32:17 -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 22209 invoked by uid 89); 7 Dec 2016 16:32:16 -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=payload X-HELO: relay1.mentorg.com Date: Wed, 07 Dec 2016 16:32:00 -0000 From: Joseph Myers To: Rical Jasan CC: , , Subject: Re: [PATCH v2 3/5] manual: Add new header and standards annotations. In-Reply-To: <20161206105525.21117-4-ricaljasan@pacific.net> Message-ID: References: <20161206105525.21117-1-ricaljasan@pacific.net> <20161206105525.21117-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-12/txt/msg00248.txt.bz2 On Tue, 6 Dec 2016, Rical Jasan wrote: > diff --git a/manual/argp.texi b/manual/argp.texi > index bca3ca5..f1767cc 100644 > --- a/manual/argp.texi > +++ b/manual/argp.texi All the changes to this file are OK. > diff --git a/manual/arith.texi b/manual/arith.texi > index 0c182c5..eee9880 100644 > --- a/manual/arith.texi > +++ b/manual/arith.texi All the changes to this file are OK. Note for when making annotations more consistent in standard naming in future that: > @@ -714,7 +724,11 @@ such as by defining @code{_GNU_SOURCE}, and then you must include > @comment math.h > @comment ISO > @deftypevr Macro float SNANF > +@comment math.h > +@comment TS 18661-1:2014 > @deftypevrx Macro double SNAN > +@comment math.h > +@comment TS 18661-1:2014 > @deftypevrx Macro {long double} SNANL All three are TS 18661-1:2014. > @@ -2041,8 +2055,10 @@ NaN. > @comment math.h > @comment ISO > @deftypefun int totalorder (double @var{x}, double @var{y}) > +@comment math.h > @comment ISO > @deftypefunx int totalorderf (float @var{x}, float @var{y}) > +@comment math.h > @comment ISO > @deftypefunx int totalorderl (long double @var{x}, long double @var{y}) > @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}} > @@ -2063,8 +2079,10 @@ payload. > @comment math.h > @comment ISO > @deftypefun int totalordermag (double @var{x}, double @var{y}) > +@comment math.h > @comment ISO > @deftypefunx int totalordermagf (float @var{x}, float @var{y}) > +@comment math.h > @comment ISO > @deftypefunx int totalordermagl (long double @var{x}, long double @var{y}) As are all these. > diff --git a/manual/lang.texi b/manual/lang.texi > index 6281840..5e4d1d3 100644 > --- a/manual/lang.texi > +++ b/manual/lang.texi All the changes to this file are OK apart from the question of whether to document __va_copy at all. > diff --git a/manual/string.texi b/manual/string.texi > index 1986357..683a20f 100644 > --- a/manual/string.texi > +++ b/manual/string.texi All the changes to this file are OK. I think the approved pieces should be committed to reduce the size of the patch in future revisions. -- Joseph S. Myers joseph@codesourcery.com