In the absence of commentary, I have pushed those documentation changes.
> -----Original Message----- > From: Robert Dubner <rdub...@symas.com> > Sent: Thursday, April 17, 2025 20:26 > To: Sam James <s...@gentoo.org> > Cc: gcc-patches@gcc.gnu.org > Subject: RE: [PATCH] Add COBOL information to gcc.gnu.org index.html > > I wonder how I missed that? Thanks. > > > -----Original Message----- > > From: Sam James <s...@gentoo.org> > > Sent: Thursday, April 17, 2025 18:31 > > To: Robert Dubner <rdub...@symas.com> > > Cc: gcc-patches@gcc.gnu.org > > Subject: Re: [PATCH] Add COBOL information to gcc.gnu.org index.html > > > > Robert Dubner <rdub...@symas.com> writes: > > > > > Okay for htdocs/master? > > > > > > From d412e45d5afeecded3c8cf1b6b2865e088a480cc Mon Sep 17 00:00:00 2001 > > > From: Robert Dubner <rdub...@symas.com> > > > Date: Thu, 17 Apr 2025 15:12:26 -0400 > > > Subject: [PATCH] Add COBOL information to gcc.gnu.org index.html > > > > > > * htdocs/index.html: Add COBOL information. > > > > It looks like newer entries should be first, not last. > > > > > --- > > > htdocs/index.html | 7 ++++++- > > > 1 file changed, 6 insertions(+), 1 deletion(-) > > > > > > diff --git a/htdocs/index.html b/htdocs/index.html > > > index a5a05e3c..56f38ed5 100644 > > > --- a/htdocs/index.html > > > +++ b/htdocs/index.html > > > @@ -19,7 +19,7 @@ > > > <a href="c99status.html">C</a>, > > > <a href="projects/cxx-status.html">C++</a>, > > > Objective-C, <a href="fortran/">Fortran</a>, > > > -Ada, Go, D and Modula-2 as well as libraries for these languages > > > (libstdc++,...). > > > +Ada, Go, D, Modula-2, and COBOL as well as libraries for these > > languages > > > (libstdc++,...). > > > GCC was originally written as the compiler for the <a > > > href="http://www.gnu.org/gnu/thegnuproject.html">GNU operating > > > system</a>. > > > The GNU system was developed to be 100% free software, free in the > > sense > > > @@ -125,6 +125,11 @@ mission statement</a>.</p> > > > <dd>The Modula-2 programming language front end has been added to > GCC. > > > This front end was contributed by Gaius Mulley.</dd> > > > > > > +<dt><span><a href="gcc-15/changes.html#cobol">COBOL front end > > > added</a></span> > > > + <span class="date">[2025-04-17]</span></dt> > > > +<dd>The COBOL programming language front end has been added to GCC. > > > + This front end was contributed by COBOLworx.</dd> > > > + > > > </dl> > > > > > > <div>