From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82241 invoked by alias); 4 Apr 2017 11:26:32 -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 82049 invoked by uid 89); 4 Apr 2017 11:26:32 -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=Hx-languages-length:542, HCC:D*gmail.com X-HELO: relay1.mentorg.com Date: Tue, 04 Apr 2017 11:26: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: Message-ID: References: <20161206105525.21117-1-ricaljasan@pacific.net> <20161206105525.21117-4-ricaljasan@pacific.net> <665e49d4-dfa0-e14d-a793-d4acdca8e617@pacific.net> <7dd6da88-601f-e6f2-1f16-c24d7fdf84e2@pacific.net> <8c01ffc4-fcee-d584-bfab-d74a0b552b77@pacific.net> <8e8b0d56-b001-1870-1b5c-9895a1301c07@pacific.net> <0d5758f3-52bb-31cb-21e2-d218ace98065@pacific.net> <0aef1730-9021-ebe1-71d8-bf9f7e66c3e9@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: 2017-04/txt/msg00047.txt.bz2 On Tue, 4 Apr 2017, Rical Jasan wrote: > the files are parsed and entries stored. Note that the locale is > respected, so different users may have differently-ordered Summary > chapters, but summary.awk appears to have done this as well. Respecting the locale is a simple bug; LC_ALL=C should be used in the makefile when running anything that does sorting etc. as part of the build process (as it already is in many places). -- Joseph S. Myers joseph@codesourcery.com