From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96825 invoked by alias); 8 Jun 2017 11:46:33 -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 96809 invoked by uid 89); 8 Jun 2017 11:46:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-7.1 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=rendered, *x, Hx-languages-length:1201 X-HELO: smtp.pacific.net Subject: [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> Cc: Joseph Myers , Carlos O'Donell , Michael Kerrisk , Zack Weinberg From: Rical Jasan Message-ID: <860ff1c4-14a2-4df7-306b-2cf10e915f20@pacific.net> Date: Thu, 08 Jun 2017 11:46: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: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-06/txt/msg00285.txt.bz2 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.