public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] Add D language to news, frontends, release notes, and readings.
@ 2018-11-12 22:58 Iain Buclaw
  2018-12-02 17:23 ` Gerald Pfeifer
  0 siblings, 1 reply; 7+ messages in thread
From: Iain Buclaw @ 2018-11-12 22:58 UTC (permalink / raw)
  To: gcc-patches

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

Hi,

As suggested, this adds an announcement of the D front end addition to
the news items on the GCC home page, and from what I can tell, the
relevant pages where the language should get a mention.

Kept the release notes brief for now, will expand later.  Is this OK?

Thanks,
Iain
---

[-- Attachment #2: dlang.patch --]
[-- Type: application/x-patch, Size: 3865 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [wwwdocs] Add D language to news, frontends, release notes, and readings.
  2018-11-12 22:58 [wwwdocs] Add D language to news, frontends, release notes, and readings Iain Buclaw
@ 2018-12-02 17:23 ` Gerald Pfeifer
  2018-12-02 20:17   ` Iain Buclaw
  2018-12-07 22:46   ` Iain Buclaw
  0 siblings, 2 replies; 7+ messages in thread
From: Gerald Pfeifer @ 2018-12-02 17:23 UTC (permalink / raw)
  To: Iain Buclaw; +Cc: gcc-patches

Hi Iain,

On Mon, 12 Nov 2018, Iain Buclaw wrote:
> As suggested, this adds an announcement of the D front end addition 
> to the news items on the GCC home page, and from what I can tell, the
> relevant pages where the language should get a mention.

I noticed this hasn't gone in; apologies for missing it.  (You are
welcome, though should not have to, copy me on wwwdocs changes, which
usually helps a bit, though also others can approve those.)

> Kept the release notes brief for now, will expand later.  Is this OK?

Yes, just a minor nit:

Index: htdocs/gcc-9/changes.html
===================================================================
+<h3 id="d">D</h3>
+<ul>
+  <li>Support for the D programming language has been added to GCC,
+    implementing version 2.076 of the language and runtime library.  

"run-time library" here, per codingconventions.html .

Thanks,
Gerald

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [wwwdocs] Add D language to news, frontends, release notes, and readings.
  2018-12-02 17:23 ` Gerald Pfeifer
@ 2018-12-02 20:17   ` Iain Buclaw
  2018-12-02 21:34     ` Gerald Pfeifer
  2018-12-07 22:46   ` Iain Buclaw
  1 sibling, 1 reply; 7+ messages in thread
From: Iain Buclaw @ 2018-12-02 20:17 UTC (permalink / raw)
  To: gerald; +Cc: gcc-patches

On Sun, 2 Dec 2018 at 18:23, Gerald Pfeifer <gerald@pfeifer.com> wrote:
>
> Hi Iain,
>
> On Mon, 12 Nov 2018, Iain Buclaw wrote:
> > As suggested, this adds an announcement of the D front end addition
> > to the news items on the GCC home page, and from what I can tell, the
> > relevant pages where the language should get a mention.
>
> I noticed this hasn't gone in; apologies for missing it.  (You are
> welcome, though should not have to, copy me on wwwdocs changes, which
> usually helps a bit, though also others can approve those.)
>
> > Kept the release notes brief for now, will expand later.  Is this OK?
>
> Yes, just a minor nit:
>
> Index: htdocs/gcc-9/changes.html
> ===================================================================
> +<h3 id="d">D</h3>
> +<ul>
> +  <li>Support for the D programming language has been added to GCC,
> +    implementing version 2.076 of the language and runtime library.
>
> "run-time library" here, per codingconventions.html .
>

Hi Gerald,

OK, thanks I'll do that.

I assume that the notes on the about.html page are all that are needed
to commit and push?

-- 
Iain

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [wwwdocs] Add D language to news, frontends, release notes, and readings.
  2018-12-02 20:17   ` Iain Buclaw
@ 2018-12-02 21:34     ` Gerald Pfeifer
  2018-12-03 16:50       ` Iain Buclaw
  0 siblings, 1 reply; 7+ messages in thread
From: Gerald Pfeifer @ 2018-12-02 21:34 UTC (permalink / raw)
  To: Iain Buclaw; +Cc: gcc-patches

On Sun, 2 Dec 2018, Iain Buclaw wrote:
> I assume that the notes on the about.html page are all that are 
> needed to commit and push?

Yes, they *should*.

If you run into anything that's missing or have any questions,
just let me know and I'll (a) help directly and (b) see how to
improve the docs.

Gerald

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [wwwdocs] Add D language to news, frontends, release notes, and readings.
  2018-12-02 21:34     ` Gerald Pfeifer
