This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs] Push references to our CSS into individual HTML files


This is based on a mail exchange with David and Martin, where I
promised to look into it.

It moves the inclusion of our CSS stylesheet from the preprocessing
conducted on gcc.gnu.org into the individual HTML files.

Clearly it is a tradeoff between having this once versus the very
same reference in 271 individual HTML files on the one hand, and
making it easier to view changes locally while working on them.

Assuming we remain disciplined in not creating all sorts of variations
that become a consistency and maintenance nightmare, making things
easier for those editing those page, a larger group, feels like the
right tradeoff.

Applied.

Gerald

Push the references to our CSS from the MetaHTML style sheet into the
individual HTML files.

Index: style.mhtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v
retrieving revision 1.143
diff -u -r1.143 style.mhtml
--- style.mhtml	2 Jun 2018 11:40:23 -0000	1.143
+++ style.mhtml	2 Jun 2018 20:31:23 -0000
@@ -49,7 +49,6 @@
   <group
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <link rel="shortcut icon" href="https://gcc.gnu.org/favicon.ico"; />
-    <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
   >
   <group
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Index: about.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/about.html,v
retrieving revision 1.29
diff -u -r1.29 about.html
--- about.html	2 Jun 2018 11:10:44 -0000	1.29
+++ about.html	2 Jun 2018 20:31:18 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC: About</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: backends.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/backends.html,v
retrieving revision 1.74
diff -u -r1.74 backends.html
--- backends.html	8 Feb 2017 18:44:56 -0000	1.74
+++ backends.html	2 Jun 2018 20:31:18 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Status of Supported Architectures from Maintainers' Point of View</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: badspammer.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/badspammer.html,v
retrieving revision 1.7
diff -u -r1.7 badspammer.html
--- badspammer.html	21 Sep 2006 14:17:36 -0000	1.7
+++ badspammer.html	2 Jun 2018 20:31:18 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: branch-closing.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/branch-closing.html,v
retrieving revision 1.1
diff -u -r1.1 branch-closing.html
--- branch-closing.html	9 Feb 2009 22:30:42 -0000	1.1
+++ branch-closing.html	2 Jun 2018 20:31:18 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Closing a GCC Release Branch</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: branching.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/branching.html,v
retrieving revision 1.34
diff -u -r1.34 branching.html
--- branching.html	12 Mar 2017 22:43:55 -0000	1.34
+++ branching.html	2 Jun 2018 20:31:18 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Branching for a GCC Release</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/buildstat.html,v
retrieving revision 1.27
diff -u -r1.27 buildstat.html
--- buildstat.html	2 May 2018 10:21:14 -0000	1.27
+++ buildstat.html	2 Jun 2018 20:31:18 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Build status for GCC</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: c99status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/c99status.html,v
retrieving revision 1.64
diff -u -r1.64 c99status.html
--- c99status.html	28 May 2016 20:40:34 -0000	1.64
+++ c99status.html	2 Jun 2018 20:31:18 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Status of C99 features in GCC</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: codingconventions.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v
retrieving revision 1.80
diff -u -r1.80 codingconventions.html
--- codingconventions.html	13 Mar 2017 22:01:05 -0000	1.80
+++ codingconventions.html	2 Jun 2018 20:31:19 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC Coding Conventions</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: codingrationale.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/codingrationale.html,v
retrieving revision 1.3
diff -u -r1.3 codingrationale.html
--- codingrationale.html	30 Sep 2013 20:35:01 -0000	1.3
+++ codingrationale.html	2 Jun 2018 20:31:19 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC Coding Conventions Rationale and Discussion</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: contribute.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/contribute.html,v
retrieving revision 1.87
diff -u -r1.87 contribute.html
--- contribute.html	9 Apr 2015 21:49:31 -0000	1.87
+++ contribute.html	2 Jun 2018 20:31:19 -0000
@@ -4,6 +4,7 @@
 <meta name="keywords"
       content="GCC, standards, copyright, patches, contributing" />
 <title>Contributing to GCC</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: contributewhy.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/contributewhy.html,v
retrieving revision 1.9
diff -u -r1.9 contributewhy.html
--- contributewhy.html	3 Feb 2017 07:43:57 -0000	1.9
+++ contributewhy.html	2 Jun 2018 20:31:19 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Extending and Contributing to GCC</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: cvsup.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvsup.html,v
retrieving revision 1.5
diff -u -r1.5 cvsup.html
--- cvsup.html	21 Sep 2006 14:17:36 -0000	1.5
+++ cvsup.html	2 Jun 2018 20:31:19 -0000
@@ -4,6 +4,7 @@
 <meta name="description" content="CVSup mirrors to the GCC project." />
 <meta name="keywords" content="CVS, version control, GCC, source, public, repository, mirrors, CVSup" />
 <title>GCC: Accessing the repository through CVSup</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: develop.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/develop.html,v
retrieving revision 1.182
diff -u -r1.182 develop.html
--- develop.html	20 May 2018 20:23:05 -0000	1.182
+++ develop.html	2 Jun 2018 20:31:19 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>GCC Development Plan</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: extensions.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/extensions.html,v
retrieving revision 1.58
diff -u -r1.58 extensions.html
--- extensions.html	29 Feb 2016 22:41:04 -0000	1.58
+++ extensions.html	2 Jun 2018 20:31:19 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC extensions</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: faq.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/faq.html,v
retrieving revision 1.226
diff -u -r1.226 faq.html
--- faq.html	22 Oct 2017 11:41:48 -0000	1.226
+++ faq.html	2 Jun 2018 20:31:20 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC Frequently Asked Questions</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: frontends.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/frontends.html,v
retrieving revision 1.41
diff -u -r1.41 frontends.html
--- frontends.html	2 Apr 2018 15:22:36 -0000	1.41
+++ frontends.html	2 Jun 2018 20:31:20 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC Front Ends</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-2.96.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.96.html,v
retrieving revision 1.4
diff -u -r1.4 gcc-2.96.html
--- gcc-2.96.html	3 Jul 2014 19:02:09 -0000	1.4
+++ gcc-2.96.html	2 Jun 2018 20:31:20 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 2.96</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gccmission.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gccmission.html,v
retrieving revision 1.10
diff -u -r1.10 gccmission.html
--- gccmission.html	21 Sep 2006 14:17:36 -0000	1.10
+++ gccmission.html	2 Jun 2018 20:31:20 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC Development Mission Statement (1999-04-22)</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.1082
diff -u -r1.1082 index.html
--- index.html	2 May 2018 10:21:14 -0000	1.1082
+++ index.html	2 Jun 2018 20:31:20 -0000
@@ -2,6 +2,7 @@
 <head>
 <meta name="google-site-verification" content="FUv_3eEIkimd6LAoWned4TPMqmKKQmw3aA2_PBJ5SAY" />
 <title>GCC, the GNU Compiler Collection</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <set-var navigation>
Index: lists.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/lists.html,v
retrieving revision 1.113
diff -u -r1.113 lists.html
--- lists.html	10 Mar 2018 16:32:33 -0000	1.113
+++ lists.html	2 Jun 2018 20:31:20 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC mailing lists</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: mirrors.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/mirrors.html,v
retrieving revision 1.250
diff -u -r1.250 mirrors.html
--- mirrors.html	4 Apr 2018 06:56:03 -0000	1.250
+++ mirrors.html	2 Jun 2018 20:31:20 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC mirror sites</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v
retrieving revision 1.160
diff -u -r1.160 news.html
--- news.html	2 Apr 2018 15:22:36 -0000	1.160
+++ news.html	2 Jun 2018 20:31:21 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC news and announcements</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.293
diff -u -r1.293 readings.html
--- readings.html	2 Jun 2018 12:47:30 -0000	1.293
+++ readings.html	2 Jun 2018 20:31:21 -0000
@@ -9,6 +9,7 @@
 <meta name="title" content="Links and Selected Readings" />
 <meta name="keywords" content="GCC, compilers, optimization, documentation, FAQ, standards" />
 <title>Links and Selected Readings</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: releases.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/releases.html,v
retrieving revision 1.132
diff -u -r1.132 releases.html
--- releases.html	2 May 2018 10:21:15 -0000	1.132
+++ releases.html	2 Jun 2018 20:31:22 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC Releases</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: releasing.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/releasing.html,v
retrieving revision 1.49
diff -u -r1.49 releasing.html
--- releasing.html	23 Feb 2018 08:37:19 -0000	1.49
+++ releasing.html	2 Jun 2018 20:31:22 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Rolling a GCC Release</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: rsync.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/rsync.html,v
retrieving revision 1.21
diff -u -r1.21 rsync.html
--- rsync.html	28 Jan 2017 22:32:46 -0000	1.21
+++ rsync.html	2 Jun 2018 20:31:22 -0000
@@ -4,6 +4,7 @@
 <meta name="description" content="Anonymous rsync read-only access to the GCC project." />
 <meta name="keywords" content="SVN, version control, GCC, source, public, repository, rsync" />
 <title>GCC: Anonymous read-only rsync access</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: search.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/search.html,v
retrieving revision 1.192
diff -u -r1.192 search.html
--- search.html	10 Dec 2017 11:12:42 -0000	1.192
+++ search.html	2 Jun 2018 20:31:23 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC detailed search</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: simtest-howto.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/simtest-howto.html,v
retrieving revision 1.31
diff -u -r1.31 simtest-howto.html
--- simtest-howto.html	10 Apr 2015 20:47:18 -0000	1.31
+++ simtest-howto.html	2 Jun 2018 20:31:23 -0000
@@ -1,6 +1,7 @@
 <html>
   <head>
     <title>How to test GCC on a simulator</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
   </head>
 
   <body>
Index: snapshots.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/snapshots.html,v
retrieving revision 1.21
diff -u -r1.21 snapshots.html
--- snapshots.html	29 Oct 2011 20:01:19 -0000	1.21
+++ snapshots.html	2 Jun 2018 20:31:23 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC Snapshots</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: spam.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/spam.html,v
retrieving revision 1.8
diff -u -r1.8 spam.html
--- spam.html	29 Oct 2017 15:11:23 -0000	1.8
+++ spam.html	2 Jun 2018 20:31:23 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title> Dealing with SPAM </title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: steering.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/steering.html,v
retrieving revision 1.42
diff -u -r1.42 steering.html
--- steering.html	6 Nov 2017 22:12:40 -0000	1.42
+++ steering.html	2 Jun 2018 20:31:23 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC steering committee</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.221
diff -u -r1.221 svn.html
--- svn.html	23 May 2018 19:12:00 -0000	1.221
+++ svn.html	2 Jun 2018 20:31:24 -0000
@@ -4,6 +4,7 @@
 <meta name="description" content="Anonymous read-only access to the GCC project SVN source repository." />
 <meta name="keywords" content="SVN, version control, GCC, source, public, repository" />
 <title>GCC: Anonymous read-only SVN access</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
Index: svnwrite.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svnwrite.html,v
retrieving revision 1.38
diff -u -r1.38 svnwrite.html
--- svnwrite.html	6 Feb 2017 12:42:17 -0000	1.38
+++ svnwrite.html	2 Jun 2018 20:31:24 -0000
@@ -5,6 +5,7 @@
 <meta name="keywords"
       content="GCC, patches, checking in, SVN, SSH, access policy" />
 <title>Read-write SVN access</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: translation.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/translation.html,v
