From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 9310A3858C00 for ; Thu, 23 Feb 2023 23:50:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9310A3858C00 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 27DA733E81; Thu, 23 Feb 2023 18:50:16 -0500 (EST) Received: from naga.localdomain (188-23-63-229.adsl.highway.telekom.at [188.23.63.229]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 60A1633E7D; Thu, 23 Feb 2023 18:50:15 -0500 (EST) Date: Fri, 24 Feb 2023 00:50:13 +0100 (CET) From: Gerald Pfeifer To: =?ISO-8859-2?Q?Arsen_Arsenovi=E6?= cc: gcc-patches@gcc.gnu.org, Joseph Myers , Sandra Loosemore Subject: Re: [PATCH v2 2/5] **/*.texi: Reorder index entries In-Reply-To: <20230223102714.3606058-3-arsen@aarsen.me> Message-ID: <0e8a9684-97e6-6a64-d385-56794bdd8cf2@pfeifer.com> References: <20230223102714.3606058-1-arsen@aarsen.me> <20230223102714.3606058-3-arsen@aarsen.me> MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="8323328-392747633-1677193125=:19920" X-Scanned-By: mailmunge 3.10 on 209.68.5.143 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-392747633-1677193125=:19920 Content-Type: text/plain; CHARSET=ISO-8859-2 Content-Transfer-Encoding: 8BIT On Thu, 23 Feb 2023, Arsen Arsenoviæ wrote: > This change is a generalization of r13-6292-gddf6fe375d9110. : > gcc/d/ChangeLog: > > * implement-d.texi: Reorder index entries around @items. > > gcc/ChangeLog: > > * doc/cfg.texi: Reorder index entries around @items. > * doc/cpp.texi: Ditto. > * doc/cppenv.texi: Ditto. > * doc/cppopts.texi: Ditto. > * doc/generic.texi: Ditto. > * doc/install.texi: Ditto. > * doc/extend.texi: Ditto. > * doc/invoke.texi: Ditto. > * doc/md.texi: Ditto. > * doc/rtl.texi: Ditto. > * doc/tm.texi.in: Ditto. > * doc/trouble.texi: Ditto. > * doc/tm.texi: Regenerate. > > gcc/fortran/ChangeLog: > > * invoke.texi: Reorder index entries around @items. > > gcc/go/ChangeLog: > > * gccgo.texi: Reorder index entries around @items. Thank you, Arsen! I just pushed this. For now have taken down your original patch set from x/6 to x/4. :-) Gerald --8323328-392747633-1677193125=:19920--