From 2a02fd12a7fd25d3699b9050c0154bbfc12b2b6d Mon Sep 17 00:00:00 2001 From: pme Date: Mon, 7 Oct 2002 18:11:23 +0000 Subject: [PATCH] 2002-10-07 Jonathan Wakely * docs/html/configopts.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, docs/html/faq/index.html: Add DOCTYPEs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57903 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 15 +++++++++++++++ libstdc++-v3/docs/html/17_intro/contribute.html | 7 ++++++- libstdc++-v3/docs/html/17_intro/howto.html | 7 ++++++- libstdc++-v3/docs/html/17_intro/license.html | 7 ++++++- libstdc++-v3/docs/html/18_support/howto.html | 7 ++++++- libstdc++-v3/docs/html/19_diagnostics/howto.html | 7 ++++++- libstdc++-v3/docs/html/20_util/howto.html | 7 ++++++- libstdc++-v3/docs/html/21_strings/howto.html | 7 ++++++- libstdc++-v3/docs/html/22_locale/codecvt.html | 7 ++++++- libstdc++-v3/docs/html/22_locale/ctype.html | 7 ++++++- libstdc++-v3/docs/html/22_locale/howto.html | 7 ++++++- libstdc++-v3/docs/html/22_locale/locale.html | 6 +++++- libstdc++-v3/docs/html/22_locale/messages.html | 6 +++++- libstdc++-v3/docs/html/23_containers/howto.html | 6 +++++- libstdc++-v3/docs/html/24_iterators/howto.html | 6 +++++- libstdc++-v3/docs/html/25_algorithms/howto.html | 6 +++++- libstdc++-v3/docs/html/26_numerics/howto.html | 6 +++++- libstdc++-v3/docs/html/27_io/howto.html | 6 +++++- libstdc++-v3/docs/html/configopts.html | 7 ++++++- libstdc++-v3/docs/html/documentation.html | 7 ++++++- libstdc++-v3/docs/html/explanations.html | 7 ++++++- libstdc++-v3/docs/html/ext/howto.html | 6 +++++- libstdc++-v3/docs/html/ext/sgiexts.html | 8 ++++++-- libstdc++-v3/docs/html/faq/index.html | 6 +++++- libstdc++-v3/docs/html/install.html | 7 ++++++- 25 files changed, 150 insertions(+), 25 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d3bb12a2135..2f93aa97f31 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,18 @@ +2002-10-07 Jonathan Wakely + + * docs/html/configopts.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, docs/html/faq/index.html: Add DOCTYPEs. + 2002-10-03 Richard Earnshaw PR libstdc++/3584 diff --git a/libstdc++-v3/docs/html/17_intro/contribute.html b/libstdc++-v3/docs/html/17_intro/contribute.html index 1ab24b92fb5..17bc65f4ed0 100644 --- a/libstdc++-v3/docs/html/17_intro/contribute.html +++ b/libstdc++-v3/docs/html/17_intro/contribute.html @@ -1,4 +1,9 @@ - + + + + How to contribute diff --git a/libstdc++-v3/docs/html/17_intro/howto.html b/libstdc++-v3/docs/html/17_intro/howto.html index a8cf3976e13..137829df6f8 100644 --- a/libstdc++-v3/docs/html/17_intro/howto.html +++ b/libstdc++-v3/docs/html/17_intro/howto.html @@ -1,4 +1,9 @@ - + + + + diff --git a/libstdc++-v3/docs/html/17_intro/license.html b/libstdc++-v3/docs/html/17_intro/license.html index 7db8aa5f240..a0a2c9135ea 100644 --- a/libstdc++-v3/docs/html/17_intro/license.html +++ b/libstdc++-v3/docs/html/17_intro/license.html @@ -1,4 +1,9 @@ - + + + + diff --git a/libstdc++-v3/docs/html/18_support/howto.html b/libstdc++-v3/docs/html/18_support/howto.html index c055f999bdc..c95f956a370 100644 --- a/libstdc++-v3/docs/html/18_support/howto.html +++ b/libstdc++-v3/docs/html/18_support/howto.html @@ -1,4 +1,9 @@ - + + + + diff --git a/libstdc++-v3/docs/html/19_diagnostics/howto.html b/libstdc++-v3/docs/html/19_diagnostics/howto.html index 07585bb8347..d1d759d5a43 100644 --- a/libstdc++-v3/docs/html/19_diagnostics/howto.html +++ b/libstdc++-v3/docs/html/19_diagnostics/howto.html @@ -1,4 +1,9 @@ - + + + + diff --git a/libstdc++-v3/docs/html/20_util/howto.html b/libstdc++-v3/docs/html/20_util/howto.html index 7b7485ed837..28021d20635 100644 --- a/libstdc++-v3/docs/html/20_util/howto.html +++ b/libstdc++-v3/docs/html/20_util/howto.html @@ -1,4 +1,9 @@ - + + + + diff --git a/libstdc++-v3/docs/html/21_strings/howto.html b/libstdc++-v3/docs/html/21_strings/howto.html index e49a166c0c5..b1e61015474 100644 --- a/libstdc++-v3/docs/html/21_strings/howto.html +++ b/libstdc++-v3/docs/html/21_strings/howto.html @@ -1,4 +1,9 @@ - + + + + diff --git a/libstdc++-v3/docs/html/22_locale/codecvt.html b/libstdc++-v3/docs/html/22_locale/codecvt.html index 64f3856d479..6acd416fc07 100644 --- a/libstdc++-v3/docs/html/22_locale/codecvt.html +++ b/libstdc++-v3/docs/html/22_locale/codecvt.html @@ -1,4 +1,9 @@ - + + + + diff --git a/libstdc++-v3/docs/html/22_locale/ctype.html b/libstdc++-v3/docs/html/22_locale/ctype.html index 886f83d0739..3043123f041 100644 --- a/libstdc++-v3/docs/html/22_locale/ctype.html +++ b/libstdc++-v3/docs/html/22_locale/ctype.html @@ -1,4 +1,9 @@ - + + + + diff --git a/libstdc++-v3/docs/html/22_locale/howto.html b/libstdc++-v3/docs/html/22_locale/howto.html index 106662753d9..bd2526ddb4c 100644 --- a/libstdc++-v3/docs/html/22_locale/howto.html +++ b/libstdc++-v3/docs/html/22_locale/howto.html @@ -1,4 +1,9 @@ - + + + + diff --git a/libstdc++-v3/docs/html/22_locale/locale.html b/libstdc++-v3/docs/html/22_locale/locale.html index 999e82ed0bd..437acce0406 100644 --- a/libstdc++-v3/docs/html/22_locale/locale.html +++ b/libstdc++-v3/docs/html/22_locale/locale.html @@ -1,4 +1,8 @@ - + + + diff --git a/libstdc++-v3/docs/html/22_locale/messages.html b/libstdc++-v3/docs/html/22_locale/messages.html index 7497590bd88..68d387612ff 100644 --- a/libstdc++-v3/docs/html/22_locale/messages.html +++ b/libstdc++-v3/docs/html/22_locale/messages.html @@ -1,4 +1,8 @@ - + + + diff --git a/libstdc++-v3/docs/html/23_containers/howto.html b/libstdc++-v3/docs/html/23_containers/howto.html index 1c1e137b67c..94226a21b7e 100644 --- a/libstdc++-v3/docs/html/23_containers/howto.html +++ b/libstdc++-v3/docs/html/23_containers/howto.html @@ -1,4 +1,8 @@ - + + + diff --git a/libstdc++-v3/docs/html/24_iterators/howto.html b/libstdc++-v3/docs/html/24_iterators/howto.html index 4d48cffdcbd..d8df4420444 100644 --- a/libstdc++-v3/docs/html/24_iterators/howto.html +++ b/libstdc++-v3/docs/html/24_iterators/howto.html @@ -1,4 +1,8 @@ - + + + diff --git a/libstdc++-v3/docs/html/25_algorithms/howto.html b/libstdc++-v3/docs/html/25_algorithms/howto.html index 65403ca8159..19c362454c1 100644 --- a/libstdc++-v3/docs/html/25_algorithms/howto.html +++ b/libstdc++-v3/docs/html/25_algorithms/howto.html @@ -1,4 +1,8 @@ - + + + diff --git a/libstdc++-v3/docs/html/26_numerics/howto.html b/libstdc++-v3/docs/html/26_numerics/howto.html index 067f59dd0fd..6074e358291 100644 --- a/libstdc++-v3/docs/html/26_numerics/howto.html +++ b/libstdc++-v3/docs/html/26_numerics/howto.html @@ -1,4 +1,8 @@ - + + + diff --git a/libstdc++-v3/docs/html/27_io/howto.html b/libstdc++-v3/docs/html/27_io/howto.html index 94b0e015fba..73187d3f1c2 100644 --- a/libstdc++-v3/docs/html/27_io/howto.html +++ b/libstdc++-v3/docs/html/27_io/howto.html @@ -1,4 +1,8 @@ - + + + diff --git a/libstdc++-v3/docs/html/configopts.html b/libstdc++-v3/docs/html/configopts.html index 47eb4637fbe..eab9864f330 100644 --- a/libstdc++-v3/docs/html/configopts.html +++ b/libstdc++-v3/docs/html/configopts.html @@ -1,4 +1,9 @@ - + + + + diff --git a/libstdc++-v3/docs/html/documentation.html b/libstdc++-v3/docs/html/documentation.html index aba38723747..a4a79e32b54 100644 --- a/libstdc++-v3/docs/html/documentation.html +++ b/libstdc++-v3/docs/html/documentation.html @@ -1,4 +1,9 @@ - + + + + diff --git a/libstdc++-v3/docs/html/explanations.html b/libstdc++-v3/docs/html/explanations.html index 7d8196ff84a..dac57b87288 100644 --- a/libstdc++-v3/docs/html/explanations.html +++ b/libstdc++-v3/docs/html/explanations.html @@ -1,4 +1,9 @@ - + + + + diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index b4f6dae6f14..2a038267627 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -1,4 +1,8 @@ - + + + diff --git a/libstdc++-v3/docs/html/ext/sgiexts.html b/libstdc++-v3/docs/html/ext/sgiexts.html index eed0a16d694..dd3ab6796bb 100644 --- a/libstdc++-v3/docs/html/ext/sgiexts.html +++ b/libstdc++-v3/docs/html/ext/sgiexts.html @@ -1,4 +1,8 @@ - + + + @@ -24,7 +28,7 @@ libstdc++-v3 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/11/28 00:02:04 $ (UTC). + $Date: 2002/09/05 15:47:53 $ (UTC).

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 6d42ebc7ecf..c4f4e78a600 100644 --- a/libstdc++-v3/docs/html/faq/index.html +++ b/libstdc++-v3/docs/html/faq/index.html @@ -1,4 +1,8 @@ - + + + diff --git a/libstdc++-v3/docs/html/install.html b/libstdc++-v3/docs/html/install.html index 20e2a0a366b..8d9101ae49d 100644 --- a/libstdc++-v3/docs/html/install.html +++ b/libstdc++-v3/docs/html/install.html @@ -1,4 +1,9 @@ - + + + + -- 2.11.0