diff mbox

[wwwdocs] PATCH for Re: [PATCH] Fix my name in contrib.texi

Message ID alpine.LSU.2.20.1504102351290.9357@tuna.site
State New
Headers show

Commit Message

Gerald Pfeifer April 10, 2015, 9:53 p.m. UTC
On Mon, 7 Apr 2014, Richard Biener wrote:
>> htdocs/svn.html has four occurrences, and a few other pages also
>> have some.  Though I don't think it's appropriate to adjust the 
>> like of news.html, should I update svn.html?
> Sure, go ahead.

Done thusly.

Can you please look into mirrors.html which references your
GPG key and update that as you consider suitable?

Gerald

Comments

Richard Biener April 13, 2015, 7:28 a.m. UTC | #1
On Fri, 10 Apr 2015, Gerald Pfeifer wrote:

> On Mon, 7 Apr 2014, Richard Biener wrote:
> >> htdocs/svn.html has four occurrences, and a few other pages also
> >> have some.  Though I don't think it's appropriate to adjust the 
> >> like of news.html, should I update svn.html?
> > Sure, go ahead.
> 
> Done thusly.
> 
> Can you please look into mirrors.html which references your
> GPG key and update that as you consider suitable?

Will do (it's correct at the moment).

Richard.

> Gerald
> 
> Index: svn.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
> retrieving revision 1.200
> diff -u -r1.200 svn.html
> --- svn.html	29 Jan 2015 08:01:07 -0000	1.200
> +++ svn.html	10 Apr 2015 21:52:27 -0000
> @@ -295,7 +295,7 @@
>    <dd>This branch is for tracking overflow behavior on expressions
>    rather than on types.
>    Patches should be marked with the tag <code>[no-undefined-overflow]</code>
> -  in the subject line.  The branch is maintained by Richard Guenther.</dd>
> +  in the subject line.  The branch is maintained by Richard Biener.</dd>
>  
>    <dt><a href="https://gcc.gnu.org/wiki/AndrewMacLeod/debuglocus">debuglocus</a></dt>
>    <dd>This branch is an experiment to see whether improved debug information 
> @@ -311,7 +311,7 @@
>  
>    <dt>vect256</dt>
>    <dd>This branch is for extending vectorizer to 256bit.  The branch is
> -  maintained by Richard Guenther and H.J. Lu.  Patches should be marked
> +  maintained by Richard Biener and H.J. Lu.  Patches should be marked
>    with the tag
>    <code>[vect256]</code> in the subject line.</dd>
>  
> @@ -1107,14 +1107,14 @@
>    <dt>var-mappings-branch</dt>
>    <dd>This branch is for improving debug information based on tracking
>    multiple variables per computed value.  The branch is maintained by
> -  Richard Guenther and Michael Matz.  Patches should be marked with the
> +  Richard Biener and Michael Matz.  Patches should be marked with the
>    tag <code>[varmap]</code> in the subject line.</dd>
>  
>    <dt>mem-ref</dt>
>    <dd>This branch is for lowering the GIMPLE IL for memory accesses to
>    a flat representation.  See the GCC
>    <a href="https://gcc.gnu.org/wiki/MemRef">wiki</a> for a more detailed
> -  project description.  The branch is maintained by Richard Guenther.
> +  project description.  The branch is maintained by Richard Biener.
>    Patches should be marked with the tag <code>[mem-ref]</code> in the
>    subject line.</dd>
>  
> 
>
diff mbox

Patch

Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.200
diff -u -r1.200 svn.html
--- svn.html	29 Jan 2015 08:01:07 -0000	1.200
+++ svn.html	10 Apr 2015 21:52:27 -0000
@@ -295,7 +295,7 @@ 
   <dd>This branch is for tracking overflow behavior on expressions
   rather than on types.
   Patches should be marked with the tag <code>[no-undefined-overflow]</code>
-  in the subject line.  The branch is maintained by Richard Guenther.</dd>
+  in the subject line.  The branch is maintained by Richard Biener.</dd>
 
   <dt><a href="https://gcc.gnu.org/wiki/AndrewMacLeod/debuglocus">debuglocus</a></dt>
   <dd>This branch is an experiment to see whether improved debug information 
@@ -311,7 +311,7 @@ 
 
   <dt>vect256</dt>
   <dd>This branch is for extending vectorizer to 256bit.  The branch is
-  maintained by Richard Guenther and H.J. Lu.  Patches should be marked
+  maintained by Richard Biener and H.J. Lu.  Patches should be marked
   with the tag
   <code>[vect256]</code> in the subject line.</dd>
 
@@ -1107,14 +1107,14 @@ 
   <dt>var-mappings-branch</dt>
   <dd>This branch is for improving debug information based on tracking
   multiple variables per computed value.  The branch is maintained by
-  Richard Guenther and Michael Matz.  Patches should be marked with the
+  Richard Biener and Michael Matz.  Patches should be marked with the
   tag <code>[varmap]</code> in the subject line.</dd>
 
   <dt>mem-ref</dt>
   <dd>This branch is for lowering the GIMPLE IL for memory accesses to
   a flat representation.  See the GCC
   <a href="https://gcc.gnu.org/wiki/MemRef">wiki</a> for a more detailed
-  project description.  The branch is maintained by Richard Guenther.
+  project description.  The branch is maintained by Richard Biener.
   Patches should be marked with the tag <code>[mem-ref]</code> in the
   subject line.</dd>