From patchwork Fri Aug 22 20:50:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Mike Stump X-Patchwork-Id: 382352 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 350271400B7 for ; Sat, 23 Aug 2014 06:50:38 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; q=dns; s= default; b=ZeUvb6ZYC+LKHELlFHqdLjD71lnk6PB8W/JHhHm/jwJ4RwEwXAEHZ nyEm2v5dsDP4BFG5LWAOfs31Kf9a+J/mofRqkMxS82hDxwR4O3W2GJXxjDMPQk1v oJVg6WnfhlXFteeS+GXh54eaUnYNDoBr3viFvmNZBmaEwHlZp5/qc0= 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 :content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; s=default; bh=lyuV+zT/OnoCbh769VaelKbbhPs=; b=mqrccLz7pMA/vaFapjY9ToBvLwtT qZ4Gtq4l/gSRiBJjcazvb8Hn1BKB1IVs4gGTp/HypwySwAxmdPUgl1AjFLK/78Zq /57R0FETjo+HrYz+Ws6TcgKnTQtJEn3uqDIgXYAnOc/SxewH5ej+20FvzbmxSzsb XzjoP77OISlaw40= Received: (qmail 13183 invoked by alias); 22 Aug 2014 20:50:32 -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 13173 invoked by uid 89); 22 Aug 2014 20:50:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-HELO: qmta04.westchester.pa.mail.comcast.net Received: from qmta04.westchester.pa.mail.comcast.net (HELO qmta04.westchester.pa.mail.comcast.net) (76.96.62.40) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 22 Aug 2014 20:50:31 +0000 Received: from omta05.westchester.pa.mail.comcast.net ([76.96.62.43]) by qmta04.westchester.pa.mail.comcast.net with comcast id hnmJ1o0020vyq2s54wqVFk; Fri, 22 Aug 2014 20:50:29 +0000 Received: from [IPv6:2001:558:6045:a4:40c6:7199:cd03:b02d] ([IPv6:2001:558:6045:a4:40c6:7199:cd03:b02d]) by omta05.westchester.pa.mail.comcast.net with comcast id hwqT1o00Z2ztT3H3RwqUeo; Fri, 22 Aug 2014 20:50:29 +0000 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: [PATCH] * MAINTAINERS (Write After Approval): Add myself. From: Mike Stump In-Reply-To: <1383343908-30680-1-git-send-email-tsaunders@mozilla.com> Date: Fri, 22 Aug 2014 13:50:26 -0700 Cc: gcc-patches@gcc.gnu.org Message-Id: <5EDE067A-CE80-471F-BF7D-1F8408DEBD58@comcast.net> References: <1383343908-30680-1-git-send-email-tsaunders@mozilla.com> To: tsaunders@mozilla.com X-IsSubscribed: yes On Nov 1, 2013, at 3:11 PM, tsaunders@mozilla.com wrote: > From: tbsaunde > > diff --git a/ChangeLog b/ChangeLog > index e925959..8c24d35 100644 > --- a/ChangeLog > +++ b/ChangeLog > @@ -1,3 +1,7 @@ > +2013-11-01 Trevor Saunders > + > +* MAINTAINERS (Write After Approval): Add myself. > + > 2013-10-30 Jason Merrill > > * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass > diff --git a/MAINTAINERS b/MAINTAINERS > index bf16972..25ae10e 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -514,6 +514,7 @@ Matthew Sachs msachs@apple.com > Hariharan Sandanagobalane hariharan.gcc@gmail.com > Iain Sandoe iain@codesourcery.com > Duncan Sands baldrick@gcc.gnu.org > +Trevor Saunders tsaunders@mozilla.com > William Schmidt wschmidt@linux.vnet.ibm.com > Tilo Schwarz tilo@tilo-schwarz.de > Dodji Seketeli dodji@gcc.gnu.org No, like this: Also, I’m concerned that someone’s editor isn’t getting the spacing right. I tried emacs, vi vim and ed, they all agree on my machine. ed of course to rule out the new fangled editors, as they might get it wrong… :-) Index: MAINTAINERS =================================================================== --- MAINTAINERS (revision 214240) +++ MAINTAINERS (working copy) @@ -523,7 +523,7 @@ Matthew Sachs msachs@apple.com Hariharan Sandanagobalane hariharan.gcc@gmail.com Iain Sandoe iain@codesourcery.com Duncan Sands baldrick@gcc.gnu.org -Trevor Saunders tsaunders@mozilla.com +Trevor Saunders tsaunders@mozilla.com William Schmidt wschmidt@linux.vnet.ibm.com Tilo Schwarz tilo@tilo-schwarz.de Dodji Seketeli dodji@gcc.gnu.org