From patchwork Sat Jun 24 18:16:10 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Iain Buclaw X-Patchwork-Id: 780374 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3ww3RY3bt9z9ryv for ; Sun, 25 Jun 2017 04:16:22 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="nqew/Yj1"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:cc:content-type; q=dns; s=default; b=antmy+kuHt+SfY2Y9dRY7n3Aftf5bilFuwxPCRuWBt0 I4gKG7LwZQ+3jjI2UiyZdbneiJlBc6vySjiWwCgZWVFQCNghjHqJaj1M7OAWS8Ga c6fpL0udJOop1hK6xVHP/987vu5wFtQrgZY8xm6N1/IGFXN6S4twM4eFhgqI1WWM = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:cc:content-type; s=default; bh=adQb30tudFLrLUt/Qq4biNv/jMw=; b=nqew/Yj1wxDpXgkcG 0391dl58s9owUnNMN+plDTrO5aO92f5Nw1rLtOSOTOkFNTwilxHBg1svrv4Q5Sa4 CznSaw3mSGHpIVQhuU3vfRjPx1iLHfs8tQEi6DKWfvj+IDL+15aXkjSOaAnkBY2x ku10OOT7o1NcbseJBsdiqk4tEc= Received: (qmail 94619 invoked by alias); 24 Jun 2017 18:16:15 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 94600 invoked by uid 89); 24 Jun 2017 18:16:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.3 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS, URIBL_RED autolearn=ham version=3.3.2 spammy=caroline, Hx-languages-length:1343 X-HELO: mail-vk0-f47.google.com Received: from mail-vk0-f47.google.com (HELO mail-vk0-f47.google.com) (209.85.213.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 24 Jun 2017 18:16:12 +0000 Received: by mail-vk0-f47.google.com with SMTP id 191so25730094vko.2 for ; Sat, 24 Jun 2017 11:16:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to:cc; bh=fK6O7gOVC5H/BmTS+xSABcM1fMeSQJP1g2bJk1I+ZSY=; b=kBBo8ZIgGzhlyl1Dz7e309Io+A+IK1L36POpQgkEtkRCgzIQyKKMTH24QXk7+GNBQv v/A6EP6w8VY9CmiSKXT9HjuxuVEHbyvxgQkb5q3YhhG03lXpW6gQtpOCUn2JzJxjGhlq rvEs5NVH597FMR5w/ZJJtTZ9v6aZy5dUwsbXXIlk9JlZlC7HKEJerrodlt8dxSBIvlqY d3reHWKHM9YLcjmHEAf/27Ol08xMPB/rD56T/Et6eVvaH6tCPTV4sXzYOl12zsbcgtPy h511IjJV7r8FKUxRXuaD8NbH9KZXZN8snlut2tX4cmQyV3kFSaqFxNmDw+nc7JlRxrQa 6I4g== X-Gm-Message-State: AKS2vOyT+2EbjaSl6K/dIUWcv5KJbdPWD9VNlRb4DyQwcgZyjTJRu9mg 91SPaSqPozmFtPRC2Ls4V97yIJXg2A== X-Received: by 10.31.233.3 with SMTP id g3mr1213370vkh.91.1498328170825; Sat, 24 Jun 2017 11:16:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.96.145 with HTTP; Sat, 24 Jun 2017 11:16:10 -0700 (PDT) From: Iain Buclaw Date: Sat, 24 Jun 2017 20:16:10 +0200 Message-ID: Subject: [PATCH] Add self as maintainer of D front-end and libphobos To: gcc-patches Cc: David Edelsohn X-IsSubscribed: yes Hi, As per message on the D language being accepted, this adds myself as a maintainer of the D front-end and libphobos runtime library. David, should this wait until the rest has been approved? Thanks, Iain. ChangeLog: 2017-06-24 Iain Buclaw * MAINTAINERS: Add myself D front-end and libphobos maintainer. diff --git a/MAINTAINERS b/MAINTAINERS index c76c1818d08..0efa5dd45f6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -147,6 +147,7 @@ BRIG (HSAIL) front end Pekka Jääskeläinen BRIG (HSAIL) front end Martin Jambor c++ Jason Merrill c++ Nathan Sidwell +D front end Iain Buclaw go Ian Lance Taylor objective-c/c++ Mike Stump objective-c/c++ Iain Sandoe @@ -174,6 +175,7 @@ libquadmath Jakub Jelinek libvtv Caroline Tice libhsail-rt Pekka Jääskeläinen libhsail-rt Martin Jambor +libphobos Iain Buclaw line map Dodji Seketeli soft-fp Joseph Myers scheduler (+ haifa) Jim Wilson