Re: Mention go and gofmt tools in GCC 5 changes files

2015-03-10 Thread Gerald Pfeifer
On Mon, 9 Mar 2015, Ian Lance Taylor wrote:
 I committed this patch to gcc-5/changes.html to mention the new go and
 gofmt programs.

Thanks for doing this, Ian.  I committed a small markup fix on
top of it.

Gerald

Index: changes.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.87
diff -u -r1.87 changes.html
--- changes.html9 Mar 2015 22:20:40 -   1.87
+++ changes.html10 Mar 2015 17:34:26 -
@@ -460,7 +460,7 @@
 release./li
 liBuilding GCC 5 with Go enabled will install two new
   programs: a href=http://golang.org/cmd/go;go/a
-  and a href=http://golang.org/cmd/gofmt;gofmt/a.
+  and a href=http://golang.org/cmd/gofmt;gofmt/a./li
   /ul
 
 !--h3 id=javaJava (GCJ)/h3--


Mention go and gofmt tools in GCC 5 changes files

2015-03-09 Thread Ian Lance Taylor
I committed this patch to gcc-5/changes.html to mention the new go and
gofmt programs.

Ian
Index: changes.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.86
diff -u -r1.86 changes.html
--- changes.html6 Mar 2015 16:20:12 -   1.86
+++ changes.html9 Mar 2015 22:20:18 -
@@ -458,6 +458,9 @@
   ul
 liGCC 5 provides a complete implementation of the Go 1.4.2
 release./li
+liBuilding GCC 5 with Go enabled will install two new
+  programs: a href=http://golang.org/cmd/go;go/a
+  and a href=http://golang.org/cmd/gofmt;gofmt/a.
   /ul
 
 !--h3 id=javaJava (GCJ)/h3--