configopts.html, [...]: Add <link> tags.
authorJonathan Wakely <redi@gcc.gnu.org>
Tue, 18 Nov 2003 20:56:12 +0000 (20:56 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 18 Nov 2003 20:56:12 +0000 (20:56 +0000)
2003-11-18  Jonathan Wakely  <redi@gcc.gnu.org>

* docs/html/configopts.html, docs/html/debug.html,
docs/html/documentation.html, docs/html/explanations.html,
docs/html/install.html, docs/html/17_intro/contribute.html,
docs/html/17_intro/howto.html, docs/html/17_intro/license.html,
docs/html/18_support/howto.html, docs/html/19_diagnostics/howto.html,
docs/html/20_util/howto.html, docs/html/21_strings/howto.html,
docs/html/22_locale/codecvt.html, docs/html/22_locale/ctype.html,
docs/html/22_locale/howto.html, docs/html/22_locale/locale.html,
docs/html/22_locale/messages.html, docs/html/23_containers/howto.html,
docs/html/24_iterators/howto.html, docs/html/25_algorithms/howto.html,
docs/html/26_numerics/howto.html, docs/html/27_io/howto.html,
docs/html/ext/howto.html, docs/html/ext/sgiexts.html: Add <link> tags.

From-SVN: r73712

27 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/17_intro/configury.html
libstdc++-v3/docs/html/17_intro/contribute.html
libstdc++-v3/docs/html/17_intro/howto.html
libstdc++-v3/docs/html/17_intro/license.html
libstdc++-v3/docs/html/18_support/howto.html
libstdc++-v3/docs/html/19_diagnostics/howto.html
libstdc++-v3/docs/html/20_util/howto.html
libstdc++-v3/docs/html/21_strings/howto.html
libstdc++-v3/docs/html/22_locale/codecvt.html
libstdc++-v3/docs/html/22_locale/ctype.html
libstdc++-v3/docs/html/22_locale/howto.html
libstdc++-v3/docs/html/22_locale/locale.html
libstdc++-v3/docs/html/22_locale/messages.html
libstdc++-v3/docs/html/23_containers/howto.html
libstdc++-v3/docs/html/24_iterators/howto.html
libstdc++-v3/docs/html/25_algorithms/howto.html
libstdc++-v3/docs/html/26_numerics/howto.html
libstdc++-v3/docs/html/27_io/howto.html
libstdc++-v3/docs/html/configopts.html
libstdc++-v3/docs/html/debug.html
libstdc++-v3/docs/html/documentation.html
libstdc++-v3/docs/html/explanations.html
libstdc++-v3/docs/html/ext/howto.html
libstdc++-v3/docs/html/ext/sgiexts.html
libstdc++-v3/docs/html/faq/index.html
libstdc++-v3/docs/html/install.html

index 88079fd01b30cc1afd45acfbaa3e94dfa5287df9..e1622f9427783a5095722e597778686314bef025 100644 (file)
@@ -1,3 +1,18 @@
+2003-11-18  Jonathan Wakely  <redi@gcc.gnu.org>
+
+       * docs/html/configopts.html, docs/html/debug.html,
+       docs/html/documentation.html, docs/html/explanations.html,
+       docs/html/install.html, docs/html/17_intro/contribute.html,
+       docs/html/17_intro/howto.html, docs/html/17_intro/license.html,
+       docs/html/18_support/howto.html, docs/html/19_diagnostics/howto.html,
+       docs/html/20_util/howto.html, docs/html/21_strings/howto.html,
+       docs/html/22_locale/codecvt.html, docs/html/22_locale/ctype.html,
+       docs/html/22_locale/howto.html, docs/html/22_locale/locale.html,
+       docs/html/22_locale/messages.html, docs/html/23_containers/howto.html,
+       docs/html/24_iterators/howto.html, docs/html/25_algorithms/howto.html,
+       docs/html/26_numerics/howto.html, docs/html/27_io/howto.html,
+       docs/html/ext/howto.html, docs/html/ext/sgiexts.html: Add <link> tags.
+
 2003-11-18  Paolo Carlini  <pcarlini@suse.de>
 
        PR libstdc++/12868
index 2849e83130bbcf21f08765c9a0166081b3255754..648e4063eabfd96883bdc82886980302f23b61f2 100644 (file)
@@ -10,7 +10,9 @@
    <meta name="DESCRIPTION" content="configury for libstdc++" />
    <meta name="GENERATOR" content="vi and eight fingers" />
    <title>libstdc++-v3 configury</title>
-<link rel="StyleSheet" href="../lib3styles.css" />
+<link rel="StyleSheet" href="../lib3styles.css" type='text/css' />
+<link rel="Start" href="../documentation.html" type="text/html"
+ title="GNU C++ Standard Library" />
 </head>
 <body>
 
index 3219f16da0ecee7ca4355609cb5340053565bb8f..cc95689f091b2c181d6b77c0486c34abce56e834 100644 (file)
@@ -5,7 +5,11 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-<title>How to contribute</title>
+  <title>How to contribute</title>
+<link rel="StyleSheet" href="lib3styles.css" type="text/css" />
+<link rel="Start" href="../documentation.html" type="text/html"
+ title="GNU C++ Standard Library" />
+<link rel="Help" href="../faq/index.html" type="text/html" title="F.A.Q." />
 </head>
 <!--990301 slightly modified version of the GCC contribute.html file-->
 <!-- #include virtual="/include/header-subpages.html"-->
index 29d0db78f969fd151d127241cb3424f8dd5c241e..ab654245f4402f3ea3974514dd30be9dd1483fbd 100644 (file)
    <meta name="KEYWORDS" content="HOWTO, libstdc++, gcc, g++, libg++, STL" />
    <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" />
+   <title>libstdc++-v3 HOWTO:  Chapter 17: Library Introduction</title>
+<link rel="StyleSheet" href="../lib3styles.css" type="text/css" />
+<link rel="Start" href="../documentation.html" type="text/html"
+ title="GNU C++ Standard Library" />
+<link rel="Next" href="../18_support/howto.html" type="text/html"
+  title="Library Support" />
+<link rel="Copyright" href="license.html" type="text/html" />
+<link rel="Help" href="../faq/index.html" type="text/html" title="F.A.Q." />
 </head>
 <body>
 
index a0a2c9135eaebe332fdd7cad47651d95e28fcf3d..5d815f8fe3c1d827c296e075b1ba7545323c92e6 100644 (file)
@@ -11,7 +11,9 @@
    <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" type="text/css" />
+<link rel="Start" rev="Copyright" href="../documentation.html" type="text/html"
+ title="GNU C++ Standard Library" />
 </head>
 <body>
 
index df7305cc0338c5c08e6fd89b9405eb173df6f9bc..7344c95ebd2001cc947af371e63da3bc23be6b81 100644 (file)
    <meta name="KEYWORDS" content="HOWTO, libstdc++, GCC, g++, libg++, STL" />
    <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" />
+   <title>libstdc++-v3 HOWTO:  Chapter 18: Library Support</title>
+<link rel="StyleSheet" href="../lib3styles.css" type="text/css" />
+<link rel="Start" href="../documentation.html" type="text/html"
+  title="GNU C++ Standard Library" />
+<link rel="Prev" href="../17_intro/howto.html" type="text/html"
+  title="Library Introduction" />
+<link rel="Next" href="../19_diagnostics/howto.html" type="text/html"
+  title="Diagnostics" />
+<link rel="Copyright" href="../17_intro/license.html" type="text/html" />
+<link rel="Help" href="../faq/index.html" type="text/html" title="F.A.Q." />
 </head>
 <body>
 
index b658be83c7aef386956de41f243bded8a730e28d..2b5cd22850ae28a0f3facfeb10ba66a0684cd0d4 100644 (file)
    <meta name="KEYWORDS" content="HOWTO, libstdc++, GCC, g++, libg++, STL" />
    <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" />
+   <title>libstdc++-v3 HOWTO:  Chapter 19: Diagnostics</title>
+<link rel="StyleSheet" href="../lib3styles.css" type="text/css" />
+<link rel="Start" href="../documentation.html" type="text/html"
+  title="GNU C++ Standard Library" />
+<link rel="Prev" href="../18_support/howto.html" type="text/html"
+  title="Library Support" />
+<link rel="Next" href="../20_util/howto.html" type="text/html"
+  title="General Utilities" />
+<link rel="Copyright" href="../17_intro/license.html" type="text/html" />
+<link rel="Help" href="../faq/index.html" type="text/html" title="F.A.Q." />
 </head>
 <body>
 
index af40bceae0e7792a2f77e712ce4ce1ff9668d3bf..13d0c8e08550b26fda054477555168957faf62a2 100644 (file)
    <meta name="KEYWORDS" content="HOWTO, libstdc++, GCC, g++, libg++, STL" />
    <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" />
+   <title>libstdc++-v3 HOWTO:  Chapter 20: General Utilities</title>
+<link rel="StyleSheet" href="../lib3styles.css" type="text/css" />
+<link rel="Start" href="../documentation.html" type="text/html"
+  title="GNU C++ Standard Library" />
+<link rel="Prev" href="../19_diagnostics/howto.html" type="text/html"
+  title="Diagnostics" />
+<link rel="Next" href="../21_strings/howto.html" type="text/html"
+  title="Strings" />
+<link rel="Copyright" href="../17_intro/license.html" type="text/html" />
+<link rel="Help" href="../faq/index.html" type="text/html" title="F.A.Q." />
 </head>
 <body>
 
index 49f17e7c8aa0b3fe2259e6b88a9240e79323d13c..c24c38923dd606716c8cf5e51d42fc89a3901d6f 100644 (file)
    <meta name="KEYWORDS" content="HOWTO, libstdc++, GCC, g++, libg++, STL" />
    <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" />
+   <title>libstdc++-v3 HOWTO:  Chapter 21: Strings</title>
+<link rel="StyleSheet" href="../lib3styles.css" type="text/css" />
+<link rel="Start" href="../documentation.html" type="text/html"
+  title="GNU C++ Standard Library" />
+<link rel="Prev" href="../20_util/howto.html" type="text/html"
+  title="General Utilities" />
+<link rel="Next" href="../22_locale/howto.html" type="text/html"
+  title="Localization" />
+<link rel="Copyright" href="../17_intro/license.html" type="text/html" />
+<link rel="Help" href="../faq/index.html" type="text/html" title="F.A.Q." />
 </head>
 <body>
 
index 6acd416fc076e146da59ac3ed20dd93b5b21a76e..fe5457584b3a0951e06f8befdfc2c874a184d724 100644 (file)
    <meta name="KEYWORDS" content="HOWTO, libstdc++, GCC, g++, libg++, STL" />
    <meta name="DESCRIPTION" content="Notes on the codecvt implementation." />
    <title>Notes on the codecvt implementation.</title>
-<link rel="StyleSheet" href="../lib3styles.css" />
+<link rel="StyleSheet" href="../lib3styles.css" type="text/css" />
+<link rel="Start" href="../documentation.html" type="text/html"
+  title="GNU C++ Standard Library" />
+<link rel="Bookmark" href="howto.html" type="text/html" title="Localization" />
+<link rel="Copyright" href="../17_intro/license.html" type="text/html" />
+<link rel="Help" href="../faq/index.html" type="text/html" title="F.A.Q." />
 </head>
 <body>
   <h1>
index 3043123f04130cbbfb8889bece9fdd7b0ab3cb2b..ee5e69f7cf786a0eaa4de0b99a4e8870a4148006 100644 (file)
    <meta name="KEYWORDS" content="HOWTO, libstdc++, GCC, g++, libg++, STL" />
    <meta name="DESCRIPTION" content="Notes on the ctype implementation." />
    <title>Notes on the ctype implementation.</title>
-<link rel="StyleSheet" href="../lib3styles.css" />
+<link rel="StyleSheet" href="../lib3styles.css" type="text/css" />
+<link rel="Start" href="../documentation.html" type="text/html"
+  title="GNU C++ Standard Library" />
+<link rel="Bookmark" href="howto.html" type="text/html" title="Localization" />
+<link rel="Copyright" href="../17_intro/license.html" type="text/html" />
+<link rel="Help" href="../faq/index.html" type="text/html" title="F.A.Q." />
 </head>
 <body>
   <h1>
index 0000c277d099c089269a0e6c110b5ebf651ba855..30e1e1f50b0d71f8c43adfd54c508c625fc56922 100644 (file)
    <meta name="KEYWORDS" content="HOWTO, libstdc++, GCC, g++, libg++, STL" />
    <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" />
+   <title>libstdc++-v3 HOWTO:  Chapter 22: Localization</title>
+<link rel="StyleSheet" href="../lib3styles.css" type="text/css" />
+<link rel="Start" href="../documentation.html" type="text/html"
+  title="GNU C++ Standard Library" />
+<link rel="Prev" href="../21_strings/howto.html" type="text/html"
+  title="Strings" />
+<link rel="Next" href="../23_containers/howto.html" type="text/html"
+  title="Containers" />
+<link rel="Bookmark" href="locale.html" type="text/html" title="class locale" />
+<link rel="Bookmark" href="codecvt.html" type="text/html" title="class codecvt" />
+<link rel="Bookmark" href="ctype.html" type="text/html" title="class ctype" />
+<link rel="Bookmark" href="messages.html" type="text/html" title="class messages" />
+<link rel="Bookmark" href="http://www.research.att.com/~bs/3rd_loc0.html" type="text/html" title="Bjarne Stroustrup on Locales" />
+<link rel="Bookmark" href="http://www.cantrip.org/locale.html" type="text/html" title="Nathan Myers on Locales" />
+<link rel="Copyright" href="../17_intro/license.html" type="text/html" />
+<link rel="Help" href="../faq/index.html" type="text/html" title="F.A.Q." />
 </head>
 <body>
 
@@ -83,7 +97,7 @@
    </p>
 
 <hr />
-<h2><a name="5">Stroustrup on Locales</a></h2>
+<h2><a name="5">Bjarne Stroustrup on Locales</a></h2>
    <p>Dr. Bjarne Stroustrup has released a
       <a href="http://www.research.att.com/~bs/3rd_loc0.html">pointer</a>
       to Appendix D of his book,
index 8470a502cf2cb8ccadd04d675c2103bd9f15ac11..57ef5b4e981cfde3437f3b27b5802e2e434adcb5 100644 (file)
    <meta name="KEYWORDS" content="HOWTO, libstdc++, locale name LC_ALL" />
    <meta name="DESCRIPTION" content="Notes on the locale implementation." />
    <title>Notes on the locale implementation.</title>
-<link rel="StyleSheet" href="../lib3styles.css" />
+<link rel="StyleSheet" href="../lib3styles.css" type="text/css" />
+<link rel="Start" href="../documentation.html" type="text/html"
+  title="GNU C++ Standard Library" />
+<link rel="Bookmark" href="howto.html" type="text/html" title="Localization" />
+<link rel="Copyright" href="../17_intro/license.html" type="text/html" />
+<link rel="Help" href="../faq/index.html" type="text/html" title="F.A.Q." />
 </head>
 <body>
   <h1>
index b57f45411835f4cd06c72dcc05db3c1253761b77..41e94a42f83fc834804aa96aa72d6e94750685ac 100644 (file)
    <meta name="KEYWORDS" content="HOWTO, libstdc++, GCC, g++, libg++, STL" />
    <meta name="DESCRIPTION" content="Notes on the messages implementation." />
    <title>Notes on the messages implementation.</title>
-<link rel="StyleSheet" href="../lib3styles.css" />
+<link rel="StyleSheet" href="../lib3styles.css" type="text/css" />
+<link rel="Start" href="../documentation.html" type="text/html"
+  title="GNU C++ Standard Library" />
+<link rel="Bookmark" href="howto.html" type="text/html" title="Localization" />
+<link rel="Copyright" href="../17_intro/license.html" type="text/html" />
+<link rel="Help" href="../faq/index.html" type="text/html" title="F.A.Q." />
 </head>
 <body>
 <h1>
index 27314fbafc3daf247ff04ac6f637d9c36f560f1f..55415affd959e9c01719e76761178a96b0834ab5 100644 (file)
    <meta name="KEYWORDS" content="HOWTO, libstdc++, GCC, g++, libg++, STL" />
    <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" />
+   <title>libstdc++-v3 HOWTO:  Chapter 23: Containers</title>
+<link rel="StyleSheet" href="../lib3styles.css" type="text/css" />
+<link rel="Start" href="../documentation.html" type="text/html"
+  title="GNU C++ Standard Library" />
+<link rel="Prev" href="../22_locale/howto.html" type="text/html"
+  title="Localization" />
+<link rel="Next" href="../24_iterators/howto.html" type="text/html"
+  title="Iterators" />
+<link rel="Copyright" href="../17_intro/license.html" type="text/html" />
+<link rel="Help" href="../faq/index.html" type="text/html" title="F.A.Q." />
 </head>
 <body>
 
index c22df9acf4208a6551be5d5c5f9dc2a97fddba2c..e4d557d3747151878dee3383f123b43f20b01d82 100644 (file)
    <meta name="KEYWORDS" content="HOWTO, libstdc++, GCC, g++, libg++, STL" />
    <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" />
+   <title>libstdc++-v3 HOWTO:  Chapter 24: Iterators</title>
+<link rel="StyleSheet" href="../lib3styles.css" type="text/css" />
+<link rel="Start" href="../documentation.html" type="text/html"
+  title="GNU C++ Standard Library" />
+<link rel="Prev" href="../23_containers/howto.html" type="text/html"
+  title="Containers" />
+<link rel="Next" href="../25_algorithms/howto.html" type="text/html"
+  title="Algorithms" />
+<link rel="Copyright" href="../17_intro/license.html" type="text/html" />
+<link rel="Help" href="../faq/index.html" type="text/html" title="F.A.Q." />
 </head>
 <body>
 
index 9b2f24812b840a13c393d55076e95dd100e0b22c..fe45f3237e17ef927e83abd6b5fa3a8190defa2f 100644 (file)
    <meta name="KEYWORDS" content="HOWTO, libstdc++, GCC, g++, libg++, STL" />
    <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" />
+   <title>libstdc++-v3 HOWTO:  Chapter 25: Algorithms</title>
+<link rel="StyleSheet" href="../lib3styles.css" type="text/css" />
+<link rel="Start" href="../documentation.html" type="text/html"
+  title="GNU C++ Standard Library" />
+<link rel="Prev" href="../24_iterators/howto.html" type="text/html"
+  title="Iterators" />
+<link rel="Next" href="../26_numerics/howto.html" type="text/html"
+  title="Numerics" />
+<link rel="Copyright" href="../17_intro/license.html" type="text/html" />
+<link rel="Help" href="../faq/index.html" type="text/html" title="F.A.Q." />
 </head>
 <body>
 
index ef0b36a8eacb48379b9953166d44b05f403ba0a4..48dc84c355b98b2bb4e7232a4674b11457ef9f98 100644 (file)
    <meta name="KEYWORDS" content="HOWTO, libstdc++, GCC, g++, libg++, STL" />
    <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" />
+   <title>libstdc++-v3 HOWTO:  Chapter 26: Numerics</title>
+<link rel="StyleSheet" href="../lib3styles.css" type="text/css" />
+<link rel="Start" href="../documentation.html" type="text/html"
+  title="GNU C++ Standard Library" />
+<link rel="Prev" href="../25_algorithms/howto.html" type="text/html"
+  title="Algorithms" />
+<link rel="Next" href="../27_io/howto.html" type="text/html"
+  title="Input/Output" />
+<link rel="Copyright" href="../17_intro/license.html" type="text/html" />
+<link rel="Help" href="../faq/index.html" type="text/html" title="F.A.Q." />
 </head>
 <body>
 
index 35568c453ffe22a75f5477399f2ef0741d75c924..e1afe5453d853e3510588613262e9db86f96741b 100644 (file)
    <meta name="KEYWORDS" content="HOWTO, libstdc++, GCC, g++, libg++, STL" />
    <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" />
+   <title>libstdc++-v3 HOWTO:  Chapter 27: Input/Output</title>
+<link rel="StyleSheet" href="../lib3styles.css" type="text/css" />
+<link rel="Start" href="../documentation.html" type="text/html"
+  title="GNU C++ Standard Library" />
+<link rel="Prev" href="../26_numerics/howto.html" type="text/html"
+  title="Numerics" />
+<link rel="Next" href="../ext/howto.html" type="text/html"
+  title="Extensions" />
+<link rel="Copyright" href="../17_intro/license.html" type="text/html" />
+<link rel="Help" href="../faq/index.html" type="text/html" title="F.A.Q." />
 </head>
 <body>
 
           &lt;&lt; &quot;another line of text\n&quot;; </pre>
    <p>I have also joined the output statements into a single statement.
       You could make the code prettier by moving the single newline to
-      the start of the quoted text on the thing line, for example.
+      the start of the quoted text on the last line, for example.
    </p>
    <p>If you do need to flush the buffer above, you can send an
       <code>endl</code> if you also need a newline, or just flush the buffer
index 2cfec4475c4c979c41f6348d4b1350fa72997a56..17ccaf9ae91fa10c7b4a608ec897f839207eaf4e 100644 (file)
@@ -10,7 +10,8 @@
    <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" type="text/css" />
+<link rel="Copyright" href="17_intro/license.html" type="text/html" />
 </head>
 <body>
 
index 91e13c14429f0867948959e26892049f6b4f9f41..bfdf38b943f3f9e0543b454052107f8d1441f497 100644 (file)
@@ -10,7 +10,8 @@
    <meta name="DESCRIPTION" content="Debugging C++ binaries" />
    <meta name="GENERATOR" content="vi and ten fingers" />
    <title>Debugging schemes and strategies</title>
-<link rel="StyleSheet" href="lib3styles.css" />
+<link rel="StyleSheet" href="lib3styles.css" type="text/css" />
+<link rel="Copyright" href="17_intro/license.html" type="text/html" />
 </head>
 <body>
 
index 4ed22d5957661597a3a6b94d1eee213996edaa1b..8867af0509561e7e0bf50458fc46c3441d74171a 100644 (file)
@@ -8,7 +8,9 @@
  <meta name="KEYWORDS" 
   content="libstdc++, homepage, home, C++, library, c++, std, g++, ABI, STL" />
  <title>GNU C++ Standard Library</title>
-<link rel="StyleSheet" href="lib3styles.css" />
+<link rel="StyleSheet" href="lib3styles.css" type="text/css" />
+<link rel="Copyright" href="17_intro/license.html" type="text/html" />
+<link rel="Help" href="faq/index.html" type="text/html" title="F.A.Q." />
 </head>
 <body>
 
index 86aa403698422c1ac291e0fc32c6707ec507a8f7..938b449d47ae4f6c823f1760d7975e8d921b6907 100644 (file)
@@ -10,7 +10,8 @@
    <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" type="text/css" />
+<link rel="Copyright" href="17_intro/license.html" type="text/html" />
 </head>
 <body>
 
index cbcef4ecb2f5e8382aae1334faebf4e5f0ef1fcc..336abd7f3a5a9bffd94d5607639fd4b21e2da00f 100644 (file)
    <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" type="text/css" />
+<link rel="Start" href="../documentation.html" type="text/html"
+  title="GNU C++ Standard Library" />
+<link rel="Prev" href="../27_io/howto.html" type="text/html"
+  title="Input/Output" />
+<link rel="Bookmark" href="sgiexts.html" type="text/html"
+  title="SGI extensions" />
+<link rel="Copyright" href="../17_intro/license.html" type="text/html" />
 </head>
 <body>
 
index e8bebec877b0cf24e31658490fc9d44b92038ca9..515fc151e394e6f83e819cbf4dee3dbf7302e96f 100644 (file)
    <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" type="text/css" />
+<link rel="Start" href="../documentation.html" type="text/html"
+  title="GNU C++ Standard Library" />
+<link rel="Subsection" href="sgiexts.html" type="text/html" title="Extensions" />
+<link rel="Bookmark" href="howto.html" type="text/html" title="Extensions" />
+<link rel="Copyright" href="../17_intro/license.html" type="text/html" />
 </head>
 <body>
 
@@ -29,7 +34,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: 2002/12/16 18:22:57 $ (UTC).
+   $Date: 2003/04/16 17:02:47 $ (UTC).
 </p>
 
 <p>Descriptions range from the scanty to the verbose.  You should also check
index 056cfe37b9d4b8e3f07dc40985110db8b8c48c6e..f1e5b1bcc475d6b128b23f0e42141a28609bb5c2 100644 (file)
@@ -10,6 +10,9 @@
    <meta name="DESCRIPTION" content="FAQ for the GNU libstdc++ effort." />
    <title>libstdc++-v3 FAQ</title>
 <link rel="StyleSheet" href="../lib3styles.css" />
+<link rel="Start" rev="Help" href="../documentation.html" type="text/html"
+ title="GNU C++ Standard Library" />
+<link rel="Copyright" href="../17_intro/license.html" type="text/html" />
 <!--
   ** Locations of "the most recent snapshot is the Nth" text are
   ** answers 1_1, .
index 6c983710b86d8d1b22b70eea6de8fc8312a64d7e..7889b93e393d84da3c9fe6b901b7b65faefb4d02 100644 (file)
@@ -10,7 +10,8 @@
    <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" type="text/css" />
+<link rel="Copyright" href="17_intro/license.html" type="text/html" />
 </head>
 <body>