retrieving revision 1.12
diff -u -r1.12 translation.html
--- translation.html	22 Apr 2009 16:22:46 -0000	1.12
+++ translation.html	2 Jun 2018 20:31:25 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC and the Translation Project</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: benchmarks/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/benchmarks/index.html,v
retrieving revision 1.40
diff -u -r1.40 index.html
--- benchmarks/index.html	8 Jan 2018 00:08:06 -0000	1.40
+++ benchmarks/index.html	2 Jun 2018 20:31:25 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>Benchmarking GCC</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: bugs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/index.html,v
retrieving revision 1.122
diff -u -r1.122 index.html
--- bugs/index.html	2 Apr 2018 15:22:36 -0000	1.122
+++ bugs/index.html	2 Jun 2018 20:31:25 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC Bugs</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: bugs/management.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/management.html,v
retrieving revision 1.35
diff -u -r1.35 management.html
--- bugs/management.html	2 Jun 2018 20:00:56 -0000	1.35
+++ bugs/management.html	2 Jun 2018 20:31:25 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Managing Bugs (Bugzilla and the Testsuite)</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: bugs/minimize.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/minimize.html,v
retrieving revision 1.9
diff -u -r1.9 minimize.html
--- bugs/minimize.html	3 Feb 2017 08:16:13 -0000	1.9
+++ bugs/minimize.html	2 Jun 2018 20:31:25 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>How to Minimize Test Cases for Bugs</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: bugs/reghunt.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/reghunt.html,v
retrieving revision 1.21
diff -u -r1.21 reghunt.html
--- bugs/reghunt.html	3 Dec 2017 18:18:05 -0000	1.21
+++ bugs/reghunt.html	2 Jun 2018 20:31:25 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>How to Locate GCC Regressions</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: bugs/segfault.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/segfault.html,v
retrieving revision 1.1
diff -u -r1.1 segfault.html
--- bugs/segfault.html	11 Feb 2003 18:26:56 -0000	1.1
+++ bugs/segfault.html	2 Jun 2018 20:31:25 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>How to debug a GCC segmentation fault</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: bzkanban/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bzkanban/index.html,v
retrieving revision 1.3
diff -u -r1.3 index.html
--- bzkanban/index.html	25 May 2016 20:20:51 -0000	1.3
+++ bzkanban/index.html	2 Jun 2018 20:31:25 -0000
@@ -2,6 +2,7 @@
 
     <head>
         <title>Bz Kanban Board</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css";>
 
         <style>
Index: egcs-1.0/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.0/buildstat.html,v
retrieving revision 1.11
diff -u -r1.11 buildstat.html
--- egcs-1.0/buildstat.html	11 Feb 2002 05:57:09 -0000	1.11
+++ egcs-1.0/buildstat.html	2 Jun 2018 20:31:25 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title> Build and Test status for EGCS 1.0</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 <body>
 <h1>Build and Test status for EGCS 1.0</h1>
Index: egcs-1.0/c++features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.0/c++features.html,v
retrieving revision 1.5
diff -u -r1.5 c++features.html
--- egcs-1.0/c++features.html	11 Feb 2002 05:57:09 -0000	1.5
+++ egcs-1.0/c++features.html	2 Jun 2018 20:31:26 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>EGCS 1.0 C++ Features</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 <body>
 <h1>EGCS 1.0 C++ Features</h1>
Index: egcs-1.0/caveats.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.0/caveats.html,v
retrieving revision 1.12
diff -u -r1.12 caveats.html
--- egcs-1.0/caveats.html	30 Dec 2002 22:51:59 -0000	1.12
+++ egcs-1.0/caveats.html	2 Jun 2018 20:31:26 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>EGCS 1.0 Caveats</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 <body>
 <h1>EGCS 1.0 Caveats</h1>
Index: egcs-1.0/features-2.8.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.0/features-2.8.html,v
retrieving revision 1.7
diff -u -r1.7 features-2.8.html
--- egcs-1.0/features-2.8.html	23 Jan 2002 15:42:24 -0000	1.7
+++ egcs-1.0/features-2.8.html	2 Jun 2018 20:31:26 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>GCC 2.8 features in egcs</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 <body>
 <h1>GCC 2.8 features in egcs</h1>
Index: egcs-1.0/features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.0/features.html,v
retrieving revision 1.8
diff -u -r1.8 features.html
--- egcs-1.0/features.html	24 Oct 2011 19:35:59 -0000	1.8
+++ egcs-1.0/features.html	2 Jun 2018 20:31:26 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>EGCS 1.0 Features</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 <body>
 <h1>EGCS 1.0 features</h1>
Index: egcs-1.0/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.0/index.html,v
retrieving revision 1.4
diff -u -r1.4 index.html
--- egcs-1.0/index.html	28 Jun 2014 11:59:42 -0000	1.4
+++ egcs-1.0/index.html	2 Jun 2018 20:31:26 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>EGCS 1.0</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 <body>
 <h1>EGCS 1.0</h1>
Index: egcs-1.1/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.1/buildstat.html,v
retrieving revision 1.37
diff -u -r1.37 buildstat.html
--- egcs-1.1/buildstat.html	29 Dec 2006 10:03:38 -0000	1.37
+++ egcs-1.1/buildstat.html	2 Jun 2018 20:31:26 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title> Build and Test status for EGCS 1.1</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: egcs-1.1/c++features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.1/c++features.html,v
retrieving revision 1.6
diff -u -r1.6 c++features.html
--- egcs-1.1/c++features.html	2 Apr 2018 15:22:37 -0000	1.6
+++ egcs-1.1/c++features.html	2 Jun 2018 20:31:26 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>EGCS 1.1 C++ Features</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: egcs-1.1/caveats.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.1/caveats.html,v
retrieving revision 1.15
diff -u -r1.15 caveats.html
--- egcs-1.1/caveats.html	30 Dec 2002 22:51:59 -0000	1.15
+++ egcs-1.1/caveats.html	2 Jun 2018 20:31:26 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>EGCS 1.1 Caveats</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 <body>
 <h1>EGCS 1.1 Caveats</h1>
Index: egcs-1.1/egcs-1.1-branch.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.1/egcs-1.1-branch.html,v
retrieving revision 1.7
diff -u -r1.7 egcs-1.1-branch.html
--- egcs-1.1/egcs-1.1-branch.html	11 Feb 2002 09:47:47 -0000	1.7
+++ egcs-1.1/egcs-1.1-branch.html	2 Jun 2018 20:31:26 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>EGCS 1.1 branch </title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: egcs-1.1/egcs-1.1-test.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.1/egcs-1.1-test.html,v
retrieving revision 1.9
diff -u -r1.9 egcs-1.1-test.html
--- egcs-1.1/egcs-1.1-test.html	11 Feb 2002 09:47:47 -0000	1.9
+++ egcs-1.1/egcs-1.1-test.html	2 Jun 2018 20:31:26 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>EGCS 1.1 test strategy</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 <body>
 <h1>EGCS 1.1 test strategy</h1>
Index: egcs-1.1/features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.1/features.html,v
retrieving revision 1.21
diff -u -r1.21 features.html
--- egcs-1.1/features.html	26 Jul 2008 18:44:59 -0000	1.21
+++ egcs-1.1/features.html	2 Jun 2018 20:31:26 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>EGCS 1.1 New Features</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: egcs-1.1/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.1/index.html,v
retrieving revision 1.8
diff -u -r1.8 index.html
--- egcs-1.1/index.html	28 Jun 2014 11:59:42 -0000	1.8
+++ egcs-1.1/index.html	2 Jun 2018 20:31:26 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>EGCS 1.1</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 <body>
 
Index: egcs-1.1/regress.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.1/regress.html,v
retrieving revision 1.8
diff -u -r1.8 regress.html
--- egcs-1.1/regress.html	11 Feb 2002 09:47:47 -0000	1.8
+++ egcs-1.1/regress.html	2 Jun 2018 20:31:26 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>EGCS 1.1 regression test strategy</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: egcs-1.1/schedule.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.1/schedule.html,v
retrieving revision 1.12
diff -u -r1.12 schedule.html
--- egcs-1.1/schedule.html	29 Dec 2006 10:03:38 -0000	1.12
+++ egcs-1.1/schedule.html	2 Jun 2018 20:31:27 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>EGCS 1.1</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: fortran/contributors.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/fortran/contributors.html,v
retrieving revision 1.5
diff -u -r1.5 contributors.html
--- fortran/contributors.html	18 Oct 2006 21:42:46 -0000	1.5
+++ fortran/contributors.html	2 Jun 2018 20:31:27 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>Contributors to GNU Fortran</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 <body>
 <h1>Contributors to GNU Fortran</h1>
Index: fortran/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/fortran/index.html,v
retrieving revision 1.35
diff -u -r1.35 index.html
--- fortran/index.html	6 Feb 2016 23:33:03 -0000	1.35
+++ fortran/index.html	2 Jun 2018 20:31:27 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GNU Fortran</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-2.95/branch.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/branch.html,v
retrieving revision 1.9
diff -u -r1.9 branch.html
--- gcc-2.95/branch.html	26 Jan 2002 15:15:54 -0000	1.9
+++ gcc-2.95/branch.html	2 Jun 2018 20:31:27 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 2.95 branch </title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-2.95/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/buildstat.html,v
retrieving revision 1.79
diff -u -r1.79 buildstat.html
--- gcc-2.95/buildstat.html	27 Jun 2014 14:34:14 -0000	1.79
+++ gcc-2.95/buildstat.html	2 Jun 2018 20:31:27 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title> Build status for GCC 2.95</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-2.95/c++features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/c++features.html,v
retrieving revision 1.8
diff -u -r1.8 c++features.html
--- gcc-2.95/c++features.html	2 Apr 2018 15:22:37 -0000	1.8
+++ gcc-2.95/c++features.html	2 Jun 2018 20:31:27 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 2.95 C++ Features</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-2.95/caveats.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/caveats.html,v
retrieving revision 1.19
diff -u -r1.19 caveats.html
--- gcc-2.95/caveats.html	30 Dec 2002 22:51:59 -0000	1.19
+++ gcc-2.95/caveats.html	2 Jun 2018 20:31:27 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 2.95 Caveats</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-2.95/features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/features.html,v
retrieving revision 1.41
diff -u -r1.41 features.html
--- gcc-2.95/features.html	29 Dec 2016 23:21:54 -0000	1.41
+++ gcc-2.95/features.html	2 Jun 2018 20:31:27 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 2.95 New Features</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-2.95/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/index.html,v
retrieving revision 1.6
diff -u -r1.6 index.html
--- gcc-2.95/index.html	30 Sep 2016 13:17:26 -0000	1.6
+++ gcc-2.95/index.html	2 Jun 2018 20:31:27 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 2.95</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-2.95/othertest.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/othertest.html,v
retrieving revision 1.7
diff -u -r1.7 othertest.html
--- gcc-2.95/othertest.html	29 Dec 2006 10:03:38 -0000	1.7
+++ gcc-2.95/othertest.html	2 Jun 2018 20:31:27 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 2.95 other tests</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-2.95/regress.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/regress.html,v
retrieving revision 1.108
diff -u -r1.108 regress.html
--- gcc-2.95/regress.html	26 Jan 2002 15:15:54 -0000	1.108
+++ gcc-2.95/regress.html	2 Jun 2018 20:31:27 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 2.95 regression test strategy</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-2.95/schedule.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/schedule.html,v
retrieving revision 1.13
diff -u -r1.13 schedule.html
--- gcc-2.95/schedule.html	26 Jan 2002 15:15:54 -0000	1.13
+++ gcc-2.95/schedule.html	2 Jun 2018 20:31:27 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 2.95</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-2.95/testing.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/testing.html,v
retrieving revision 1.5
diff -u -r1.5 testing.html
--- gcc-2.95/testing.html	26 Jan 2002 15:15:54 -0000	1.5
+++ gcc-2.95/testing.html	2 Jun 2018 20:31:27 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Testing GCC 2.95 with the current testsuite</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.0/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/buildstat.html,v
retrieving revision 1.156
diff -u -r1.156 buildstat.html
--- gcc-3.0/buildstat.html	5 Feb 2017 11:12:42 -0000	1.156
+++ gcc-3.0/buildstat.html	2 Jun 2018 20:31:27 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Build status for GCC 3.0</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.0/c++features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/c++features.html,v
retrieving revision 1.4
diff -u -r1.4 c++features.html
--- gcc-3.0/c++features.html	23 Jan 2002 15:42:27 -0000	1.4
+++ gcc-3.0/c++features.html	2 Jun 2018 20:31:27 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>C++ New Features</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.0/caveats.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/caveats.html,v
retrieving revision 1.9
diff -u -r1.9 caveats.html
--- gcc-3.0/caveats.html	27 Jun 2014 14:34:15 -0000	1.9
+++ gcc-3.0/caveats.html	2 Jun 2018 20:31:27 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 3.0 Caveats</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.0/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/criteria.html,v
retrieving revision 1.31
diff -u -r1.31 criteria.html
--- gcc-3.0/criteria.html	3 Dec 2013 01:11:52 -0000	1.31
+++ gcc-3.0/criteria.html	2 Jun 2018 20:31:28 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 3.0 Release Criteria</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.0/features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/features.html,v
retrieving revision 1.37
diff -u -r1.37 features.html
--- gcc-3.0/features.html	23 Aug 2016 06:49:17 -0000	1.37
+++ gcc-3.0/features.html	2 Jun 2018 20:31:28 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 3.0 New Features</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.0/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/index.html,v
retrieving revision 1.18
diff -u -r1.18 index.html
--- gcc-3.0/index.html	30 Sep 2016 13:17:26 -0000	1.18
+++ gcc-3.0/index.html	2 Jun 2018 20:31:28 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 3.0.4</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.0/lapack-guide.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/lapack-guide.html,v
retrieving revision 1.5
diff -u -r1.5 lapack-guide.html
--- gcc-3.0/lapack-guide.html	16 Feb 2002 08:10:50 -0000	1.5
+++ gcc-3.0/lapack-guide.html	2 Jun 2018 20:31:28 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>LAPACK build and test guide</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.0/libgcc.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/libgcc.html,v
retrieving revision 1.6
diff -u -r1.6 libgcc.html
--- gcc-3.0/libgcc.html	27 Jun 2014 14:34:15 -0000	1.6
+++ gcc-3.0/libgcc.html	2 Jun 2018 20:31:28 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>libgcc</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.0/pooma-guide.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/pooma-guide.html,v
retrieving revision 1.4
diff -u -r1.4 pooma-guide.html
--- gcc-3.0/pooma-guide.html	16 Feb 2002 08:10:50 -0000	1.4
+++ gcc-3.0/pooma-guide.html	2 Jun 2018 20:31:28 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>POOMA build and test guide</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.1/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/buildstat.html,v
retrieving revision 1.45
diff -u -r1.45 buildstat.html
--- gcc-3.1/buildstat.html	5 Feb 2017 11:12:42 -0000	1.45
+++ gcc-3.1/buildstat.html	2 Jun 2018 20:31:28 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Build status for GCC 3.1</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.1/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/changes.html,v
retrieving revision 1.74
diff -u -r1.74 changes.html
--- gcc-3.1/changes.html	10 Dec 2017 11:51:57 -0000	1.74
+++ gcc-3.1/changes.html	2 Jun 2018 20:31:29 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 3.1 Release Series &mdash; Changes, New Features, and Fixes</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
Index: gcc-3.1/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/criteria.html,v
retrieving revision 1.36
diff -u -r1.36 criteria.html
--- gcc-3.1/criteria.html	27 Mar 2013 21:37:27 -0000	1.36
+++ gcc-3.1/criteria.html	2 Jun 2018 20:31:29 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 3.1 Release Criteria</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.1/gcj-status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/gcj-status.html,v
retrieving revision 1.3
diff -u -r1.3 gcj-status.html
--- gcc-3.1/gcj-status.html	13 May 2011 10:03:27 -0000	1.3
+++ gcc-3.1/gcj-status.html	2 Jun 2018 20:31:29 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCJ 3.1 status</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.1/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/index.html,v
retrieving revision 1.7
diff -u -r1.7 index.html
--- gcc-3.1/index.html	30 Sep 2016 13:17:27 -0000	1.7
+++ gcc-3.1/index.html	2 Jun 2018 20:31:29 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 3.1</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.2/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.2/buildstat.html,v
retrieving revision 1.80
diff -u -r1.80 buildstat.html
--- gcc-3.2/buildstat.html	5 Feb 2017 11:12:42 -0000	1.80
+++ gcc-3.2/buildstat.html	2 Jun 2018 20:31:29 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Build status for GCC 3.2</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.2/c++-abi.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.2/c++-abi.html,v
retrieving revision 1.11
diff -u -r1.11 c++-abi.html
--- gcc-3.2/c++-abi.html	30 Mar 2017 20:36:53 -0000	1.11
+++ gcc-3.2/c++-abi.html	2 Jun 2018 20:31:29 -0000
@@ -1,6 +1,7 @@
 <html>
   <head>
     <title>A Common C++ ABI for GNU/Linux</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
   </head>
 
   <body>
Index: gcc-3.2/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.2/changes.html,v
retrieving revision 1.57
diff -u -r1.57 changes.html
--- gcc-3.2/changes.html	27 Jun 2014 18:53:31 -0000	1.57
+++ gcc-3.2/changes.html	2 Jun 2018 20:31:30 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 3.2 Release Series &mdash; Changes, New Features, and Fixes</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
Index: gcc-3.2/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.2/index.html,v
retrieving revision 1.14
diff -u -r1.14 index.html
--- gcc-3.2/index.html	30 Sep 2016 13:17:27 -0000	1.14
+++ gcc-3.2/index.html	2 Jun 2018 20:31:30 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 3.2 Release Series</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.3/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/buildstat.html,v
retrieving revision 1.57
diff -u -r1.57 buildstat.html
--- gcc-3.3/buildstat.html	5 Feb 2017 11:12:43 -0000	1.57
+++ gcc-3.3/buildstat.html	2 Jun 2018 20:31:30 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Build status for GCC 3.3</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.3/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/changes.html,v
retrieving revision 1.62
diff -u -r1.62 changes.html
--- gcc-3.3/changes.html	28 Jun 2014 22:44:28 -0000	1.62
+++ gcc-3.3/changes.html	2 Jun 2018 20:31:32 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 3.3 Release Series &mdash; Changes, New Features, and Fixes</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
Index: gcc-3.3/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/criteria.html,v
retrieving revision 1.12
diff -u -r1.12 criteria.html
--- gcc-3.3/criteria.html	29 Mar 2009 22:40:07 -0000	1.12
+++ gcc-3.3/criteria.html	2 Jun 2018 20:31:32 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 3.3 Release Criteria</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.3/gcj-status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/gcj-status.html,v
retrieving revision 1.8
diff -u -r1.8 gcj-status.html
--- gcc-3.3/gcj-status.html	28 Jun 2014 20:35:50 -0000	1.8
+++ gcc-3.3/gcj-status.html	2 Jun 2018 20:31:32 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCJ 3.3 status</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.3/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/index.html,v
retrieving revision 1.22
diff -u -r1.22 index.html
--- gcc-3.3/index.html	30 Sep 2016 13:17:27 -0000	1.22
+++ gcc-3.3/index.html	2 Jun 2018 20:31:32 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 3.3 Release Series</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.4/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/buildstat.html,v
retrieving revision 1.36
diff -u -r1.36 buildstat.html
--- gcc-3.4/buildstat.html	5 Feb 2017 11:12:43 -0000	1.36
+++ gcc-3.4/buildstat.html	2 Jun 2018 20:31:35 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Build status for GCC 3.4</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.4/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.165
diff -u -r1.165 changes.html
--- gcc-3.4/changes.html	2 Jun 2018 12:47:31 -0000	1.165
+++ gcc-3.4/changes.html	2 Jun 2018 20:31:36 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 3.4 Release Series &mdash; Changes, New Features, and Fixes</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
Index: gcc-3.4/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/criteria.html,v
retrieving revision 1.5
diff -u -r1.5 criteria.html
--- gcc-3.4/criteria.html	29 Mar 2009 22:40:07 -0000	1.5
+++ gcc-3.4/criteria.html	2 Jun 2018 20:31:36 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>DRAFT: GCC 3.4 Release Criteria</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.4/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/index.html,v
retrieving revision 1.14
diff -u -r1.14 index.html
--- gcc-3.4/index.html	30 Sep 2016 13:17:27 -0000	1.14
+++ gcc-3.4/index.html	2 Jun 2018 20:31:36 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 3.4 Release Series</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.4/mips-abi.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/mips-abi.html,v
retrieving revision 1.3
diff -u -r1.3 mips-abi.html
--- gcc-3.4/mips-abi.html	3 Dec 2003 22:50:24 -0000	1.3
+++ gcc-3.4/mips-abi.html	2 Jun 2018 20:31:36 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>MIPS ABI Changes in GCC 3.4</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.4/powerpc-abi.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/powerpc-abi.html,v
retrieving revision 1.1
diff -u -r1.1 powerpc-abi.html
--- gcc-3.4/powerpc-abi.html	22 Nov 2004 22:38:50 -0000	1.1
+++ gcc-3.4/powerpc-abi.html	2 Jun 2018 20:31:36 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>PowerPC ABI Changes in GCC 3.4</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-3.4/sparc-abi.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/sparc-abi.html,v
retrieving revision 1.4
diff -u -r1.4 sparc-abi.html
--- gcc-3.4/sparc-abi.html	11 Mar 2004 14:28:59 -0000	1.4
+++ gcc-3.4/sparc-abi.html	2 Jun 2018 20:31:36 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>SPARC ABI Changes in GCC 3.4</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.0/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.0/buildstat.html,v
retrieving revision 1.32
diff -u -r1.32 buildstat.html
--- gcc-4.0/buildstat.html	5 Feb 2017 11:12:43 -0000	1.32
+++ gcc-4.0/buildstat.html	2 Jun 2018 20:31:36 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Build status for GCC 4.0</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.0/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.0/changes.html,v
retrieving revision 1.71
diff -u -r1.71 changes.html
--- gcc-4.0/changes.html	2 Apr 2018 15:22:37 -0000	1.71
+++ gcc-4.0/changes.html	2 Jun 2018 20:31:36 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.0 Release Series &mdash; Changes, New Features, and Fixes</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
Index: gcc-4.0/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.0/criteria.html,v
retrieving revision 1.5
diff -u -r1.5 criteria.html
--- gcc-4.0/criteria.html	14 Jan 2005 12:41:49 -0000	1.5
+++ gcc-4.0/criteria.html	2 Jun 2018 20:31:36 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.0 Release Criteria</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.0/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.0/index.html,v
retrieving revision 1.13
diff -u -r1.13 index.html
--- gcc-4.0/index.html	30 Sep 2016 13:17:27 -0000	1.13
+++ gcc-4.0/index.html	2 Jun 2018 20:31:36 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.0 Release Series</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.1/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.1/buildstat.html,v
retrieving revision 1.19
diff -u -r1.19 buildstat.html
--- gcc-4.1/buildstat.html	5 Feb 2017 11:12:44 -0000	1.19
+++ gcc-4.1/buildstat.html	2 Jun 2018 20:31:36 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Build status for GCC 4.1</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.1/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.1/changes.html,v
retrieving revision 1.30
diff -u -r1.30 changes.html
--- gcc-4.1/changes.html	28 Jun 2014 20:35:51 -0000	1.30
+++ gcc-4.1/changes.html	2 Jun 2018 20:31:37 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.1 Release Series &mdash; Changes, New Features, and Fixes</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
Index: gcc-4.1/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.1/criteria.html,v
retrieving revision 1.1
diff -u -r1.1 criteria.html
--- gcc-4.1/criteria.html	25 Feb 2005 08:53:09 -0000	1.1
+++ gcc-4.1/criteria.html	2 Jun 2018 20:31:37 -0000
@@ -1,7 +1,8 @@
 <html>
 
 <head>