@ 2018-12-03 16:50       ` Iain Buclaw
  0 siblings, 0 replies; 7+ messages in thread
From: Iain Buclaw @ 2018-12-03 16:50 UTC (permalink / raw)
  To: gerald; +Cc: gcc-patches

On Sun, 2 Dec 2018 at 22:34, Gerald Pfeifer <gerald@pfeifer.com> wrote:
>
> On Sun, 2 Dec 2018, Iain Buclaw wrote:
> > I assume that the notes on the about.html page are all that are
> > needed to commit and push?
>
> Yes, they *should*.
>
> If you run into anything that's missing or have any questions,
> just let me know and I'll (a) help directly and (b) see how to
> improve the docs.
>

No worries, this is just a "never used cvs before" question.  So beg
my pardon if I approach it with extreme caution.

-- 
Iain

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [wwwdocs] Add D language to news, frontends, release notes, and readings.
  2018-12-02 17:23 ` Gerald Pfeifer
  2018-12-02 20:17   ` Iain Buclaw
@ 2018-12-07 22:46   ` Iain Buclaw
  2018-12-07 22:56     ` Gerald Pfeifer
  1 sibling, 1 reply; 7+ messages in thread
From: Iain Buclaw @ 2018-12-07 22:46 UTC (permalink / raw)
  To: gerald; +Cc: gcc-patches

On Sun, 2 Dec 2018 at 18:23, Gerald Pfeifer <gerald@pfeifer.com> wrote:
>
> Hi Iain,
>
> On Mon, 12 Nov 2018, Iain Buclaw wrote:
> > As suggested, this adds an announcement of the D front end addition
> > to the news items on the GCC home page, and from what I can tell, the
> > relevant pages where the language should get a mention.
>
> I noticed this hasn't gone in; apologies for missing it.  (You are
> welcome, though should not have to, copy me on wwwdocs changes, which
> usually helps a bit, though also others can approve those.)
>
> > Kept the release notes brief for now, will expand later.  Is this OK?
>
> Yes, just a minor nit:
>

After pushing, it was noticed that there was a small misspelling that
went unnoticed.  I've committed the correction as I don't think
there'll be any objection to the change.


--- htdocs/index.html    6 Dec 2018 11:27:41 -0000    1.1113
+++ htdocs/index.html    7 Dec 2018 22:31:08 -0000
@@ -61,7 +61,7 @@
 <dt><span>D front end added</span>
      <span class="date">[2018-10-29]</span></dt>
      <dd>The <a href="https://dlang.org">D programming language</a> front end
-       <a href="gcc-9/changes.html#d">has beed added to GCC</a>.
+       <a href="gcc-9/changes.html#d">has been added to GCC</a>.
        This front end was contributed by Iain Buclaw.</dd>

 <dt><span><a href="gcc-6/">GCC 6.5</a> released</span>


--
Iain

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [wwwdocs] Add D language to news, frontends, release notes, and readings.
  2018-12-07 22:46   ` Iain Buclaw
@ 2018-12-07 22:56     ` Gerald Pfeifer
  0 siblings, 0 replies; 7+ messages in thread
From: Gerald Pfeifer @ 2018-12-07 22:56 UTC (permalink / raw)
  To: Iain Buclaw; +Cc: gcc-patches

On Fri, 7 Dec 2018, Iain Buclaw wrote:
> After pushing, it was noticed that there was a small misspelling that
> went unnoticed.  I've committed the correction as I don't think
> there'll be any objection to the change.

Indeed.  Obvious changes and ones within your domain (so release
notes for D,...) are good to go any time - and in fact appreciated. :-)

Gerald

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-12-07 22:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-12 22:58 [wwwdocs] Add D language to news, frontends, release notes, and readings Iain Buclaw
2018-12-02 17:23 ` Gerald Pfeifer
2018-12-02 20:17   ` Iain Buclaw
2018-12-02 21:34     ` Gerald Pfeifer
2018-12-03 16:50       ` Iain Buclaw
2018-12-07 22:46   ` Iain Buclaw
2018-12-07 22:56     ` Gerald Pfeifer

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).