Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH} remove myself as windows maintainer
@ 2012-05-02 22:49 Christopher Faylor
  2012-05-03 22:15 ` Joel Brobecker
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Faylor @ 2012-05-02 22:49 UTC (permalink / raw)
  To: gdb-patches

2012-05-02  Christopher Faylor

	* MAINTAINERS: Remove myself.

--- src/gdb/MAINTAINERS	2012/04/27 18:50:35	1.485
+++ src/gdb/MAINTAINERS	2012/05/02 22:12:05	1.486
@@ -364,8 +364,6 @@
 Darwin			Tristan Gingold		gingold@adacore.com
 djgpp native		Eli Zaretskii		eliz@gnu.org
 GNU Hurd		Alfred M. Szmidt	ams@gnu.org
-MS Windows (NT, '00, 9x, Me, XP) host & native
-			Chris Faylor		cgf
 GNU/Linux/x86 native & host
 			Mark Kettenis		kettenis@gnu.org
 GNU/Linux MIPS native & host


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH} remove myself as windows maintainer
  2012-05-02 22:49 [PATCH} remove myself as windows maintainer Christopher Faylor
@ 2012-05-03 22:15 ` Joel Brobecker
  2012-05-04  6:25   ` Christopher Faylor
  0 siblings, 1 reply; 4+ messages in thread
From: Joel Brobecker @ 2012-05-03 22:15 UTC (permalink / raw)
  To: gdb-patches

Hi Chris,

On Wed, May 02, 2012 at 06:49:27PM -0400, Christopher Faylor wrote:
> 2012-05-02  Christopher Faylor
> 
> 	* MAINTAINERS: Remove myself.

Just wanted to say Thank You for all your time and efforts helping
out in the GDB project...

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?

-- 
Joel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH} remove myself as windows maintainer
  2012-05-03 22:15 ` Joel Brobecker
@ 2012-05-04  6:25   ` Christopher Faylor
  2012-05-04 18:46     ` Joel Brobecker
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Faylor @ 2012-05-04  6:25 UTC (permalink / raw)
  To: gdb-patches, Joel Brobecker

On Thu, May 03, 2012 at 03:15:02PM -0700, Joel Brobecker wrote:
>Hi Chris,
>
>On Wed, May 02, 2012 at 06:49:27PM -0400, Christopher Faylor wrote:
>> 2012-05-02  Christopher Faylor
>> 
>> 	* MAINTAINERS: Remove myself.
>
>Just wanted to say Thank You for all your time and efforts helping
>out in the GDB project...
>
>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.

I'll be keeping an eye out for potential candidates on the Cygwin list
if no one steps up here.

cgf


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH} remove myself as windows maintainer
  2012-05-04  6:25   ` Christopher Faylor
@ 2012-05-04 18:46     ` Joel Brobecker
  0 siblings, 0 replies; 4+ messages in thread
From: Joel Brobecker @ 2012-05-04 18:46 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 710 bytes --]

> >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

[-- Attachment #2: MAINTAINERS.diff --]
[-- Type: text/x-diff, Size: 1143 bytes --]

commit e4b53922e17c4b48c70160dc1889244c0eb65c49
Author: Joel Brobecker <brobecker@adacore.com>
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  <brobecker@adacore.com>
 
+	* MAINTAINERS (Past Maintainers): Add Chris Faylor.
+
+2012-05-04  Joel Brobecker  <brobecker@adacore.com>
+
 	* 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:

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-05-04 18:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-02 22:49 [PATCH} remove myself as windows maintainer Christopher Faylor
2012-05-03 22:15 ` Joel Brobecker
2012-05-04  6:25   ` Christopher Faylor
2012-05-04 18:46     ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox