From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 131012 invoked by alias); 15 Jun 2017 08:32:26 -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 130993 invoked by uid 89); 15 Jun 2017 08:32:24 -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,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=H*Ad:D*pacific.net X-HELO: smtp.pacific.net Subject: Re: [PING] [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> <860ff1c4-14a2-4df7-306b-2cf10e915f20@pacific.net> Cc: Joseph Myers , Carlos O'Donell , Michael Kerrisk , Zack Weinberg From: Rical Jasan Message-ID: <833e5a62-9186-d1d8-013c-e83e1a11b8fe@pacific.net> Date: Thu, 15 Jun 2017 08:32: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: <860ff1c4-14a2-4df7-306b-2cf10e915f20@pacific.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-06/txt/msg00674.txt.bz2 Ping^3 On 06/08/2017 04:46 AM, Rical Jasan wrote: > Ping^2 > > On 05/31/2017 02:23 AM, Rical Jasan wrote: >> 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.