From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-101.mailbox.org (mout-p-101.mailbox.org [IPv6:2001:67c:2050:0:465::101]) by sourceware.org (Postfix) with ESMTPS id 8DA573858C00 for ; Thu, 23 Feb 2023 10:29:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8DA573858C00 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=aarsen.me Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=aarsen.me Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4PMq5m0zmsz9sRk; Thu, 23 Feb 2023 11:29:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1677148188; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=e7IMkGHZvSDavSkkZfv0apjs2uwDDvOc60S5CqYvVJw=; b=epkwM0oEa5i9ZvpeJknKK1BfxUy6e8Enw0tNlqGOpvIDOM8KgRnaIIYndptYkOwkMr3e+x m/9xBxx9A/V5GtHHrJ1LhB2Av7IH/vtOQvmn8ozcnGYZPpXpJj/m4i0wd2pLvOvjm4pbxl w9mT6vBRIJzhrJx+gShEjqYc0ytkJnbvquITzm+N4YuRB+G+ElUpi2x7chv7D2yXZvGVp9 1Gxo5jUQWjKRO+T7oLdCsQ9SHk+kVZ1gumqa/ICBYSbgvvzAcb57YWJZYM2HmCyNz1pmgP Zqr4OXRnBKZkl+uIYau2ksfhs2U6V87+kFHxJgbGbjdqFCyZZVIVH7kNXjlibA== From: =?UTF-8?q?Arsen=20Arsenovi=C4=87?= To: gcc-patches@gcc.gnu.org Cc: Gerald Pfeifer , Joseph Myers , Sandra Loosemore , =?UTF-8?q?Arsen=20Arsenovi=C4=87?= Subject: [PATCH v2 0/5] A small Texinfo refinement Date: Thu, 23 Feb 2023 11:27:09 +0100 Message-Id: <20230223102714.3606058-1-arsen@aarsen.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4PMq5m0zmsz9sRk X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_INFOUSMEBIZ,KAM_SHORT,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Morning, (as said in ) This is a rebase + slight amendment of the previous patch series visible at: https://inbox.sourceware.org/gcc-patches/cover.1674777149.git.arsen@aarsen.me/ The commit "docs: Reorder @opindex to be before corresponding options" was already applied, and so, is dropped. To reiterate and address comments from v1: - OK from Iain Buclaw for the D changes: https://gcc.gnu.org/pipermail/gcc-patches/2023-January/610724.html - Thomas Schwinge noted that the commit message for 2/5 lacks context. This should be addressed in this revision. https://gcc.gnu.org/pipermail/gcc-patches/2023-February/612616.html His idea of automatically checking for this error pattern will be implemented separately, after I figure out how best to do that. The code that was involved in making this patchset is too primitive to apply globally. Some of the commits have been squashed into 2/5 also, as they were split arbitrarily to avoid hitting email size constraints, but, turns out the commits that were split weren't the problem in the first place :-). This patchset still needs the wwwdocs change at: https://inbox.sourceware.org/gcc-patches/20230127003224.717347-1-arsen@aarsen.me/ to add the stylesheet referenced in 5/5. I've rerendered the updated documentation with latest development Texinfo (as some of the changes I made for the purposes of the GCC manual still aren't in releases) at: https://www.aarsen.me/~arsen/final/ ... and the entire patchset can also be fetched from: https://git.sr.ht/~arsen/gcc texinfo_improvements Arsen Arsenović (5): docs: Create Indices appendix **/*.texi: Reorder index entries doc: Add @defbuiltin family of helpers, set documentlanguage Update texinfo.tex, remove the @gol macro/alias update_web_docs_git: Update CSS reference to new manual CSS gcc/d/implement-d.texi | 66 +- gcc/doc/cfg.texi | 12 +- gcc/doc/cpp.texi | 12 +- gcc/doc/cppenv.texi | 4 +- gcc/doc/cppopts.texi | 8 +- gcc/doc/extend.texi | 2564 ++++---- gcc/doc/gcc.texi | 36 +- gcc/doc/generic.texi | 2 +- gcc/doc/implement-c.texi | 2 +- gcc/doc/include/gcc-common.texi | 26 +- gcc/doc/include/texinfo.tex | 7599 +++++++++++++++--------- gcc/doc/install.texi | 6 +- gcc/doc/invoke.texi | 2854 ++++----- gcc/doc/md.texi | 25 +- gcc/doc/rtl.texi | 8 +- gcc/doc/sourcebuild.texi | 4 - gcc/doc/tm.texi | 4 +- gcc/doc/tm.texi.in | 4 +- gcc/doc/trouble.texi | 8 +- gcc/fortran/intrinsic.texi | 722 +-- gcc/fortran/invoke.texi | 284 +- gcc/go/gccgo.texi | 34 +- maintainer-scripts/update_web_docs_git | 2 +- 23 files changed, 8030 insertions(+), 6256 deletions(-) Thanks in advance, have a lovely day. -- 2.39.2