From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64509 invoked by alias); 7 Dec 2018 22:46:40 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 64492 invoked by uid 89); 7 Dec 2018 22:46:39 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=65, buclaw, Buclaw, HTo:U*gerald X-HELO: mail-qt1-f181.google.com Received: from mail-qt1-f181.google.com (HELO mail-qt1-f181.google.com) (209.85.160.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 07 Dec 2018 22:46:37 +0000 Received: by mail-qt1-f181.google.com with SMTP id y20so6275304qtm.13 for ; Fri, 07 Dec 2018 14:46:36 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Iain Buclaw Date: Fri, 07 Dec 2018 22:46:00 -0000 Message-ID: Subject: Re: [wwwdocs] Add D language to news, frontends, release notes, and readings. To: gerald@pfeifer.com Cc: gcc-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00503.txt.bz2 On Sun, 2 Dec 2018 at 18:23, Gerald Pfeifer 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 @@
D front end added [2018-10-29]
The D programming language front end - has beed added to GCC. + has been added to GCC. This front end was contributed by Iain Buclaw.
GCC 6.5 released -- Iain