summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorkraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-11 18:41:47 +0000
committerkraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-11 18:41:47 +0000
commit03248032feb73992d6e6e09bccbd996ea4174d24 (patch)
tree2d3abb936e2b5d9297fb8d3b8fc706e15297982e /libstdc++-v3
parent2fbd3b4cce8dda458d173683fecb4e85a3df8e55 (diff)
downloadgcc-03248032feb73992d6e6e09bccbd996ea4174d24.tar.gz
* docs/html/configopts.html: Quote StyleSheet attribute values.
* docs/html/documentation.html: Likewise. * docs/html/explanations.html: Likewise. * docs/html/install.html: Likewise. * docs/html/17_intro/howto.html: Likewise. * docs/html/17_intro/license.html: Likewise. * docs/html/18_support/howto.html: Likewise. * docs/html/19_diagnostics/howto.html: Likewise. * docs/html/20_util/howto.html: Likewise. * docs/html/21_strings/howto.html: Likewise. * docs/html/22_locale/howto.html: Likewise. * docs/html/23_containers/howto.html: Likewise. * docs/html/24_iterators/howto.html: Likewise. * docs/html/25_algorithms/howto.html: Likewise. * docs/html/26_numerics/howto.html: Likewise. * docs/html/27_io/howto.html: Likewise. * docs/html/ext/howto.html: Likewise. * docs/html/ext/sgiexts.html: Likewise. * docs/html/faq/index.html: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46194 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog22
-rw-r--r--libstdc++-v3/docs/html/17_intro/howto.html2
-rw-r--r--libstdc++-v3/docs/html/17_intro/license.html2
-rw-r--r--libstdc++-v3/docs/html/18_support/howto.html2
-rw-r--r--libstdc++-v3/docs/html/19_diagnostics/howto.html2
-rw-r--r--libstdc++-v3/docs/html/20_util/howto.html2
-rw-r--r--libstdc++-v3/docs/html/21_strings/howto.html2
-rw-r--r--libstdc++-v3/docs/html/22_locale/howto.html2
-rw-r--r--libstdc++-v3/docs/html/23_containers/howto.html2
-rw-r--r--libstdc++-v3/docs/html/24_iterators/howto.html2
-rw-r--r--libstdc++-v3/docs/html/25_algorithms/howto.html2
-rw-r--r--libstdc++-v3/docs/html/26_numerics/howto.html2
-rw-r--r--libstdc++-v3/docs/html/27_io/howto.html2
-rw-r--r--libstdc++-v3/docs/html/configopts.html2
-rw-r--r--libstdc++-v3/docs/html/documentation.html2
-rw-r--r--libstdc++-v3/docs/html/explanations.html2
-rw-r--r--libstdc++-v3/docs/html/ext/howto.html2
-rw-r--r--libstdc++-v3/docs/html/ext/sgiexts.html4
-rw-r--r--libstdc++-v3/docs/html/faq/index.html2
-rw-r--r--libstdc++-v3/docs/html/install.html2
20 files changed, 42 insertions, 20 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 6f310e786cf..cde49f144f0 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,25 @@
+2001-10-11 Matt Kraai <kraai@alumni.carnegiemellon.edu>
+
+ * docs/html/configopts.html: Quote StyleSheet attribute values.
+ * docs/html/documentation.html: Likewise.
+ * docs/html/explanations.html: Likewise.
+ * docs/html/install.html: Likewise.
+ * docs/html/17_intro/howto.html: Likewise.
+ * docs/html/17_intro/license.html: Likewise.
+ * docs/html/18_support/howto.html: Likewise.
+ * docs/html/19_diagnostics/howto.html: Likewise.
+ * docs/html/20_util/howto.html: Likewise.
+ * docs/html/21_strings/howto.html: Likewise.
+ * docs/html/22_locale/howto.html: Likewise.
+ * docs/html/23_containers/howto.html: Likewise.
+ * docs/html/24_iterators/howto.html: Likewise.
+ * docs/html/25_algorithms/howto.html: Likewise.
+ * docs/html/26_numerics/howto.html: Likewise.
+ * docs/html/27_io/howto.html: Likewise.
+ * docs/html/ext/howto.html: Likewise.
+ * docs/html/ext/sgiexts.html: Likewise.
+ * docs/html/faq/index.html: Likewise.
+
2001-10-11 Loren J. Rittle <ljrittle@acm.org>
* docs/html/faq/index.html (Is libstdc++-v3 thread-safe?): Rewrite.
diff --git a/libstdc++-v3/docs/html/17_intro/howto.html b/libstdc++-v3/docs/html/17_intro/howto.html
index 27e1a5f663b..d7ca3f3f274 100644
--- a/libstdc++-v3/docs/html/17_intro/howto.html
+++ b/libstdc++-v3/docs/html/17_intro/howto.html
@@ -7,7 +7,7 @@
<meta name="DESCRIPTION" content="HOWTO for libstdc++ chapter 17.">
<meta name="GENERATOR" content="vi and eight fingers">
<title>libstdc++-v3 HOWTO: Chapter 17</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
</head>
<body>
diff --git a/libstdc++-v3/docs/html/17_intro/license.html b/libstdc++-v3/docs/html/17_intro/license.html
index 3d480926254..f54ab238ff9 100644
--- a/libstdc++-v3/docs/html/17_intro/license.html
+++ b/libstdc++-v3/docs/html/17_intro/license.html
@@ -7,7 +7,7 @@
<meta name="DESCRIPTION" content="Copying restrictions for libstdc++.">
<meta name="GENERATOR" content="vi and eight fingers">
<title>libstdc++-v3 copying</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
</head>
<body>
diff --git a/libstdc++-v3/docs/html/18_support/howto.html b/libstdc++-v3/docs/html/18_support/howto.html
index d43f0c6698e..ec7a2d096b2 100644
--- a/libstdc++-v3/docs/html/18_support/howto.html
+++ b/libstdc++-v3/docs/html/18_support/howto.html
@@ -7,7 +7,7 @@
<meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 18.">
<meta name="GENERATOR" content="vi and eight fingers">
<title>libstdc++-v3 HOWTO: Chapter 18</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
</head>
<body>
diff --git a/libstdc++-v3/docs/html/19_diagnostics/howto.html b/libstdc++-v3/docs/html/19_diagnostics/howto.html
index 20ae150e9f9..0b6eb7489c0 100644
--- a/libstdc++-v3/docs/html/19_diagnostics/howto.html
+++ b/libstdc++-v3/docs/html/19_diagnostics/howto.html
@@ -7,7 +7,7 @@
<meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 19.">
<meta name="GENERATOR" content="vi and eight fingers">
<title>libstdc++-v3 HOWTO: Chapter 19</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
</head>
<body>
diff --git a/libstdc++-v3/docs/html/20_util/howto.html b/libstdc++-v3/docs/html/20_util/howto.html
index f39f2657260..1d34b491467 100644
--- a/libstdc++-v3/docs/html/20_util/howto.html
+++ b/libstdc++-v3/docs/html/20_util/howto.html
@@ -7,7 +7,7 @@
<meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 20.">
<meta name="GENERATOR" content="vi and eight fingers">
<title>libstdc++-v3 HOWTO: Chapter 20</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
</head>
<body>
diff --git a/libstdc++-v3/docs/html/21_strings/howto.html b/libstdc++-v3/docs/html/21_strings/howto.html
index f3ee7a80e85..c9aabe017ae 100644
--- a/libstdc++-v3/docs/html/21_strings/howto.html
+++ b/libstdc++-v3/docs/html/21_strings/howto.html
@@ -7,7 +7,7 @@
<meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 21.">
<meta name="GENERATOR" content="vi and eight fingers">
<title>libstdc++-v3 HOWTO: Chapter 21</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
</head>
<body>
diff --git a/libstdc++-v3/docs/html/22_locale/howto.html b/libstdc++-v3/docs/html/22_locale/howto.html
index 0b8b9b48c38..d8ada0464b1 100644
--- a/libstdc++-v3/docs/html/22_locale/howto.html
+++ b/libstdc++-v3/docs/html/22_locale/howto.html
@@ -7,7 +7,7 @@
<meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 22.">
<meta name="GENERATOR" content="vi and eight fingers">
<title>libstdc++-v3 HOWTO: Chapter 22</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
</head>
<body>
diff --git a/libstdc++-v3/docs/html/23_containers/howto.html b/libstdc++-v3/docs/html/23_containers/howto.html
index 9106c82b591..59232b95dda 100644
--- a/libstdc++-v3/docs/html/23_containers/howto.html
+++ b/libstdc++-v3/docs/html/23_containers/howto.html
@@ -7,7 +7,7 @@
<meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 23.">
<meta name="GENERATOR" content="vi and eight fingers">
<title>libstdc++-v3 HOWTO: Chapter 23</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
</head>
<body>
diff --git a/libstdc++-v3/docs/html/24_iterators/howto.html b/libstdc++-v3/docs/html/24_iterators/howto.html
index fd409239c50..90c53df18ac 100644
--- a/libstdc++-v3/docs/html/24_iterators/howto.html
+++ b/libstdc++-v3/docs/html/24_iterators/howto.html
@@ -7,7 +7,7 @@
<meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 24.">
<meta name="GENERATOR" content="vi and eight fingers">
<title>libstdc++-v3 HOWTO: Chapter 24</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
</head>
<body>
diff --git a/libstdc++-v3/docs/html/25_algorithms/howto.html b/libstdc++-v3/docs/html/25_algorithms/howto.html
index 3c8216ac06d..8cdfe94a471 100644
--- a/libstdc++-v3/docs/html/25_algorithms/howto.html
+++ b/libstdc++-v3/docs/html/25_algorithms/howto.html
@@ -7,7 +7,7 @@
<meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 25.">
<meta name="GENERATOR" content="vi and eight fingers">
<title>libstdc++-v3 HOWTO: Chapter 25</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
</head>
<body>
diff --git a/libstdc++-v3/docs/html/26_numerics/howto.html b/libstdc++-v3/docs/html/26_numerics/howto.html
index 98745f26db3..83614e6d86d 100644
--- a/libstdc++-v3/docs/html/26_numerics/howto.html
+++ b/libstdc++-v3/docs/html/26_numerics/howto.html
@@ -7,7 +7,7 @@
<meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 26.">
<meta name="GENERATOR" content="vi and eight fingers">
<title>libstdc++-v3 HOWTO: Chapter 26</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
</head>
<body>
diff --git a/libstdc++-v3/docs/html/27_io/howto.html b/libstdc++-v3/docs/html/27_io/howto.html
index c4342a3c4d1..e83c2e6da49 100644
--- a/libstdc++-v3/docs/html/27_io/howto.html
+++ b/libstdc++-v3/docs/html/27_io/howto.html
@@ -7,7 +7,7 @@
<meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 27.">
<meta name="GENERATOR" content="vi and eight fingers">
<title>libstdc++-v3 HOWTO: Chapter 27</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
</head>
<body>
diff --git a/libstdc++-v3/docs/html/configopts.html b/libstdc++-v3/docs/html/configopts.html
index 48222427366..fa1bb29b5ec 100644
--- a/libstdc++-v3/docs/html/configopts.html
+++ b/libstdc++-v3/docs/html/configopts.html
@@ -6,7 +6,7 @@
<meta name="DESCRIPTION" content="Configuration options for libstdc++-v3.">
<meta name="GENERATOR" content="vi and eight fingers">
<title>libstdc++-v3 configure options</title>
-<link rel=StyleSheet href="lib3styles.css">
+<link rel="StyleSheet" href="lib3styles.css">
</head>
<body>
diff --git a/libstdc++-v3/docs/html/documentation.html b/libstdc++-v3/docs/html/documentation.html
index e7cc3b06f04..b3ca3d64ca9 100644
--- a/libstdc++-v3/docs/html/documentation.html
+++ b/libstdc++-v3/docs/html/documentation.html
@@ -2,7 +2,7 @@
<head>
<meta name="KEYWORDS" content="libstdc++, homepage, home, g++, libg++, STL">
<title>Standard C++ Library v3</title>
-<link rel=StyleSheet href="lib3styles.css">
+<link rel="StyleSheet" href="lib3styles.css">
</head>
<body>
diff --git a/libstdc++-v3/docs/html/explanations.html b/libstdc++-v3/docs/html/explanations.html
index d7bf585eae8..e5cdbce274c 100644
--- a/libstdc++-v3/docs/html/explanations.html
+++ b/libstdc++-v3/docs/html/explanations.html
@@ -6,7 +6,7 @@
<meta name="DESCRIPTION" content="Explanatory notes about libstdc++-v3.">
<meta name="GENERATOR" content="vi and eight fingers">
<title>Explanatory notes about libstdc++-v3 design</title>
-<link rel=StyleSheet href="lib3styles.css">
+<link rel="StyleSheet" href="lib3styles.css">
</head>
<body>
diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html
index 10e5c261f30..e8663815540 100644
--- a/libstdc++-v3/docs/html/ext/howto.html
+++ b/libstdc++-v3/docs/html/ext/howto.html
@@ -7,7 +7,7 @@
<meta name="DESCRIPTION" content="Notes for the libstdc++ extensions.">
<meta name="GENERATOR" content="vi and eight fingers">
<title>libstdc++-v3 HOWTO: Extensions</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
</head>
<body>
diff --git a/libstdc++-v3/docs/html/ext/sgiexts.html b/libstdc++-v3/docs/html/ext/sgiexts.html
index bc54b358ae1..62db99c0e4a 100644
--- a/libstdc++-v3/docs/html/ext/sgiexts.html
+++ b/libstdc++-v3/docs/html/ext/sgiexts.html
@@ -6,7 +6,7 @@
<meta name="DESCRIPTION" content="SGI extensions preserved in libstdc++-v3.">
<meta name="GENERATOR" content="vi and eight fingers">
<title>SGI extensions to the library in libstdc++-v3</title>
-<link rel=StyleSheet href="lib3styles.css">
+<link rel="StyleSheet" href="lib3styles.css">
</head>
<body>
@@ -25,7 +25,7 @@ libstdc++-v3</a></h1>
for a description). Not every chapter may have extensions, and the
extensions may come and go. Also, this page is incomplete because the
author is pressed for time. Check back often; the latest change was on
- $Date: 2001/10/04 20:03:22 $ (UTC).
+ $Date: 2001/10/09 20:18:13 $ (UTC).
</p>
<p>Descriptions range from the scanty to the verbose. You should also check
diff --git a/libstdc++-v3/docs/html/faq/index.html b/libstdc++-v3/docs/html/faq/index.html
index 898821afcf3..4d8510a1031 100644
--- a/libstdc++-v3/docs/html/faq/index.html
+++ b/libstdc++-v3/docs/html/faq/index.html
@@ -4,7 +4,7 @@
<meta name="KEYWORDS" content="libstdc++, libstdc++-v3, GCC, g++, libg++, STL">
<meta name="DESCRIPTION" content="FAQ for the GNU libstdc++ effort.">
<title>libstdc++-v3 FAQ</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
<!--
** Locations of "the most recent snapshot is the Nth" text are
** answers 1_1, 1_4, 4_1, 5_6.
diff --git a/libstdc++-v3/docs/html/install.html b/libstdc++-v3/docs/html/install.html
index 803e8c990b6..16b49d34c68 100644
--- a/libstdc++-v3/docs/html/install.html
+++ b/libstdc++-v3/docs/html/install.html
@@ -6,7 +6,7 @@
<meta name="DESCRIPTION" content="README for the GNU libstdc++ effort.">
<meta name="GENERATOR" content="vi and eight fingers">
<title>libstdc++-v3 Installation Instructions</title>
-<link rel=StyleSheet href="lib3styles.css">
+<link rel="StyleSheet" href="lib3styles.css">
</head>
<body>