-<title>GCC 4.1 Release Criteria</title> </head>
+<title>GCC 4.1 Release Criteria</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; /> </head>
 
 <body>
 
Index: gcc-4.1/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.1/index.html,v
retrieving revision 1.10
diff -u -r1.10 index.html
--- gcc-4.1/index.html	30 Sep 2016 13:17:27 -0000	1.10
+++ gcc-4.1/index.html	2 Jun 2018 20:31:37 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.1 Release Series</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.2/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.2/buildstat.html,v
retrieving revision 1.18
diff -u -r1.18 buildstat.html
--- gcc-4.2/buildstat.html	5 Feb 2017 11:12:44 -0000	1.18
+++ gcc-4.2/buildstat.html	2 Jun 2018 20:31:37 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Build status for GCC 4.2</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.2/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.2/changes.html,v
retrieving revision 1.43
diff -u -r1.43 changes.html
--- gcc-4.2/changes.html	2 Apr 2018 15:22:37 -0000	1.43
+++ gcc-4.2/changes.html	2 Jun 2018 20:31:37 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.2 Release Series &mdash; Changes, New Features, and Fixes</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
Index: gcc-4.2/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.2/criteria.html,v
retrieving revision 1.1
diff -u -r1.1 criteria.html
--- gcc-4.2/criteria.html	19 Nov 2005 04:37:35 -0000	1.1
+++ gcc-4.2/criteria.html	2 Jun 2018 20:31:37 -0000
@@ -1,7 +1,8 @@
 <html>
 
 <head>
-<title>GCC 4.2 Release Criteria</title> </head>
+<title>GCC 4.2 Release Criteria</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; /> </head>
 
 <body>
 
Index: gcc-4.2/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.2/index.html,v
retrieving revision 1.10
diff -u -r1.10 index.html
--- gcc-4.2/index.html	30 Sep 2016 13:17:27 -0000	1.10
+++ gcc-4.2/index.html	2 Jun 2018 20:31:37 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.2 Release Series</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.3/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/buildstat.html,v
retrieving revision 1.39
diff -u -r1.39 buildstat.html
--- gcc-4.3/buildstat.html	5 Feb 2017 11:12:44 -0000	1.39
+++ gcc-4.3/buildstat.html	2 Jun 2018 20:31:37 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Build status for GCC 4.3</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.3/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
retrieving revision 1.132
diff -u -r1.132 changes.html
--- gcc-4.3/changes.html	7 Feb 2017 23:06:23 -0000	1.132
+++ gcc-4.3/changes.html	2 Jun 2018 20:31:37 -0000
@@ -3,6 +3,7 @@
 
 <head>
 <title>GCC 4.3 Release Series &mdash; Changes, New Features, and Fixes</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
Index: gcc-4.3/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/criteria.html,v
retrieving revision 1.2
diff -u -r1.2 criteria.html
--- gcc-4.3/criteria.html	21 Oct 2006 03:31:11 -0000	1.2
+++ gcc-4.3/criteria.html	2 Jun 2018 20:31:37 -0000
@@ -1,7 +1,8 @@
 <html>
 
 <head>
-<title>GCC 4.3 Release Criteria</title> </head>
+<title>GCC 4.3 Release Criteria</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; /> </head>
 
 <body>
 
Index: gcc-4.3/cxx0x_status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/cxx0x_status.html,v
retrieving revision 1.13
diff -u -r1.13 cxx0x_status.html
--- gcc-4.3/cxx0x_status.html	12 Apr 2016 05:03:20 -0000	1.13
+++ gcc-4.3/cxx0x_status.html	2 Jun 2018 20:31:37 -0000
@@ -2,6 +2,7 @@
 
 <head>
   <title>Status of Experimental C++0x Support in GCC 4.3</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.3/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/index.html,v
retrieving revision 1.11
diff -u -r1.11 index.html
--- gcc-4.3/index.html	30 Sep 2016 13:17:27 -0000	1.11
+++ gcc-4.3/index.html	2 Jun 2018 20:31:37 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.3 Release Series</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.3/porting_to.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/porting_to.html,v
retrieving revision 1.15
diff -u -r1.15 porting_to.html
--- gcc-4.3/porting_to.html	13 Sep 2017 10:21:06 -0000	1.15
+++ gcc-4.3/porting_to.html	2 Jun 2018 20:31:37 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.3 Release Series &mdash; Porting to the New Tools</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.4/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/buildstat.html,v
retrieving revision 1.32
diff -u -r1.32 buildstat.html
--- gcc-4.4/buildstat.html	5 Feb 2017 11:12:45 -0000	1.32
+++ gcc-4.4/buildstat.html	2 Jun 2018 20:31:37 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Build status for GCC 4.4</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.4/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/changes.html,v
retrieving revision 1.90
diff -u -r1.90 changes.html
--- gcc-4.4/changes.html	28 Dec 2016 23:42:42 -0000	1.90
+++ gcc-4.4/changes.html	2 Jun 2018 20:31:38 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.4 Release Series &mdash; Changes, New Features, and Fixes</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
Index: gcc-4.4/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/criteria.html,v
retrieving revision 1.1
diff -u -r1.1 criteria.html
--- gcc-4.4/criteria.html	19 Feb 2008 09:26:14 -0000	1.1
+++ gcc-4.4/criteria.html	2 Jun 2018 20:31:38 -0000
@@ -1,7 +1,8 @@
 <html>
 
 <head>
-<title>GCC 4.4 Release Criteria</title> </head>
+<title>GCC 4.4 Release Criteria</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; /> </head>
 
 <body>
 
Index: gcc-4.4/cxx0x_status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/cxx0x_status.html,v
retrieving revision 1.13
diff -u -r1.13 cxx0x_status.html
--- gcc-4.4/cxx0x_status.html	11 Apr 2016 06:26:19 -0000	1.13
+++ gcc-4.4/cxx0x_status.html	2 Jun 2018 20:31:38 -0000
@@ -2,6 +2,7 @@
 
 <head>
   <title>Status of Experimental C++0x Support in GCC 4.4</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.4/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/index.html,v
retrieving revision 1.13
diff -u -r1.13 index.html
--- gcc-4.4/index.html	30 Sep 2016 13:17:27 -0000	1.13
+++ gcc-4.4/index.html	2 Jun 2018 20:31:38 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.4 Release Series</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.4/porting_to.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/porting_to.html,v
retrieving revision 1.10
diff -u -r1.10 porting_to.html
--- gcc-4.4/porting_to.html	28 Jun 2014 23:30:27 -0000	1.10
+++ gcc-4.4/porting_to.html	2 Jun 2018 20:31:38 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.4 Release Series &mdash; Porting to the New Tools</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.5/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/buildstat.html,v
retrieving revision 1.20
diff -u -r1.20 buildstat.html
--- gcc-4.5/buildstat.html	5 Feb 2017 11:12:45 -0000	1.20
+++ gcc-4.5/buildstat.html	2 Jun 2018 20:31:39 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Build status for GCC 4.5</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/changes.html,v
retrieving revision 1.118
diff -u -r1.118 changes.html
--- gcc-4.5/changes.html	10 Mar 2018 16:29:50 -0000	1.118
+++ gcc-4.5/changes.html	2 Jun 2018 20:31:39 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.5 Release Series &mdash; Changes, New Features, and Fixes</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
Index: gcc-4.5/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/criteria.html,v
retrieving revision 1.3
diff -u -r1.3 criteria.html
--- gcc-4.5/criteria.html	18 Nov 2009 21:16:47 -0000	1.3
+++ gcc-4.5/criteria.html	2 Jun 2018 20:31:39 -0000
@@ -1,7 +1,8 @@
 <html>
 
 <head>
-<title>GCC 4.5 Release Criteria</title> </head>
+<title>GCC 4.5 Release Criteria</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; /> </head>
 
 <body>
 
Index: gcc-4.5/cxx0x_status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/cxx0x_status.html,v
retrieving revision 1.12
diff -u -r1.12 cxx0x_status.html
--- gcc-4.5/cxx0x_status.html	10 Apr 2016 08:10:47 -0000	1.12
+++ gcc-4.5/cxx0x_status.html	2 Jun 2018 20:31:39 -0000
@@ -2,6 +2,7 @@
 
 <head>
   <title>Status of Experimental C++0x Support in GCC 4.5</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.5/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/index.html,v
