From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3202 invoked by alias); 18 Aug 2010 02:26:44 -0000 Received: (qmail 3189 invoked by uid 22791); 18 Aug 2010 02:26:42 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 Aug 2010 02:26:38 +0000 Received: (qmail 5462 invoked from network); 18 Aug 2010 02:26:36 -0000 Received: from unknown (HELO qiyaows) (yao@127.0.0.2) by mail.codesourcery.com with ESMTPA; 18 Aug 2010 02:26:36 -0000 Date: Wed, 18 Aug 2010 02:26:00 -0000 From: Yao Qi To: gdb-patches@sourceware.org Subject: [Patch,Committed] Add myself under Write After Approval Message-ID: <20100818022627.GA22704@qiyaows> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-08/txt/msg00284.txt.bz2 --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 163 I've committed this patch to add myself under Write After Approval list in the MAINTAINERS file. -- Yao Qi CodeSourcery yao@codesourcery.com (650) 331-3385 x739 --17pEHd4RhPHOinZp Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="add_maintainer.diff" Content-length: 1087 Index: MAINTAINERS =================================================================== RCS file: /cvs/src/src/gdb/MAINTAINERS,v retrieving revision 1.441 diff -u -r1.441 MAINTAINERS --- MAINTAINERS 30 Jul 2010 19:11:27 -0000 1.441 +++ MAINTAINERS 18 Aug 2010 02:19:26 -0000 @@ -572,6 +572,7 @@ Denis Pilat denis.pilat@st.com Paul Pluzhnikov ppluzhnikov@google.com Vladimir Prus vladimir@codesourcery.com +Yao Qi yao@codesourcery.com Qinwei qinwei@sunnorth.com.cn Frederic Riss frederic.riss@st.com Aleksandar Ristovski aristovski@qnx.com Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/ChangeLog,v retrieving revision 1.12091 diff -u -r1.12091 ChangeLog --- ChangeLog 17 Aug 2010 21:34:12 -0000 1.12091 +++ ChangeLog 18 Aug 2010 02:19:33 -0000 @@ -1,3 +1,7 @@ +2010-08-18 Yao Qi + + * MAINTAINERS : Add myself under Write After Approval. + 2010-08-17 Tom Tromey * NEWS: Mention template parameter support. --17pEHd4RhPHOinZp--