From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25586 invoked by alias); 4 May 2012 18:46:21 -0000 Received: (qmail 25576 invoked by uid 22791); 4 May 2012 18:46:20 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 04 May 2012 18:46:07 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C4C761C6D38 for ; Fri, 4 May 2012 14:46:06 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id yUn6xIm3FqzP for ; Fri, 4 May 2012 14:46:06 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 9223D1C6CF4 for ; Fri, 4 May 2012 14:46:06 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 01BA3145616; Fri, 4 May 2012 11:46:03 -0700 (PDT) Date: Fri, 04 May 2012 18:46:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [PATCH} remove myself as windows maintainer Message-ID: <20120504184603.GS15555@adacore.com> References: <20120502224927.GA26986@ednor.casa.cgf.cx> <20120503221502.GO15555@adacore.com> <20120504062506.GB30831@ednor.casa.cgf.cx> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="/Uq4LBwYP4y1W6pO" Content-Disposition: inline In-Reply-To: <20120504062506.GB30831@ednor.casa.cgf.cx> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2012-05/txt/msg00134.txt.bz2 --/Uq4LBwYP4y1W6pO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 710 > >There is a section in te MAINTAINERS file that lists past maintainers, > >for posterity. I understand that you do not want your email address > >exposed there, but I think we can list you without it. Would that be > >OK? > > Sure. Here is what I checked in. gdb/ChangeLog: * MAINTAINERS (Past Maintainers): Add Chris Faylor. > I'll be keeping an eye out for potential candidates on the Cygwin list > if no one steps up here. Thanks! If you spot someone, please let him know that we would need to observe his contributions for a short while before we can consider promoting him. It doesn't have to be very long, but we like to get to know potential candidates a little beforehand... -- Joel --/Uq4LBwYP4y1W6pO Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="MAINTAINERS.diff" Content-length: 1143 commit e4b53922e17c4b48c70160dc1889244c0eb65c49 Author: Joel Brobecker Date: Fri May 4 11:40:03 2012 -0700 MAINTAINERS: Add Chris Faylor in `Past Maintainers' section. gdb/ChangeLog: * MAINTAINERS (Past Maintainers): Add Chris Faylor. diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5e63549..d60d3c6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2012-05-04 Joel Brobecker + * MAINTAINERS (Past Maintainers): Add Chris Faylor. + +2012-05-04 Joel Brobecker + * windows-nat.h (segment_register_p_ftype): New typedef. (windows_set_segment_register_p): Add declaration. * windows-nat.c (segment_register_p): New static global. diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 1ea72bc..2588b8e 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -681,6 +681,7 @@ Michael Chastain (testsuite) mec.gnu at mindspring dot com Fred Fish (global) Jim Blandy (global) jimb@red-bean.com Michael Snyder (global) +Christopher Faylor (MS Windows, host & native) Folks that have been caught up in a paper trail: --/Uq4LBwYP4y1W6pO--