Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* FYI: add myself to maintainers (write after approval)
@ 2011-09-15 12:20 Kevin Pouget
  2011-09-19 10:38 ` Kevin Pouget
  0 siblings, 1 reply; 8+ messages in thread
From: Kevin Pouget @ 2011-09-15 12:20 UTC (permalink / raw)
  To: gdb-patches

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

Hello,

I commit this patch after being granted the write-after-approval right


Cordially,

Kevin

--

2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
	* MAINTAINERS (Right After Approval): Add myself to the list

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

diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS
index 66781ed..a2ffedb 100644
--- a/gdb/MAINTAINERS
+++ b/gdb/MAINTAINERS
@@ -577,6 +577,7 @@ David O'Brien					obrien@freebsd.org
 Alexandre Oliva					aoliva@redhat.com
 Karen Osmond					karen.osmond@gmail.com
 Denis Pilat					denis.pilat@st.com
+Kevin Pouget					kevin.pouget@st.com
 Paul Pluzhnikov					ppluzhnikov@google.com
 Marek Polacek					mpolacek@redhat.com
 Vladimir Prus                                   vladimir@codesourcery.com

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

* Re: FYI: add myself to maintainers (write after approval)
  2011-09-15 12:20 FYI: add myself to maintainers (write after approval) Kevin Pouget
@ 2011-09-19 10:38 ` Kevin Pouget
  2011-09-19 12:12   ` Tristan Gingold
  2011-09-19 15:19   ` Frank Ch. Eigler
  0 siblings, 2 replies; 8+ messages in thread
From: Kevin Pouget @ 2011-09-19 10:38 UTC (permalink / raw)
  To: gdb-patches

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

On Thu, Sep 15, 2011 at 1:54 PM, Kevin Pouget <kevin.pouget@gmail.com> wrote:
> Hello,
>
> I commit this patch after being granted the write-after-approval right
>
>
> Cordially,
>
> Kevin
>
> --
>
> 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
>        * MAINTAINERS (Right After Approval): Add myself to the list
>

I should commit this patch to fix the typos I made in the ChangeLog if
there is no objection; do I need to write a ChangeLog entry for that
as well?

Cordially,

Kevin

