Re: GCC wwwdocs move to git done

2019-10-09 Thread Christopher Faylor
On Wed, Oct 09, 2019 at 01:25:30PM +0100, Iain Sandoe wrote:
>Jonathan Wakely  wrote:
>
>>On Wed, 9 Oct 2019 at 01:28, Joseph Myers wrote:
>>>I've done the move of GCC wwwdocs to git (using the previously posted and
>>>discussed scripts), including setting up the post-receive hook to do the
>>>same things previously covered by the old CVS hooks, and minimal updates
>>>to the web pages dealing with the CVS setup for wwwdocs.
>>
>>Thanks, Joseph.
>
>+1
>
>I would like to be able to preview changes to the website by using it
>from a local
>webserver.  I realise that individual pages can be viewed in a
>browser / validated
>by uploading - but it would be nice to check connectivity etc.
>
>At the moment, I can’t identify the “mhc” program that is used in
>preparing the text
>(and too many unrelated hits from searches).

I think it's the "metahtml" processor:

https://ftp.gnu.org/gnu/metahtml/

The binary is 20 years old and, somehow, the source code used to build
it seems to have disappeared.



Re: GCC wwwdocs move to git done

2019-10-09 Thread Christopher Faylor
On Wed, Oct 09, 2019 at 09:37:54AM -0400, Christopher Faylor wrote:
>The binary is 20 years old and, somehow, the source code used to build
>it seems to have disappeared.

Sorry. Not 20 years:

-rwxr-xr-x. 1 root root 574221 Mar 22  2013 /usr/local/bin/mhc

cgf



[COMMITTED] Remove myself from MAINTAINERS

2014-08-19 Thread Christopher Faylor
Committed as revision 214157.

2014-08-19  Christopher Faylor  

* MAINTAINERS: Remove myself

Index: MAINTAINERS
===
--- MAINTAINERS (revision 214153)
+++ MAINTAINERS (working copy)
@@ -136,7 +136,6 @@
 VMSDouglas Ruppr...@gnat.com
 VMSTristan Gingold ging...@adacore.com
 VxWorks ports  Nathan Sidwell  nat...@codesourcery.com
-windows, cygwin, mingw Christopher Faylor  c...@gcc.gnu.org
 windows, cygwin, mingw Kai Tietz   kti...@redhat.com
 windows, cygwin, mingw Dave Korn   dave.korn.cyg...@gmail.com
 


Re: Ping^2 Re: Target header etc. cleanup patch

2011-04-26 Thread Christopher Faylor
On Thu, Apr 21, 2011 at 11:56:52PM -0400, Jie Zhang wrote:
>On 04/21/2011 06:06 AM, Joseph S. Myers wrote:
>> On Thu, 21 Apr 2011, Richard Guenther wrote:
>>
>>> On Wed, Apr 20, 2011 at 11:09 PM, Joseph S. Myers
>>>   wrote:
 Ping^2.  This patch
   is still pending
 review.  This version applies cleanly to current trunk.
>>>
>>> The s/struct rtx_def */rtx/ changes are all ok (in fact I'd say they are
>>> obvious).
>>
>> I have committed the approved parts (those, plus the cris and m32c
>> changes) as r172818.  The following remains pending review (target
>> maintainers CC:ed).
>>
>> 2011-04-21  Joseph Myers
>>
>>  * config/bfin/bfin-protos.h (Mmode): Don't define.  Expand
>>  definition where used.
>
>OK for bfin. Thanks!

Don't know if you've heard from anyone else yet but, in case not: ok for 
Windows.