public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Arsen Arsenović" <arsen@aarsen.me>
To: gcc-patches@gcc.gnu.org
Cc: Gerald Pfeifer <gerald@pfeifer.com>,
	Joseph Myers <joseph@codesourcery.com>,
	Sandra Loosemore <sandra@codesourcery.com>
Subject: Ping^2: [PATCH+wwwdocs 0/8] A small Texinfo refinement
Date: Tue, 21 Feb 2023 15:59:37 +0100	[thread overview]
Message-ID: <86pma3nipf.fsf@aarsen.me> (raw)
In-Reply-To: <86cz6db60m.fsf@aarsen.me>

[-- Attachment #1: Type: text/plain, Size: 4051 bytes --]

Ping.  Like last time, I rebased the series.

The first two times around, I did not notice there's dedicated
maintainers for the documentation component, and so, I am adding Gerald,
Joseph and Sandra to CC this time.  Apologies for the omission.

Range-diff since last ping:

1:  6eba1548dfe = 1:  b61d9e238b7 docs: Create Indices appendix
2:  3f54e2c451f = 2:  c94a8f13471 docs: Reorder @opindex to be before corresponding options
3:  7821fcc2717 = 3:  99e2767db54 **/*.texi: Reorder index entries
4:  af9be5e8ae7 = 4:  de6e0e7de47 docs: Mechanically reorder item/index combos in extend.texi
5:  19e506d79a4 = 5:  9e5d534e373 doc: Add @defbuiltin family of helpers, set documentlanguage
6:  72e4c79fc60 ! 6:  ea16d17d4f5 Update texinfo.tex, remove the @gol macro/alias
    @@ gcc/doc/invoke.texi: Options} and @ref{Objective-C and Objective-C++ Dialect Opt
     --Wunused-label     @gol
     --Wunused-value     @gol
     --Wunused-variable  @gol
    ---Wuse-after-free=3  @gol
    +--Wuse-after-free=2  @gol
     --Wvla-parameter @r{(C and Objective-C only)} @gol
     --Wvolatile-register-var  @gol
     +@gccoptlist{-Waddress
    @@ gcc/doc/invoke.texi: Options} and @ref{Objective-C and Objective-C++ Dialect Opt
     +-Wunused-label
     +-Wunused-value
     +-Wunused-variable
    -+-Wuse-after-free=3
    ++-Wuse-after-free=2
     +-Wvla-parameter @r{(C and Objective-C only)}
     +-Wvolatile-register-var
      -Wzero-length-bounds}
7:  711d4564fc2 = 7:  e8e6669ba95 update_web_docs_git: Update CSS reference to new manual CSS

The following changes since commit f99303eb4aafef70075951731b3ad99266fe6225:

  d: Merge upstream dmd, druntime 09faa4eacd, phobos 13ef27a56. (2023-02-21 15:33:38 +0100)

are available in the Git repository at:

  https://git.sr.ht/~arsen/gcc texinfo_improvements

for you to fetch changes up to e8e6669ba95ed6991e651fa5c238a3778b0ea745:

  update_web_docs_git: Update CSS reference to new manual CSS (2023-02-21 15:55:56 +0100)

----------------------------------------------------------------
Arsen Arsenović (7):
      docs: Create Indices appendix
      docs: Reorder @opindex to be before corresponding options
      **/*.texi: Reorder index entries
      docs: Mechanically reorder item/index combos in extend.texi
      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/gdc.texi                         |  144 +-
 gcc/d/implement-d.texi                 |   66 +-
 gcc/doc/cfg.texi                       |   12 +-
 gcc/doc/cpp.texi                       |   12 +-
 gcc/doc/cppdiropts.texi                |   24 +-
 gcc/doc/cppenv.texi                    |    4 +-
 gcc/doc/cppopts.texi                   |   94 +-
 gcc/doc/cppwarnopts.texi               |   14 +-
 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                    | 8421 ++++++++++++++++----------------
 gcc/doc/lto.texi                       |    8 +-
 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                |  394 +-
 gcc/go/gccgo.texi                      |   34 +-
 maintainer-scripts/update_web_docs_git |    2 +-
 27 files changed, 11007 insertions(+), 9232 deletions(-)

Have a lovely day :)
-- 
Arsen Arsenović

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 381 bytes --]

  reply	other threads:[~2023-02-21 15:26 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-27  0:18 Arsen Arsenović
2023-01-27  0:18 ` [PATCH 1/7] docs: Create Indices appendix Arsen Arsenović
2023-01-27  0:18 ` [PATCH 2/7] docs: Reorder @opindex to be before corresponding options Arsen Arsenović
2023-01-27  0:18 ` [PATCH 3/7] **/*.texi: Reorder index entries Arsen Arsenović
2023-01-27 10:41   ` Iain Buclaw
2023-02-23  0:58   ` Gerald Pfeifer
2023-02-23  9:25     ` (rebased patchset) " Arsen Arsenović
2023-02-23  8:11   ` Thomas Schwinge
2023-02-23  8:44     ` Arsen Arsenović
2023-01-27  0:18 ` [PATCH 4/7] docs: Mechanically reorder item/index combos in extend.texi Arsen Arsenović
2023-01-27  0:18 ` [PATCH 5/7] doc: Add @defbuiltin family of helpers, set documentlanguage Arsen Arsenović
2023-01-27  0:18 ` [PATCH 6/7] Update texinfo.tex, remove the @gol macro/alias Arsen Arsenović
2023-01-27  0:18 ` [PATCH 7/7] update_web_docs_git: Update CSS reference to new manual CSS Arsen Arsenović
2023-01-27  0:18 ` [wwwdocs] Add revised Texinfo " Arsen Arsenović
2023-02-24  0:26   ` Gerald Pfeifer
2023-02-24  6:41     ` Arsen Arsenović
2023-01-27 12:02 ` [PATCH+wwwdocs 0/8] A small Texinfo refinement Arsen Arsenović
2023-02-23  1:13   ` Gerald Pfeifer
2023-02-13 18:51 ` Ping: " Arsen Arsenović
2023-02-21 14:59   ` Arsen Arsenović [this message]
2023-02-23  1:26     ` Ping^2: " Gerald Pfeifer
2023-02-23 17:59       ` Sandra Loosemore

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86pma3nipf.fsf@aarsen.me \
    --to=arsen@aarsen.me \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gerald@pfeifer.com \
    --cc=joseph@codesourcery.com \
    --cc=sandra@codesourcery.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).