retrieving revision 1.9
diff -u -r1.9 index.html
--- gcc-4.5/index.html	30 Sep 2016 13:17:27 -0000	1.9
+++ gcc-4.5/index.html	2 Jun 2018 20:31:39 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.5 Release Series</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.6/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/buildstat.html,v
retrieving revision 1.19
diff -u -r1.19 buildstat.html
--- gcc-4.6/buildstat.html	5 Feb 2017 11:12:45 -0000	1.19
+++ gcc-4.6/buildstat.html	2 Jun 2018 20:31:39 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Build status for GCC 4.6</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.155
diff -u -r1.155 changes.html
--- gcc-4.6/changes.html	27 Nov 2016 14:05:57 -0000	1.155
+++ gcc-4.6/changes.html	2 Jun 2018 20:31:44 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.6 Release Series &mdash; Changes, New Features, and Fixes</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
Index: gcc-4.6/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/criteria.html,v
retrieving revision 1.4
diff -u -r1.4 criteria.html
--- gcc-4.6/criteria.html	20 Nov 2010 15:12:05 -0000	1.4
+++ gcc-4.6/criteria.html	2 Jun 2018 20:31:44 -0000
@@ -1,7 +1,8 @@
 <html>
 
 <head>
-<title>GCC 4.6 Release Criteria</title> </head>
+<title>GCC 4.6 Release Criteria</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; /> </head>
 
 <body>
 
Index: gcc-4.6/cxx0x_status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/cxx0x_status.html,v
retrieving revision 1.13
diff -u -r1.13 cxx0x_status.html
--- gcc-4.6/cxx0x_status.html	10 Apr 2016 02:16:52 -0000	1.13
+++ gcc-4.6/cxx0x_status.html	2 Jun 2018 20:31:44 -0000
@@ -2,6 +2,7 @@
 
 <head>
   <title>Status of Experimental C++0x Support in GCC 4.6</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.6/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/index.html,v
retrieving revision 1.10
diff -u -r1.10 index.html
--- gcc-4.6/index.html	30 Sep 2016 13:17:27 -0000	1.10
+++ gcc-4.6/index.html	2 Jun 2018 20:31:44 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.6 Release Series</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.6/porting_to.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/porting_to.html,v
retrieving revision 1.9
diff -u -r1.9 porting_to.html
--- gcc-4.6/porting_to.html	28 Feb 2016 19:45:16 -0000	1.9
+++ gcc-4.6/porting_to.html	2 Jun 2018 20:31:44 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Porting to GCC 4.6</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.7/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/buildstat.html,v
retrieving revision 1.15
diff -u -r1.15 buildstat.html
--- gcc-4.7/buildstat.html	5 Feb 2017 11:12:46 -0000	1.15
+++ gcc-4.7/buildstat.html	2 Jun 2018 20:31:44 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Build status for GCC 4.7</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.147
diff -u -r1.147 changes.html
--- gcc-4.7/changes.html	2 Apr 2018 15:22:37 -0000	1.147
+++ gcc-4.7/changes.html	2 Jun 2018 20:31:44 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.7 Release Series &mdash; Changes, New Features, and Fixes</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
Index: gcc-4.7/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/criteria.html,v
retrieving revision 1.2
diff -u -r1.2 criteria.html
--- gcc-4.7/criteria.html	12 Feb 2012 01:33:31 -0000	1.2
+++ gcc-4.7/criteria.html	2 Jun 2018 20:31:44 -0000
@@ -1,7 +1,8 @@
 <html>
 
 <head>
-<title>GCC 4.7 Release Criteria</title> </head>
+<title>GCC 4.7 Release Criteria</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; /> </head>
 
 <body>
 
Index: gcc-4.7/cxx0x_status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/cxx0x_status.html,v
retrieving revision 1.9
diff -u -r1.9 cxx0x_status.html
--- gcc-4.7/cxx0x_status.html	8 Apr 2016 15:11:31 -0000	1.9
+++ gcc-4.7/cxx0x_status.html	2 Jun 2018 20:31:44 -0000
@@ -2,6 +2,7 @@
 
 <head>
   <title>Status of Experimental C++11 Support in GCC 4.7</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.7/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/index.html,v
retrieving revision 1.10
diff -u -r1.10 index.html
--- gcc-4.7/index.html	30 Sep 2016 13:17:27 -0000	1.10
+++ gcc-4.7/index.html	2 Jun 2018 20:31:44 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.7 Release Series</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.7/porting_to.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/porting_to.html,v
retrieving revision 1.11
diff -u -r1.11 porting_to.html
--- gcc-4.7/porting_to.html	11 Jun 2014 18:49:25 -0000	1.11
+++ gcc-4.7/porting_to.html	2 Jun 2018 20:31:44 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Porting to GCC 4.7</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.8/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/buildstat.html,v
retrieving revision 1.17
diff -u -r1.17 buildstat.html
--- gcc-4.8/buildstat.html	5 Feb 2017 11:12:46 -0000	1.17
+++ gcc-4.8/buildstat.html	2 Jun 2018 20:31:44 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Build status for GCC 4.8</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.8/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.139
diff -u -r1.139 changes.html
--- gcc-4.8/changes.html	27 Feb 2017 08:16:22 -0000	1.139
+++ gcc-4.8/changes.html	2 Jun 2018 20:31:45 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.8 Release Series &mdash; Changes, New Features, and Fixes</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
Index: gcc-4.8/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/criteria.html,v
retrieving revision 1.2
diff -u -r1.2 criteria.html
--- gcc-4.8/criteria.html	3 Dec 2012 14:22:34 -0000	1.2
+++ gcc-4.8/criteria.html	2 Jun 2018 20:31:45 -0000
@@ -1,7 +1,8 @@
 <html>
 
 <head>
-<title>GCC 4.8 Release Criteria</title> </head>
+<title>GCC 4.8 Release Criteria</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; /> </head>
 
 <body>
 
Index: gcc-4.8/cxx0x_status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/cxx0x_status.html,v
retrieving revision 1.11
diff -u -r1.11 cxx0x_status.html
--- gcc-4.8/cxx0x_status.html	6 Apr 2016 06:02:21 -0000	1.11
+++ gcc-4.8/cxx0x_status.html	2 Jun 2018 20:31:45 -0000
@@ -2,6 +2,7 @@
 
 <head>
   <title>Status of Experimental C++11 Support in GCC 4.8</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.8/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/index.html,v
retrieving revision 1.10
diff -u -r1.10 index.html
--- gcc-4.8/index.html	30 Sep 2016 13:17:27 -0000	1.10
+++ gcc-4.8/index.html	2 Jun 2018 20:31:45 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.8 Release Series</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.8/porting_to.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/porting_to.html,v
retrieving revision 1.6
diff -u -r1.6 porting_to.html
--- gcc-4.8/porting_to.html	12 Apr 2015 11:01:00 -0000	1.6
+++ gcc-4.8/porting_to.html	2 Jun 2018 20:31:45 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Porting to GCC 4.8</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.9/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/buildstat.html,v
retrieving revision 1.12
diff -u -r1.12 buildstat.html
--- gcc-4.9/buildstat.html	5 Feb 2017 11:12:46 -0000	1.12
+++ gcc-4.9/buildstat.html	2 Jun 2018 20:31:45 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Build status for GCC 4.9</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.9/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v
retrieving revision 1.91
diff -u -r1.91 changes.html
--- gcc-4.9/changes.html	28 Dec 2016 23:42:42 -0000	1.91
+++ gcc-4.9/changes.html	2 Jun 2018 20:31:45 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.9 Release Series &mdash; Changes, New Features, and Fixes</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
Index: gcc-4.9/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/criteria.html,v
retrieving revision 1.3
diff -u -r1.3 criteria.html
--- gcc-4.9/criteria.html	13 Mar 2014 15:30:16 -0000	1.3
+++ gcc-4.9/criteria.html	2 Jun 2018 20:31:45 -0000
@@ -1,7 +1,8 @@
 <html>
 
 <head>
-<title>GCC 4.9 Release Criteria</title> </head>
+<title>GCC 4.9 Release Criteria</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; /> </head>
 
 <body>
 
Index: gcc-4.9/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/index.html,v
retrieving revision 1.8
diff -u -r1.8 index.html
--- gcc-4.9/index.html	30 Sep 2016 13:17:28 -0000	1.8
+++ gcc-4.9/index.html	2 Jun 2018 20:31:45 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.9 Release Series</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-4.9/porting_to.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/porting_to.html,v
retrieving revision 1.9
diff -u -r1.9 porting_to.html
--- gcc-4.9/porting_to.html	28 Jan 2016 15:11:20 -0000	1.9
+++ gcc-4.9/porting_to.html	2 Jun 2018 20:31:46 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Porting to GCC 4.9</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-5/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/buildstat.html,v
retrieving revision 1.12
diff -u -r1.12 buildstat.html
--- gcc-5/buildstat.html	20 May 2018 21:26:44 -0000	1.12
+++ gcc-5/buildstat.html	2 Jun 2018 20:31:46 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Build status for GCC 5</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.149
diff -u -r1.149 changes.html
--- gcc-5/changes.html	2 Apr 2018 15:22:37 -0000	1.149
+++ gcc-5/changes.html	2 Jun 2018 20:31:46 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 5 Release Series &mdash; Changes, New Features, and Fixes</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
Index: gcc-5/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/criteria.html,v
retrieving revision 1.4
diff -u -r1.4 criteria.html
--- gcc-5/criteria.html	25 Jan 2015 22:22:52 -0000	1.4
+++ gcc-5/criteria.html	2 Jun 2018 20:31:46 -0000
@@ -1,7 +1,8 @@
 <html>
 
 <head>
-<title>GCC 5 Release Criteria</title> </head>
+<title>GCC 5 Release Criteria</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; /> </head>
 
 <body>
 
Index: gcc-5/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/index.html,v
retrieving revision 1.6
diff -u -r1.6 index.html
--- gcc-5/index.html	10 Oct 2017 08:18:29 -0000	1.6
+++ gcc-5/index.html	2 Jun 2018 20:31:46 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 5 Release Series</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-5/porting_to.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/porting_to.html,v
retrieving revision 1.12
diff -u -r1.12 porting_to.html
--- gcc-5/porting_to.html	10 Apr 2017 12:22:38 -0000	1.12
+++ gcc-5/porting_to.html	2 Jun 2018 20:31:46 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Porting to GCC 5</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-6/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/buildstat.html,v
retrieving revision 1.6
diff -u -r1.6 buildstat.html
--- gcc-6/buildstat.html	5 Feb 2017 11:12:47 -0000	1.6
+++ gcc-6/buildstat.html	2 Jun 2018 20:31:46 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Build status for GCC 6</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.103
diff -u -r1.103 changes.html
--- gcc-6/changes.html	2 Jun 2018 11:56:44 -0000	1.103
+++ gcc-6/changes.html	2 Jun 2018 20:31:46 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 6 Release Series &mdash; Changes, New Features, and Fixes</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
Index: gcc-6/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/criteria.html,v
retrieving revision 1.1
diff -u -r1.1 criteria.html
--- gcc-6/criteria.html	13 Jan 2016 14:07:36 -0000	1.1
+++ gcc-6/criteria.html	2 Jun 2018 20:31:46 -0000
@@ -1,7 +1,8 @@
 <html>
 
 <head>
-<title>GCC 6 Release Criteria</title> </head>
+<title>GCC 6 Release Criteria</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; /> </head>
 
 <body>
 
