From patchwork Wed Mar 26 17:35:05 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Dominique_d=27Humi=C3=A8res?= X-Patchwork-Id: 334018 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 E23F914008A for ; Thu, 27 Mar 2014 04:35:19 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :to:subject:mime-version:content-type:content-transfer-encoding :message-id:from; q=dns; s=default; b=iiJexguxCI5F12Qu2Li+SQ6+nE CwvZT4jc3d8TwEQEd4Bsubu/ilBDueKnWcySnI0xMSKGEahzOAo/IxaLNfKrrZzM A1U8Yps1duMCkZQ6pV5To0RL15XbLKu2NLsLobXvLd19LzjsxeDn76jJ4VD+SC78 vDMxnBr/cMroQUUqM= 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:date :to:subject:mime-version:content-type:content-transfer-encoding :message-id:from; s=default; bh=Z3HqRLlcTlv2JqvFGV+DpNQs3sY=; b= xlS9ZzJlkQmvxzm4ZK0FuZq6DHH8cN/Z9tN2xyQ99S1DWYyU5iVGbj1ITo1pdSzF 4WS24kqod5OIVLjs5qeZVOSRmfHZTEyICl0gt2Z65u9Zedm5QodldMULSYUIjGW8 HVBu3WGJHH4igy6Bf6oZo61TqELnuuRRDcLUBzB++T8= Received: (qmail 10267 invoked by alias); 26 Mar 2014 17:35:10 -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 10258 invoked by uid 89); 26 Mar 2014 17:35:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: nef2.ens.fr Received: from nef2.ens.fr (HELO nef2.ens.fr) (129.199.96.40) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 26 Mar 2014 17:35:08 +0000 Received: from mailhost.lps.ens.fr (tournesol.lps.ens.fr [129.199.120.1]) by nef2.ens.fr (8.13.6/1.01.28121999) with ESMTP id s2QHZ5I3016837 for ; Wed, 26 Mar 2014 18:35:05 +0100 (CET) X-Envelope-To: Received: from localhost (localhost [127.0.0.1]) by mailhost.lps.ens.fr (Postfix) with ESMTP id 9111CF6 for ; Wed, 26 Mar 2014 18:35:05 +0100 (CET) Received: from mailhost.lps.ens.fr ([127.0.0.1]) by localhost (tournesol.lps.ens.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9Uk7gl3gxn7n for ; Wed, 26 Mar 2014 18:35:05 +0100 (CET) Received: by mailhost.lps.ens.fr (Postfix, from userid 8513) id 7D85A105; Wed, 26 Mar 2014 18:35:05 +0100 (CET) Date: Wed, 26 Mar 2014 18:35:05 +0100 To: gcc-patches@gcc.gnu.org Subject: [PATCH] * MAINTAINERS (Write After Approval): Add myself. User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 Message-Id: <20140326173505.7D85A105@mailhost.lps.ens.fr> From: dominiq@lps.ens.fr (Dominique Dhumieres) Adding myself as Write After Approval. Dominique Index: ChangeLog =================================================================== --- ChangeLog (revision 208845) +++ ChangeLog (working copy) @@ -1,3 +1,7 @@ +2014-03-26 Dominique d'Humieres + + * MAINTAINERS (Write After Approval): Add myself. + 2014-03-26 Jakub Jelinek PR sanitizer/56781 Index: MAINTAINERS =================================================================== --- MAINTAINERS (revision 208845) +++ MAINTAINERS (working copy) @@ -406,6 +406,7 @@ Cong Hou congh@google.com Falk Hueffner falk@debian.org Andrew John Hughes gnu_andrew@member.fsf.org +Dominique d'Humieres dominiq@lps.ens.fr Andy Hutchinson hutchinsonandy@aim.com Naveen H.S Naveen.Hurugalawadi@caviumnetworks.com Meador Inge meadori@codesourcery.com