From 57646b27b4247077627a272b72d2caef037a5f02 Mon Sep 17 00:00:00 2001 From: redi Date: Thu, 13 Mar 2003 18:26:23 +0000 Subject: [PATCH] 2003-03-13 Jonathan Wakely * docs/html/configopts.html, docs/html/documentation.html, docs/html/explanations.html, docs/html/install.html, docs/html/19_diagnostics/howto.html, docs/html/faq/index.html: Fix invalid XHTML and make page header style consistent. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64312 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 7 +++++++ libstdc++-v3/docs/html/19_diagnostics/howto.html | 3 ++- libstdc++-v3/docs/html/configopts.html | 15 ++++++++------- libstdc++-v3/docs/html/documentation.html | 1 + libstdc++-v3/docs/html/explanations.html | 10 ++++++---- libstdc++-v3/docs/html/faq/index.html | 10 ++++++---- libstdc++-v3/docs/html/install.html | 10 ++++++---- 7 files changed, 36 insertions(+), 20 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 3acb4a46fbb..1ee7a05b369 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2003-03-13 Jonathan Wakely + + * docs/html/configopts.html, docs/html/documentation.html, + docs/html/explanations.html, docs/html/install.html, + docs/html/19_diagnostics/howto.html, docs/html/faq/index.html: Fix + invalid XHTML and make page header style consistent. + 2003-03-12 Jonathan Wakely * docs/html/faq/index.html: Explain memory "leaks" due to allocators. diff --git a/libstdc++-v3/docs/html/19_diagnostics/howto.html b/libstdc++-v3/docs/html/19_diagnostics/howto.html index dbfcc9cb054..b658be83c7a 100644 --- a/libstdc++-v3/docs/html/19_diagnostics/howto.html +++ b/libstdc++-v3/docs/html/19_diagnostics/howto.html @@ -172,7 +172,8 @@

UPDATE: Starting with GCC 3.4, this is the default termination handler; nothing need be done to use it. To go back to the previous "silent death" method, simply include - <exception> and <cstdlib>, and call + <exception> and <cstdlib>, + and call

        std::set_terminate (std::abort);
diff --git a/libstdc++-v3/docs/html/configopts.html b/libstdc++-v3/docs/html/configopts.html index aec70a60271..ff46ec60d45 100644 --- a/libstdc++-v3/docs/html/configopts.html +++ b/libstdc++-v3/docs/html/configopts.html @@ -17,13 +17,15 @@

Interesting configure options

-

The latest version of this document is always available at +

+ The latest version of this document is always available at http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html. -

+

-

To the libstdc++-v3 homepage. -

+

+ To the libstdc++-v3 homepage. +


@@ -152,12 +154,11 @@ options , are installed in ${libdir}/debug, and have the same names and versioning information as the non-debug libraries. This option is off by default. -

- Note this make command, executed in +

+

Note this make command, executed in the build directory, will do much the same thing, without the configuration difference and without building everything twice: make CXXFLAGS='-g3 -O0' all -

diff --git a/libstdc++-v3/docs/html/documentation.html b/libstdc++-v3/docs/html/documentation.html index f63a3f77736..c2fa332522d 100644 --- a/libstdc++-v3/docs/html/documentation.html +++ b/libstdc++-v3/docs/html/documentation.html @@ -49,6 +49,7 @@ diff --git a/libstdc++-v3/docs/html/explanations.html b/libstdc++-v3/docs/html/explanations.html index dac57b87288..5a60b910dce 100644 --- a/libstdc++-v3/docs/html/explanations.html +++ b/libstdc++-v3/docs/html/explanations.html @@ -17,13 +17,15 @@

Explanatory notes about libstdc++-v3 design

-

The latest version of this document is always available at +

+ The latest version of this document is always available at http://gcc.gnu.org/onlinedocs/libstdc++/explanations.html. -

+

-

To the libstdc++-v3 homepage. -

+

+ To the libstdc++-v3 homepage. +

diff --git a/libstdc++-v3/docs/html/faq/index.html b/libstdc++-v3/docs/html/faq/index.html index 099283420cf..2a5c4d449b0 100644 --- a/libstdc++-v3/docs/html/faq/index.html +++ b/libstdc++-v3/docs/html/faq/index.html @@ -19,16 +19,18 @@

libstdc++ Frequently Asked Questions

-

The latest version of this document is always available at +

+ The latest version of this document is always available at http://gcc.gnu.org/onlinedocs/libstdc++/faq/. The main documentation page is at http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html. -

+

-

To the libstdc++-v3 homepage. -

+

+ To the libstdc++-v3 homepage. +


diff --git a/libstdc++-v3/docs/html/install.html b/libstdc++-v3/docs/html/install.html index 6b2ea066456..2330b7a7c16 100644 --- a/libstdc++-v3/docs/html/install.html +++ b/libstdc++-v3/docs/html/install.html @@ -16,13 +16,15 @@

libstdc++-v3 INSTALL

-

The latest version of this document is always available at +

+ The latest version of this document is always available at http://gcc.gnu.org/onlinedocs/libstdc++/install.html. -

+

-

To the libstdc++-v3 homepage. -

+

+ To the libstdc++-v3 homepage. +

-- 2.11.0