[-- Attachment #2: MAINTAINERS-fix.patch --]
[-- Type: text/x-patch, Size: 714 bytes --]

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e67d9b0..053c6ef 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -175,7 +175,7 @@
 	(inf_has_multiple_thread_cb): New function.
 	(inf_has_multiple_threads): New function.
 
-2011-09-15  Kevin Pouget <kevin.pouget@st.com>
+2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
 
 	PR Python/12692 Add gdb.selected_inferior() to Python interface.
 	* python/py-inferior.c (GdbMethods): New Python method definition.
@@ -197,7 +197,7 @@
 
 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
 
-	* MAINTAINERS (Right After Approval): Add myself to the list
+	* MAINTAINERS (Write After Approval): Add myself to the list
 
 2011-09-14  Pedro Alves  <pedro@codesourcery.com>
 

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

* Re: FYI: add myself to maintainers (write after approval)
  2011-09-19 10:38 ` Kevin Pouget
@ 2011-09-19 12:12   ` Tristan Gingold
  2011-09-19 15:19   ` Frank Ch. Eigler
  1 sibling, 0 replies; 8+ messages in thread
From: Tristan Gingold @ 2011-09-19 12:12 UTC (permalink / raw)
  To: Kevin Pouget; +Cc: gdb-patches


On Sep 19, 2011, at 12:37 PM, Kevin Pouget wrote:

> On Thu, Sep 15, 2011 at 1:54 PM, Kevin Pouget <kevin.pouget@gmail.com> wrote:
>> Hello,
>> 
>> I commit this patch after being granted the write-after-approval right
>> 
>> 
>> Cordially,
>> 
>> Kevin
>> 
>> --
>> 
>> 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
>>        * MAINTAINERS (Right After Approval): Add myself to the list
>> 
> 
> I should commit this patch to fix the typos I made in the ChangeLog if
> there is no objection; do I need to write a ChangeLog entry for that
> as well?

No.  Simply commit the fix without new ChangeLog entry.  And it's obvious so you don't need an approval.

Tristan.


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

* Re: FYI: add myself to maintainers (write after approval)
  2011-09-19 10:38 ` Kevin Pouget
  2011-09-19 12:12   ` Tristan Gingold
@ 2011-09-19 15:19   ` Frank Ch. Eigler
  2011-09-19 17:09     ` Stan Shebs
  1 sibling, 1 reply; 8+ messages in thread
From: Frank Ch. Eigler @ 2011-09-19 15:19 UTC (permalink / raw)
  To: Kevin Pouget; +Cc: gdb-patches


kevin.pouget wrote:

> [...]  I should commit this patch to fix the typos I made in the
> ChangeLog if there is no objection; do I need to write a ChangeLog
> entry for that as well?

It would be funny if it resulted in ChangeLog-frippery like this:


  Fri Dec 29 16:30:58 1995  Stan Shebs  <shebs@andros.cygnus.com>

      * symfile.c (find_sym_fns): Add PowerMac to xcoff file recognition
      kludge.
 +    * ChangeLog: Added this entry.


- FChE


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

* Re: FYI: add myself to maintainers (write after approval)
  2011-09-19 15:19   ` Frank Ch. Eigler
@ 2011-09-19 17:09     ` Stan Shebs
  0 siblings, 0 replies; 8+ messages in thread
From: Stan Shebs @ 2011-09-19 17:09 UTC (permalink / raw)
  To: gdb-patches

On 9/19/11 5:11 AM, Frank Ch. Eigler wrote:
> kevin.pouget wrote:
>
>> [...]  I should commit this patch to fix the typos I made in the
>> ChangeLog if there is no objection; do I need to write a ChangeLog
>> entry for that as well?
> It would be funny if it resulted in ChangeLog-frippery like this:
>
>
>    Fri Dec 29 16:30:58 1995  Stan Shebs<shebs@andros.cygnus.com>
>
>        * symfile.c (find_sym_fns): Add PowerMac to xcoff file recognition
>        kludge.
>   +    * ChangeLog: Added this entry.
>

Heh, you made me look. :-)

(It wouldn't have been the freakiest thing in old change logs...)

Stan


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

* Re: FYI: add myself to maintainers (write after approval)
  2013-01-25  3:46 ` Joel Brobecker
@ 2013-01-25 15:23   ` Tiago Stürmer Daitx
  0 siblings, 0 replies; 8+ messages in thread
From: Tiago Stürmer Daitx @ 2013-01-25 15:23 UTC (permalink / raw)
  To: gdb-patches

On Fri, 2013-01-25 at 07:45 +0400, Joel Brobecker wrote:
> > Commit after being granted write after approval.
> > 
> > http://www.sourceware.org/ml/gdb-cvs/2013-01/msg00158.html
> > 
> 
> Would you mind posting the patch and the ChangeLog entry?
> 
> Thank you,

Oh, my bad. Appending it right away.

Cheers

===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.15063
retrieving revision 1.15064
diff -u -r1.15063 -r1.15064
--- src/gdb/ChangeLog	2013/01/24 18:04:26	1.15063
+++ src/gdb/ChangeLog	2013/01/24 20:25:17	1.15064
@@ -1,3 +1,7 @@
+2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
+
+	* MAINTAINERS (Write After Approval): Add myself to the list. 
+
 2013-01-24  Tom Tromey  <tromey@redhat.com>
 
 	* ada-lang.h (ada_decode_symbol): Make return type const.


===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.498
retrieving revision 1.499
diff -u -r1.498 -r1.499
--- src/gdb/MAINTAINERS	2013/01/18 19:26:07	1.498
+++ src/gdb/MAINTAINERS	2013/01/24 20:25:18	1.499
@@ -488,6 +488,7 @@
 J.T. Conklin					jtc@acorntoolworks.com
 Brendan Conoboy					blc@redhat.com
 Ludovic Courtès					ludo@gnu.org
+Tiago Stürmer Daitx				tdaitx@linux.vnet.ibm.com
 Sanjoy Das					sanjoy@playingwithpointers.com
 Jean-Charles Delay				delay@adacore.com
 DJ Delorie					dj@redhat.com


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

* Re: FYI: add myself to maintainers (write after approval)
  2013-01-24 20:30 Tiago Stürmer Daitx
@ 2013-01-25  3:46 ` Joel Brobecker
  2013-01-25 15:23   ` Tiago Stürmer Daitx
  0 siblings, 1 reply; 8+ messages in thread
From: Joel Brobecker @ 2013-01-25  3:46 UTC (permalink / raw)
  To: Tiago St?rmer Daitx; +Cc: gdb-patches

> Commit after being granted write after approval.
> 
> http://www.sourceware.org/ml/gdb-cvs/2013-01/msg00158.html
> 

Would you mind posting the patch and the ChangeLog entry?

Thank you,
-- 
Joel


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

* FYI: add myself to maintainers (write after approval)
@ 2013-01-24 20:30 Tiago Stürmer Daitx
  2013-01-25  3:46 ` Joel Brobecker
  0 siblings, 1 reply; 8+ messages in thread
From: Tiago Stürmer Daitx @ 2013-01-24 20:30 UTC (permalink / raw)
  To: gdb-patches

Commit after being granted write after approval.

http://www.sourceware.org/ml/gdb-cvs/2013-01/msg00158.html

Cheers,
Tiago

-- 
Tiago Stürmer Daitx
tdaitx@linux.vnet.ibm.com
IBM - Linux Technology Center




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

end of thread, other threads:[~2013-01-25 15:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-15 12:20 FYI: add myself to maintainers (write after approval) Kevin Pouget
2011-09-19 10:38 ` Kevin Pouget
2011-09-19 12:12   ` Tristan Gingold
2011-09-19 15:19   ` Frank Ch. Eigler
2011-09-19 17:09     ` Stan Shebs
2013-01-24 20:30 Tiago Stürmer Daitx
2013-01-25  3:46 ` Joel Brobecker
2013-01-25 15:23   ` Tiago Stürmer Daitx

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