Index: gcc-6/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/index.html,v
retrieving revision 1.8
diff -u -r1.8 index.html
--- gcc-6/index.html	2 Jun 2018 11:56:44 -0000	1.8
+++ gcc-6/index.html	2 Jun 2018 20:31:46 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 6 Release Series</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-6/porting_to.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/porting_to.html,v
retrieving revision 1.25
diff -u -r1.25 porting_to.html
--- gcc-6/porting_to.html	18 Aug 2016 09:00:17 -0000	1.25
+++ gcc-6/porting_to.html	2 Jun 2018 20:31:46 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Porting to GCC 6</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-7/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/buildstat.html,v
retrieving revision 1.3
diff -u -r1.3 buildstat.html
--- gcc-7/buildstat.html	21 May 2018 14:10:22 -0000	1.3
+++ gcc-7/buildstat.html	2 Jun 2018 20:31:46 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Build status for GCC 7</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v
retrieving revision 1.104
diff -u -r1.104 changes.html
--- gcc-7/changes.html	2 Jun 2018 11:56:44 -0000	1.104
+++ gcc-7/changes.html	2 Jun 2018 20:31:46 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 7 Release Series &mdash; Changes, New Features, and Fixes</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
Index: gcc-7/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/criteria.html,v
retrieving revision 1.4
diff -u -r1.4 criteria.html
--- gcc-7/criteria.html	12 Apr 2017 15:48:27 -0000	1.4
+++ gcc-7/criteria.html	2 Jun 2018 20:31:46 -0000
@@ -1,7 +1,8 @@
 <html>
 
 <head>
-<title>GCC 7 Release Criteria</title> </head>
+<title>GCC 7 Release Criteria</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; /> </head>
 
 <body>
 
Index: gcc-7/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/index.html,v
retrieving revision 1.6
diff -u -r1.6 index.html
--- gcc-7/index.html	2 Jun 2018 11:56:44 -0000	1.6
+++ gcc-7/index.html	2 Jun 2018 20:31:46 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 7 Release Series</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-7/porting_to.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/porting_to.html,v
retrieving revision 1.14
diff -u -r1.14 porting_to.html
--- gcc-7/porting_to.html	10 Apr 2017 12:22:39 -0000	1.14
+++ gcc-7/porting_to.html	2 Jun 2018 20:31:46 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Porting to GCC 7</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-8/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/buildstat.html,v
retrieving revision 1.1
diff -u -r1.1 buildstat.html
--- gcc-8/buildstat.html	25 Apr 2018 08:44:39 -0000	1.1
+++ gcc-8/buildstat.html	2 Jun 2018 20:31:46 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Build status for GCC 8</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-8/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/changes.html,v
retrieving revision 1.85
diff -u -r1.85 changes.html
--- gcc-8/changes.html	2 Jun 2018 11:56:44 -0000	1.85
+++ gcc-8/changes.html	2 Jun 2018 20:31:47 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>GCC 8 Release Series &mdash; Changes, New Features, and Fixes</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
Index: gcc-8/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/criteria.html,v
retrieving revision 1.1
diff -u -r1.1 criteria.html
--- gcc-8/criteria.html	9 May 2017 07:25:02 -0000	1.1
+++ gcc-8/criteria.html	2 Jun 2018 20:31:47 -0000
@@ -1,7 +1,8 @@
 <html>
 
 <head>
-<title>GCC 8 Release Criteria</title> </head>
+<title>GCC 8 Release Criteria</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; /> </head>
 
 <body>
 
Index: gcc-8/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/index.html,v
retrieving revision 1.3
diff -u -r1.3 index.html
--- gcc-8/index.html	2 Jun 2018 11:56:44 -0000	1.3
+++ gcc-8/index.html	2 Jun 2018 20:31:47 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 8 Release Series</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-8/porting_to.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/porting_to.html,v
retrieving revision 1.8
diff -u -r1.8 porting_to.html
--- gcc-8/porting_to.html	10 May 2018 18:05:37 -0000	1.8
+++ gcc-8/porting_to.html	2 Jun 2018 20:31:47 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Porting to GCC 8</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: gcc-9/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v
retrieving revision 1.5
diff -u -r1.5 changes.html
--- gcc-9/changes.html	2 Jun 2018 11:56:44 -0000	1.5
+++ gcc-9/changes.html	2 Jun 2018 20:31:48 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>GCC 9 Release Series &mdash; Changes, New Features, and Fixes</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <!-- GCC maintainers, please do not hesitate to contribute/update
Index: gcc-9/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/criteria.html,v
retrieving revision 1.1
diff -u -r1.1 criteria.html
--- gcc-9/criteria.html	9 Apr 2018 12:14:46 -0000	1.1
+++ gcc-9/criteria.html	2 Jun 2018 20:31:48 -0000
@@ -1,7 +1,8 @@
 <html>
 
 <head>
-<title>GCC 9 Release Criteria</title> </head>
+<title>GCC 9 Release Criteria</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; /> </head>
 
 <body>
 
