From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77954 invoked by alias); 31 May 2017 09:23:55 -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 76212 invoked by uid 89); 31 May 2017 09:23:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-7.0 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:D*pacific.net X-HELO: smtp.pacific.net Subject: Re: [PATCH v5 0/3] manual: Header & Standards Cleanup To: libc-alpha@sourceware.org References: <20170519093353.6158-1-ricaljasan@pacific.net> <20170526045850.30455-1-ricaljasan@pacific.net> Cc: Joseph Myers , Carlos O'Donell , Michael Kerrisk , Zack Weinberg From: Rical Jasan Message-ID: Date: Wed, 31 May 2017 09:23:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170526045850.30455-1-ricaljasan@pacific.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-05/txt/msg00907.txt.bz2 Ping On 05/25/2017 09:58 PM, Rical Jasan wrote: ... > --- > Changes since v4: > > * Annotating @*x lists is loosened to accept an optional, single, > "default" @standards at the beginning of the @standardsx > annotations. This will save much rendered space and results in a > more compact possible annotation. @standardsx are now optional. > * "(optional)" headers no longer include that string in the @file > macro. > * Users of @standards are directed to ask summary.pl for help in > macros.texi. > * Improved error detection and reporting: > * The 14 Summary entries previously lost due to partial annotation > errors are present. > * Line numbers are provided for @standards errors without any > other context (i.e., when not related to a specific element). > * Additional check for spurious @standardsx introduced. > > Changes since v3: > > * Patches 3/7 and 5/7 were committed. > * The errno.texi preparatory patch has been reworked to use a new > macro, @errno, and scripts depending on the previous @comment > framework have been adjusted accordingly.