public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] gcc-3.3/gcj-status.html - streamline formatting
@ 2018-09-02 19:11 Gerald Pfeifer
  2018-09-02 19:16 ` Gerald Pfeifer
  0 siblings, 1 reply; 2+ messages in thread
From: Gerald Pfeifer @ 2018-09-02 19:11 UTC (permalink / raw)
  To: gcc-patches

...making things HTML 5 compliant on the way (without a real loss).

Committed.

Gerald

Index: gcc-3.3/gcj-status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/gcj-status.html,v
retrieving revision 1.10
diff -u -r1.10 gcj-status.html
--- gcc-3.3/gcj-status.html	1 Sep 2018 23:42:03 -0000	1.10
+++ gcc-3.3/gcj-status.html	2 Sep 2018 19:09:41 -0000
@@ -19,7 +19,7 @@
 
 <h2> Packages </h2>
 
-<table border="1" width="100%">
+<table border="1">
 
 <tr><th> Package </th> <th> Status </th> <th> Who </th> </tr>
 
@@ -28,7 +28,7 @@
      <td> &nbsp; </td>
 </tr>
 
-<tr bgcolor='#aaeeee'> <td> rhug </td>
+<tr> <td> rhug </td>
      <td> ok on x86 </td>
      <td> &nbsp; </td>
 </tr>
@@ -38,7 +38,7 @@
      <td> Mark Wielaard </td>
 </tr>
 
-<tr bgcolor='#aaeeee'> <td> <a href="http://www-124.ibm.com/developerworks/oss/cvs/jikes/~checkout~/jacks/jacks.html">Jacks</a> </td>
+<tr> <td> <a href="http://www-124.ibm.com/developerworks/oss/cvs/jikes/~checkout~/jacks/jacks.html">Jacks</a> </td>
      <td> As good as we're going to be </td>
      <td> &nbsp; </td>
 </tr>

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

* Re: [wwwdocs] gcc-3.3/gcj-status.html - streamline formatting
  2018-09-02 19:11 [wwwdocs] gcc-3.3/gcj-status.html - streamline formatting Gerald Pfeifer
@ 2018-09-02 19:16 ` Gerald Pfeifer
  0 siblings, 0 replies; 2+ messages in thread
From: Gerald Pfeifer @ 2018-09-02 19:16 UTC (permalink / raw)
  To: gcc-patches

On Sun, 2 Sep 2018, Gerald Pfeifer wrote:
> ...making things HTML 5 compliant on the way (without a real loss).

And pretty much the same patch for gcc-3.1/gcj-status.html, which
initially escaped my attention.

Committed as well.

Gerald

Index: gcc-3.1/gcj-status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/gcj-status.html,v
retrieving revision 1.5
diff -u -r1.5 gcj-status.html
--- gcc-3.1/gcj-status.html	1 Sep 2018 23:42:03 -0000	1.5
+++ gcc-3.1/gcj-status.html	2 Sep 2018 19:14:53 -0000
@@ -17,7 +17,7 @@
 
 <h2> Platforms </h2>
 
-<table border="1" width="100%">
+<table border="1">
 
 <tr><th> Platform </th> <th> Status </th> <th> Who </th> </tr>
 
@@ -84,7 +84,7 @@
      <td> Adam </td>
 </tr>
 
-<tr bgcolor="#eeaaaa"> <td> PPC Darwin</td>
+<tr> <td> PPC Darwin</td>
      <td> stddef.h tweak, std_cctype.h tweak, use "ar qc"</td>
      <td> Andreas, Alexandre, others </td>
 </tr>
@@ -108,7 +108,7 @@
 
 <h2> Packages </h2>
 
-<table border="1" width="100%">
+<table border="1">
 
 <tr><th> Package </th> <th> Status </th> <th> Who </th> </tr>
 

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

end of thread, other threads:[~2018-09-02 19:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-02 19:11 [wwwdocs] gcc-3.3/gcj-status.html - streamline formatting Gerald Pfeifer
2018-09-02 19:16 ` Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).