Index: news/alias.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/alias.html,v
retrieving revision 1.5
diff -u -r1.5 alias.html
--- news/alias.html	23 Jan 2002 15:42:29 -0000	1.5
+++ news/alias.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Alias Analysis</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/announcement.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/announcement.html,v
retrieving revision 1.2
diff -u -r1.2 announcement.html
--- news/announcement.html	15 Oct 2000 19:01:33 -0000	1.2
+++ news/announcement.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>The initial egcs project announcement</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/cfg.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/cfg.html,v
retrieving revision 1.6
diff -u -r1.6 cfg.html
--- news/cfg.html	21 Jan 2002 10:24:45 -0000	1.6
+++ news/cfg.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Control Flow Infrastructure</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/chill.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/chill.html,v
retrieving revision 1.6
diff -u -r1.6 chill.html
--- news/chill.html	22 Oct 2006 20:32:19 -0000	1.6
+++ news/chill.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Chill Front End</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/cprop.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/cprop.html,v
retrieving revision 1.5
diff -u -r1.5 cprop.html
--- news/cprop.html	23 Jan 2002 15:42:30 -0000	1.5
+++ news/cprop.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Improved Global Constant/Copy Propagation</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/dependencies.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/dependencies.html,v
retrieving revision 1.4
diff -u -r1.4 dependencies.html
--- news/dependencies.html	23 Jan 2002 15:42:30 -0000	1.4
+++ news/dependencies.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Dependency Generation Improvements</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/dfa.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/dfa.html,v
retrieving revision 1.8
diff -u -r1.8 dfa.html
--- news/dfa.html	23 Mar 2017 09:02:07 -0000	1.8
+++ news/dfa.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>DFA Scheduler</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/dse.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/dse.html,v
retrieving revision 1.4
diff -u -r1.4 dse.html
--- news/dse.html	23 Jan 2002 15:42:30 -0000	1.4
+++ news/dse.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Local Dead Store Elimination</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/egcs-vcg.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/egcs-vcg.html,v
retrieving revision 1.12
diff -u -r1.12 egcs-vcg.html
--- news/egcs-vcg.html	20 Oct 2002 07:46:06 -0000	1.12
+++ news/egcs-vcg.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Drawing Flow Graphs</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/gcse.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/gcse.html,v
retrieving revision 1.4
diff -u -r1.4 gcse.html
--- news/gcse.html	21 Jan 2002 10:24:45 -0000	1.4
+++ news/gcse.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Global CSE/Partial Redundancy Elimination</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/hoist.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/hoist.html,v
retrieving revision 1.4
diff -u -r1.4 hoist.html
--- news/hoist.html	21 Jan 2002 10:24:45 -0000	1.4
+++ news/hoist.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Load/Store Hoisting</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/ia32.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/ia32.html,v
retrieving revision 1.7
diff -u -r1.7 ia32.html
--- news/ia32.html	13 Feb 2012 22:19:01 -0000	1.7
+++ news/ia32.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>A New ia32 Backend</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/inlining.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/inlining.html,v
retrieving revision 1.7
diff -u -r1.7 inlining.html
--- news/inlining.html	23 Aug 2016 06:38:21 -0000	1.7
+++ news/inlining.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Inlining Improvements</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/javaannounce.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/javaannounce.html,v
retrieving revision 1.7
diff -u -r1.7 javaannounce.html
--- news/javaannounce.html	28 Dec 2016 01:36:38 -0000	1.7
+++ news/javaannounce.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>libgcj Announcement</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/lcm.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/lcm.html,v
retrieving revision 1.3
diff -u -r1.3 lcm.html
--- news/lcm.html	21 Jan 2002 10:24:45 -0000	1.3
+++ news/lcm.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Lazy Code Motion Optimizer Framework</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/null.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/null.html,v
retrieving revision 1.5
diff -u -r1.5 null.html
--- news/null.html	21 Jan 2002 10:24:45 -0000	1.5
+++ news/null.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Global Null Pointer Test Elimination</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/profiledriven.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/profiledriven.html,v
retrieving revision 1.12
diff -u -r1.12 profiledriven.html
--- news/profiledriven.html	25 Mar 2017 08:54:23 -0000	1.12
+++ news/profiledriven.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Infrastructure for Profile Driven Optimizations</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/reorder.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/reorder.html,v
retrieving revision 1.3
diff -u -r1.3 reorder.html
--- news/reorder.html	21 Jan 2002 10:24:45 -0000	1.3
+++ news/reorder.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Basic Block Reordering</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/server.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/server.html,v
retrieving revision 1.4
diff -u -r1.4 server.html
--- news/server.html	21 Jan 2002 10:24:45 -0000	1.4
+++ news/server.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC Network/Server Upgrades</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/sms.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/sms.html,v
retrieving revision 1.7
diff -u -r1.7 sms.html
--- news/sms.html	30 Jan 2011 15:55:24 -0000	1.7
+++ news/sms.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>SMS - Swing Modulo Scheduling in GCC</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/sparc.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/sparc.html,v
retrieving revision 1.7
diff -u -r1.7 sparc.html
--- news/sparc.html	3 Dec 2013 01:04:42 -0000	1.7
+++ news/sparc.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>SPARC Backend Rewrite</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/spill.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/spill.html,v
retrieving revision 1.4
diff -u -r1.4 spill.html
--- news/spill.html	21 Jan 2002 10:24:45 -0000	1.4
+++ news/spill.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Localized Register Spilling</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/ssa-ccp.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/ssa-ccp.html,v
retrieving revision 1.3
diff -u -r1.3 ssa-ccp.html
--- news/ssa-ccp.html	21 Jan 2002 10:24:45 -0000	1.3
+++ news/ssa-ccp.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Sparse Conditional Constant Propagation</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/ssa.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/ssa.html,v
retrieving revision 1.9
diff -u -r1.9 ssa.html
--- news/ssa.html	23 Mar 2017 09:02:07 -0000	1.9
+++ news/ssa.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Static Single Assignment</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: news/unify.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/unify.html,v
retrieving revision 1.4
diff -u -r1.4 unify.html
--- news/unify.html	21 Jan 2002 10:24:45 -0000	1.4
+++ news/unify.html	2 Jun 2018 20:31:48 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Global Code Hoisting/Unification</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.169
diff -u -r1.169 index.html
--- onlinedocs/index.html	2 May 2018 10:21:15 -0000	1.169
+++ onlinedocs/index.html	2 Jun 2018 20:31:50 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC online documentation</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/4.6.0/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/4.6.0/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- onlinedocs/4.6.0/index.html	28 Jun 2014 07:45:15 -0000	1.2
+++ onlinedocs/4.6.0/index.html	2 Jun 2018 20:31:50 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.6.0 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/4.6.1/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/4.6.1/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- onlinedocs/4.6.1/index.html	28 Jun 2014 07:45:15 -0000	1.2
+++ onlinedocs/4.6.1/index.html	2 Jun 2018 20:31:50 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.6.1 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/4.6.2/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/4.6.2/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- onlinedocs/4.6.2/index.html	28 Jun 2014 07:45:16 -0000	1.2
+++ onlinedocs/4.6.2/index.html	2 Jun 2018 20:31:50 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.6.2 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/4.6.3/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/4.6.3/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- onlinedocs/4.6.3/index.html	28 Jun 2014 07:45:16 -0000	1.2
+++ onlinedocs/4.6.3/index.html	2 Jun 2018 20:31:50 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.6.3 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/4.6.4/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/4.6.4/index.html,v
retrieving revision 1.3
diff -u -r1.3 index.html
--- onlinedocs/4.6.4/index.html	28 Jun 2014 07:45:16 -0000	1.3
+++ onlinedocs/4.6.4/index.html	2 Jun 2018 20:31:50 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.6.4 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/4.7.0/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/4.7.0/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- onlinedocs/4.7.0/index.html	28 Jun 2014 07:45:16 -0000	1.2
+++ onlinedocs/4.7.0/index.html	2 Jun 2018 20:31:50 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.7.0 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/4.7.1/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/4.7.1/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- onlinedocs/4.7.1/index.html	28 Jun 2014 07:45:16 -0000	1.2
+++ onlinedocs/4.7.1/index.html	2 Jun 2018 20:31:50 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.7.1 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/4.7.2/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/4.7.2/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- onlinedocs/4.7.2/index.html	28 Jun 2014 07:45:16 -0000	1.2
+++ onlinedocs/4.7.2/index.html	2 Jun 2018 20:31:50 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.7.2 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/4.7.3/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/4.7.3/index.html,v
retrieving revision 1.3
diff -u -r1.3 index.html
--- onlinedocs/4.7.3/index.html	28 Jun 2014 07:45:16 -0000	1.3
+++ onlinedocs/4.7.3/index.html	2 Jun 2018 20:31:50 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.7.3 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/4.7.4/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/4.7.4/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- onlinedocs/4.7.4/index.html	28 Jun 2014 07:45:16 -0000	1.2
+++ onlinedocs/4.7.4/index.html	2 Jun 2018 20:31:50 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.7.4 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/4.8.0/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/4.8.0/index.html,v
retrieving revision 1.4
diff -u -r1.4 index.html
--- onlinedocs/4.8.0/index.html	28 Jun 2014 07:45:16 -0000	1.4
+++ onlinedocs/4.8.0/index.html	2 Jun 2018 20:31:50 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.8.0 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/4.8.1/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/4.8.1/index.html,v
retrieving revision 1.3
diff -u -r1.3 index.html
--- onlinedocs/4.8.1/index.html	28 Jun 2014 07:45:17 -0000	1.3
+++ onlinedocs/4.8.1/index.html	2 Jun 2018 20:31:51 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.8.1 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/4.8.2/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/4.8.2/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- onlinedocs/4.8.2/index.html	28 Jun 2014 07:45:17 -0000	1.2
+++ onlinedocs/4.8.2/index.html	2 Jun 2018 20:31:51 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.8.2 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/4.8.3/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/4.8.3/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- onlinedocs/4.8.3/index.html	28 Jun 2014 07:45:17 -0000	1.2
+++ onlinedocs/4.8.3/index.html	2 Jun 2018 20:31:51 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.8.3 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/4.8.4/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/4.8.4/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- onlinedocs/4.8.4/index.html	22 Apr 2015 12:02:14 -0000	1.2
+++ onlinedocs/4.8.4/index.html	2 Jun 2018 20:31:51 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.8.4 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/4.8.5/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/4.8.5/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- onlinedocs/4.8.5/index.html	26 Jun 2015 19:57:57 -0000	1.2
+++ onlinedocs/4.8.5/index.html	2 Jun 2018 20:31:51 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.8.5 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/4.9.0/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/4.9.0/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- onlinedocs/4.9.0/index.html	28 Jun 2014 07:45:17 -0000	1.2
+++ onlinedocs/4.9.0/index.html	2 Jun 2018 20:31:51 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.9.0 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/4.9.1/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/4.9.1/index.html,v
retrieving revision 1.1
diff -u -r1.1 index.html
--- onlinedocs/4.9.1/index.html	16 Jul 2014 14:01:07 -0000	1.1
+++ onlinedocs/4.9.1/index.html	2 Jun 2018 20:31:51 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.9.1 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/4.9.2/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/4.9.2/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- onlinedocs/4.9.2/index.html	22 Apr 2015 12:02:14 -0000	1.2
+++ onlinedocs/4.9.2/index.html	2 Jun 2018 20:31:51 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.9.2 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/4.9.3/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/4.9.3/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- onlinedocs/4.9.3/index.html	26 Jun 2015 19:57:57 -0000	1.2
+++ onlinedocs/4.9.3/index.html	2 Jun 2018 20:31:51 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.9.3 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/4.9.4/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/4.9.4/index.html,v
retrieving revision 1.1
diff -u -r1.1 index.html
--- onlinedocs/4.9.4/index.html	3 Aug 2016 07:52:34 -0000	1.1
+++ onlinedocs/4.9.4/index.html	2 Jun 2018 20:31:51 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 4.9.4 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/5.1.0/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/5.1.0/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- onlinedocs/5.1.0/index.html	22 Apr 2015 12:02:14 -0000	1.2
+++ onlinedocs/5.1.0/index.html	2 Jun 2018 20:31:51 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 5.1 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/5.2.0/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/5.2.0/index.html,v
retrieving revision 1.1
diff -u -r1.1 index.html
--- onlinedocs/5.2.0/index.html	16 Jul 2015 10:36:57 -0000	1.1
+++ onlinedocs/5.2.0/index.html	2 Jun 2018 20:31:51 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 5.2 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/5.3.0/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/5.3.0/index.html,v
retrieving revision 1.1
diff -u -r1.1 index.html
--- onlinedocs/5.3.0/index.html	4 Dec 2015 13:39:39 -0000	1.1
+++ onlinedocs/5.3.0/index.html	2 Jun 2018 20:31:51 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 5.3 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/5.4.0/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/5.4.0/index.html,v
retrieving revision 1.1
diff -u -r1.1 index.html
--- onlinedocs/5.4.0/index.html	3 Jun 2016 10:14:16 -0000	1.1
+++ onlinedocs/5.4.0/index.html	2 Jun 2018 20:31:51 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 5.4 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/5.5.0/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/5.5.0/index.html,v
retrieving revision 1.1
diff -u -r1.1 index.html
--- onlinedocs/5.5.0/index.html	10 Oct 2017 13:04:32 -0000	1.1
+++ onlinedocs/5.5.0/index.html	2 Jun 2018 20:31:51 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 5.5 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/6.1.0/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/6.1.0/index.html,v
retrieving revision 1.1
diff -u -r1.1 index.html
--- onlinedocs/6.1.0/index.html	27 Apr 2016 10:57:55 -0000	1.1
+++ onlinedocs/6.1.0/index.html	2 Jun 2018 20:31:51 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 6.1 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/6.2.0/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/6.2.0/index.html,v
retrieving revision 1.1
diff -u -r1.1 index.html
--- onlinedocs/6.2.0/index.html	22 Aug 2016 10:51:01 -0000	1.1
+++ onlinedocs/6.2.0/index.html	2 Jun 2018 20:31:51 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 6.2 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/6.3.0/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/6.3.0/index.html,v
retrieving revision 1.1
diff -u -r1.1 index.html
--- onlinedocs/6.3.0/index.html	21 Dec 2016 10:57:36 -0000	1.1
+++ onlinedocs/6.3.0/index.html	2 Jun 2018 20:31:51 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 6.3 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/6.4.0/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/6.4.0/index.html,v
retrieving revision 1.1
diff -u -r1.1 index.html
--- onlinedocs/6.4.0/index.html	9 Jul 2017 12:15:07 -0000	1.1
+++ onlinedocs/6.4.0/index.html	2 Jun 2018 20:31:51 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 6.4 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/7.1.0/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/7.1.0/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- onlinedocs/7.1.0/index.html	9 Jul 2017 12:16:32 -0000	1.2
+++ onlinedocs/7.1.0/index.html	2 Jun 2018 20:31:52 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 7.1 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/7.2.0/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/7.2.0/index.html,v
retrieving revision 1.1
diff -u -r1.1 index.html
--- onlinedocs/7.2.0/index.html	14 Aug 2017 08:00:07 -0000	1.1
+++ onlinedocs/7.2.0/index.html	2 Jun 2018 20:31:52 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 7.2 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/7.3.0/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/7.3.0/index.html,v
retrieving revision 1.1
diff -u -r1.1 index.html
--- onlinedocs/7.3.0/index.html	25 Jan 2018 09:27:28 -0000	1.1
+++ onlinedocs/7.3.0/index.html	2 Jun 2018 20:31:52 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 7.3 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: onlinedocs/8.1.0/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/8.1.0/index.html,v
retrieving revision 1.1
diff -u -r1.1 index.html
--- onlinedocs/8.1.0/index.html	2 May 2018 10:21:15 -0000	1.1
+++ onlinedocs/8.1.0/index.html	2 Jun 2018 20:31:52 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC 8.1 manuals</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: projects/ast-optimizer.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/ast-optimizer.html,v
retrieving revision 1.9
diff -u -r1.9 ast-optimizer.html
--- projects/ast-optimizer.html	2 Apr 2018 15:22:37 -0000	1.9
+++ projects/ast-optimizer.html	2 Jun 2018 20:31:52 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>Abstract Syntax Tree Optimizations</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: projects/beginner.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/beginner.html,v
retrieving revision 1.66
diff -u -r1.66 beginner.html
--- projects/beginner.html	2 Apr 2018 15:22:37 -0000	1.66
+++ projects/beginner.html	2 Jun 2018 20:31:52 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Simple GCC projects</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: projects/c-frontend.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/c-frontend.html,v
retrieving revision 1.3
diff -u -r1.3 c-frontend.html
--- projects/c-frontend.html	27 Jun 2014 15:04:40 -0000	1.3
+++ projects/c-frontend.html	2 Jun 2018 20:31:53 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Projects for the C front end</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: projects/cfg.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cfg.html,v
retrieving revision 1.24
diff -u -r1.24 cfg.html
--- projects/cfg.html	2 Apr 2018 15:22:37 -0000	1.24
+++ projects/cfg.html	2 Jun 2018 20:31:53 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Improving GCC's Infrastructure (Central Flow Graph)</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 <body>
 <h1>Improving GCC's Infrastructure
Index: projects/cfo.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cfo.html,v
retrieving revision 1.10
diff -u -r1.10 cfo.html
--- projects/cfo.html	27 May 2016 19:35:44 -0000	1.10
+++ projects/cfo.html	2 Jun 2018 20:31:53 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>Code Factoring Optimizations</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: projects/cli.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cli.html,v
retrieving revision 1.30
diff -u -r1.30 cli.html
--- projects/cli.html	2 Apr 2018 15:22:37 -0000	1.30
+++ projects/cli.html	2 Jun 2018 20:31:53 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>CLI Back-End and Front-End</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: projects/cpplib.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cpplib.html,v
retrieving revision 1.23
diff -u -r1.23 cpplib.html
--- projects/cpplib.html	16 Jan 2011 03:05:21 -0000	1.23
+++ projects/cpplib.html	2 Jun 2018 20:31:53 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>cpplib TODO</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: projects/cxx-status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx-status.html,v
retrieving revision 1.51
diff -u -r1.51 cxx-status.html
--- projects/cxx-status.html	1 Jun 2018 22:47:15 -0000	1.51
+++ projects/cxx-status.html	2 Jun 2018 20:31:54 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
   <title>C++ Standards Support in GCC</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: projects/cxx0x.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx0x.html,v
retrieving revision 1.74
diff -u -r1.74 cxx0x.html
--- projects/cxx0x.html	28 Mar 2016 13:02:41 -0000	1.74
+++ projects/cxx0x.html	2 Jun 2018 20:31:54 -0000
@@ -7,6 +7,7 @@
     </script>
     
     <title>Page Redirection</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
   </head>
 
   <body>
Index: projects/cxx1y.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx1y.html,v
retrieving revision 1.30
diff -u -r1.30 cxx1y.html
--- projects/cxx1y.html	28 Mar 2016 13:02:41 -0000	1.30
+++ projects/cxx1y.html	2 Jun 2018 20:31:54 -0000
@@ -7,6 +7,7 @@
     </script>
     
     <title>Page Redirection</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
   </head>
 
   <body>
Index: projects/documentation.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/documentation.html,v
retrieving revision 1.10
diff -u -r1.10 documentation.html
--- projects/documentation.html	7 Apr 2015 10:31:18 -0000	1.10
+++ projects/documentation.html	2 Jun 2018 20:31:54 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Documentation projects</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: projects/gupc.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/gupc.html,v
retrieving revision 1.14
diff -u -r1.14 gupc.html
--- projects/gupc.html	5 Nov 2017 11:54:48 -0000	1.14
+++ projects/gupc.html	2 Jun 2018 20:31:54 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>GUPC &mdash; A UPC implementation for GCC</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: projects/h8300-abi.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/h8300-abi.html,v
retrieving revision 1.7
diff -u -r1.7 h8300-abi.html
--- projects/h8300-abi.html	16 Sep 2004 14:27:41 -0000	1.7
+++ projects/h8300-abi.html	2 Jun 2018 20:31:54 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>H8/300 Application Binary Interface for GCC</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: projects/ia64.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/ia64.html,v
retrieving revision 1.24
diff -u -r1.24 ia64.html
--- projects/ia64.html	10 Dec 2017 11:26:49 -0000	1.24
+++ projects/ia64.html	2 Jun 2018 20:31:54 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Projects to improve performance on IA-64</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: projects/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/index.html,v
retrieving revision 1.71
diff -u -r1.71 index.html
--- projects/index.html	18 Apr 2015 13:28:52 -0000	1.71
+++ projects/index.html	2 Jun 2018 20:31:54 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC Projects</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: projects/mipso64-abi.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/mipso64-abi.html,v
retrieving revision 1.1
diff -u -r1.1 mipso64-abi.html
--- projects/mipso64-abi.html	4 Apr 2004 21:44:49 -0000	1.1
+++ projects/mipso64-abi.html	2 Jun 2018 20:31:54 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>MIPS O64 Application Binary Interface for GCC</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: projects/optimize.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/optimize.html,v
retrieving revision 1.14
diff -u -r1.14 optimize.html
--- projects/optimize.html	10 Jun 2006 00:33:09 -0000	1.14
+++ projects/optimize.html	2 Jun 2018 20:31:55 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Optimizer deficiencies</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: projects/prefetch.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/prefetch.html,v
retrieving revision 1.32
diff -u -r1.32 prefetch.html
--- projects/prefetch.html	11 Mar 2018 18:59:05 -0000	1.32
+++ projects/prefetch.html	2 Jun 2018 20:31:55 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Data Prefetch Support</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: projects/sched-treegion.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/sched-treegion.html,v
retrieving revision 1.7
diff -u -r1.7 sched-treegion.html
--- projects/sched-treegion.html	27 Jun 2014 20:31:26 -0000	1.7
+++ projects/sched-treegion.html	2 Jun 2018 20:31:55 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>Treegion Scheduling</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: projects/tree-profiling.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-profiling.html,v
retrieving revision 1.3
diff -u -r1.3 tree-profiling.html
--- projects/tree-profiling.html	3 Dec 2013 01:11:52 -0000	1.3
+++ projects/tree-profiling.html	2 Jun 2018 20:31:55 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Improving GCC's Interprocedural Optimization Infrastructure</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 <body>
 <h1>Improving GCC's Interprocedural Optimizaion Infrastructure</h1>
Index: projects/x86.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/x86.html,v
retrieving revision 1.2
diff -u -r1.2 x86.html
--- projects/x86.html	12 Feb 2010 20:54:24 -0000	1.2
+++ projects/x86.html	2 Jun 2018 20:31:55 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Optimizer deficiencies for the ia32 and x86-64 architectures</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: projects/bp/main.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/bp/main.html,v
retrieving revision 1.20
diff -u -r1.20 main.html
--- projects/bp/main.html	11 Nov 2004 11:32:33 -0000	1.20
+++ projects/bp/main.html	2 Jun 2018 20:31:55 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Bounds Checking in C &amp; C++ using Bounded Pointers</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 <link rev="made" href="mailto:greg@mcgary.org"; />
 </head>
 
Index: projects/cxx-reflection/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx-reflection/index.html,v
retrieving revision 1.6
diff -u -r1.6 index.html
--- projects/cxx-reflection/index.html	27 Mar 2013 21:41:09 -0000	1.6
+++ projects/cxx-reflection/index.html	2 Jun 2018 20:31:55 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>Compile Time Reflection and Template Meta-Programming in C++</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: projects/gomp/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/gomp/index.html,v
retrieving revision 1.22
diff -u -r1.22 index.html
--- projects/gomp/index.html	8 Feb 2017 00:00:34 -0000	1.22
+++ projects/gomp/index.html	2 Jun 2018 20:31:55 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>GOMP &mdash; An OpenMP implementation for GCC</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: projects/strees/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/strees/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- projects/strees/index.html	30 Mar 2004 19:16:40 -0000	1.2
+++ projects/strees/index.html	2 Jun 2018 20:31:55 -0000
@@ -1,5 +1,6 @@
 <html>
-<head><title>Stree design notes</title></head>
+<head><title>Stree design notes</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; /></head>
 <body>
 
 <h1 align="center">Stree design notes</h1>
Index: projects/tree-ssa/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/index.html,v
retrieving revision 1.45
diff -u -r1.45 index.html
--- projects/tree-ssa/index.html	28 Jun 2014 08:14:42 -0000	1.45
+++ projects/tree-ssa/index.html	2 Jun 2018 20:31:56 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>SSA for Trees</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: projects/tree-ssa/lno.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/lno.html,v
retrieving revision 1.6
diff -u -r1.6 lno.html
--- projects/tree-ssa/lno.html	22 Apr 2011 22:36:49 -0000	1.6
+++ projects/tree-ssa/lno.html	2 Jun 2018 20:31:56 -0000
@@ -1,6 +1,7 @@
 <html>
 <head>
 <title>Loop Nest Optimizer</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: projects/tree-ssa/tree-browser.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/tree-browser.html,v
retrieving revision 1.3
diff -u -r1.3 tree-browser.html
--- projects/tree-ssa/tree-browser.html	8 May 2011 12:48:49 -0000	1.3
+++ projects/tree-ssa/tree-browser.html	2 Jun 2018 20:31:56 -0000
@@ -1,6 +1,7 @@
 <html>
   <head>
     <title>Tree Browser</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
   </head>
   
   <body>
Index: projects/tree-ssa/vectorization.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/vectorization.html,v
retrieving revision 1.33
diff -u -r1.33 vectorization.html
--- projects/tree-ssa/vectorization.html	2 Jun 2018 12:28:12 -0000	1.33
+++ projects/tree-ssa/vectorization.html	2 Jun 2018 20:31:57 -0000
@@ -1,6 +1,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
     <title>Auto-vectorization in GCC</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: testing/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/testing/index.html,v
retrieving revision 1.38
diff -u -r1.38 index.html
--- testing/index.html	3 Feb 2017 08:16:14 -0000	1.38
+++ testing/index.html	2 Jun 2018 20:31:57 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>GCC Testing Efforts</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: testing/testing-blitz.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/testing/testing-blitz.html,v
retrieving revision 1.8
diff -u -r1.8 testing-blitz.html
--- testing/testing-blitz.html	3 Feb 2017 08:16:14 -0000	1.8
+++ testing/testing-blitz.html	2 Jun 2018 20:31:57 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Blitz++ build and test guide</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: testing/testing-boost.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/testing/testing-boost.html,v
retrieving revision 1.7
diff -u -r1.7 testing-boost.html
--- testing/testing-boost.html	2 Jun 2018 12:47:31 -0000	1.7
+++ testing/testing-boost.html	2 Jun 2018 20:31:57 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Boost build and test guide</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: testing/testing-ftensor.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/testing/testing-ftensor.html,v
retrieving revision 1.6
diff -u -r1.6 testing-ftensor.html
--- testing/testing-ftensor.html	23 Aug 2016 13:12:21 -0000	1.6
+++ testing/testing-ftensor.html	2 Jun 2018 20:31:57 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>FTensor build and test guide</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: testing/testing-lapack.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/testing/testing-lapack.html,v
retrieving revision 1.3
diff -u -r1.3 testing-lapack.html
--- testing/testing-lapack.html	3 Apr 2003 17:11:17 -0000	1.3
+++ testing/testing-lapack.html	2 Jun 2018 20:31:57 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>LAPACK build and test guide</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: testing/testing-pooma.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/testing/testing-pooma.html,v
retrieving revision 1.7
diff -u -r1.7 testing-pooma.html
--- testing/testing-pooma.html	20 Aug 2007 08:15:06 -0000	1.7
+++ testing/testing-pooma.html	2 Jun 2018 20:31:57 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>FreePOOMA build and test guide</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>
Index: testing/testing-qt.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/testing/testing-qt.html,v
retrieving revision 1.7
diff -u -r1.7 testing-qt.html
--- testing/testing-qt.html	31 Mar 2013 19:58:22 -0000	1.7
+++ testing/testing-qt.html	2 Jun 2018 20:31:57 -0000
@@ -2,6 +2,7 @@
 
 <head>
 <title>Qt build and test guide</title>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"; />
 </head>
 
 <body>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]