Commit 2702080f by Joseph Myers Committed by Joseph Myers

configopts.html, [...]: Sync with wwwdocs.

	* docs/configopts.html, docs/documentation.html,
	docs/install.html, docs/17_intro/BADNAMES,
	docs/17_intro/contribute.html, docs/17_intro/howto.html,
	docs/18_support/howto.html, docs/19_diagnostics/howto.html,
	docs/20_util/howto.html, docs/21_strings/howto.html,
	docs/22_locale/howto.html, docs/23_containers/howto.html,
	docs/24_iterators/howto.html, docs/25_algorithms/howto.html,
	docs/26_numerics/howto.html, docs/27_io/howto.html,
	docs/ext/howto.html, docs/faq/index.html, docs/faq/index.txt: Sync
	with wwwdocs.

From-SVN: r37981
parent f933fd92
2000-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
* docs/configopts.html, docs/documentation.html,
docs/install.html, docs/17_intro/BADNAMES,
docs/17_intro/contribute.html, docs/17_intro/howto.html,
docs/18_support/howto.html, docs/19_diagnostics/howto.html,
docs/20_util/howto.html, docs/21_strings/howto.html,
docs/22_locale/howto.html, docs/23_containers/howto.html,
docs/24_iterators/howto.html, docs/25_algorithms/howto.html,
docs/26_numerics/howto.html, docs/27_io/howto.html,
docs/ext/howto.html, docs/faq/index.html, docs/faq/index.txt: Sync
with wwwdocs.
2000-12-01 Phil Edwards <pme@sources.redhat.com>
* docs/download.html: Remove.
......
......@@ -158,5 +158,5 @@ __i486__
__cplusplus
__embedded_cplusplus
// long double conversion members mangled as __opr
// http://sources.redhat.com/ml/libstdc++/1999-q4/msg00060.html
_opr
\ No newline at end of file
// http://gcc.gnu.org/ml/libstdc++/1999-q4/msg00060.html
_opr
......@@ -87,7 +87,7 @@ response from the maintainers) it would have all of these pieces:
get the latest version of GNU diff.
<li> When you have all these pieces, bundle them up in a mail message
and send it to libstdc++@sources.redhat.com. All patches and related
and send it to libstdc++@gcc.gnu.org. All patches and related
discussion should be sent to the libstdc++ mailinglist.
</ul>
......
......@@ -7,9 +7,8 @@
<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="home" HREF="http://sources.redhat.com/libstdc++/docs/18_support/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.4 2000/07/11 21:45:07 pme Exp $ -->
<!-- $Id: howto.html,v 1.5 2000/10/21 00:51:49 jsm28 Exp $ -->
</HEAD>
<BODY>
......@@ -93,9 +92,9 @@
<LI>One way of preventing memory leaks by the old default memory
allocator in multithreaded code is
<A HREF="http://gcc.gnu.org/ml/gcc/1999-11n/msg00431.html">discussed here</A>.
<LI><A HREF="http://sources.redhat.com/ml/libstdc++/1999-q3/msg00167.html">This thread
<LI><A HREF="http://gcc.gnu.org/ml/libstdc++/1999-q3/msg00167.html">This thread
concerns strings</A>.
<LI><A HREF="http://sources.redhat.com/ml/libstdc++/1999-q2/msg00339.html">So does this
<LI><A HREF="http://gcc.gnu.org/ml/libstdc++/1999-q2/msg00339.html">So does this
one</A>. This initial message also refers to another
thread in the GCC mailing list...
<LI><A HREF="http://gcc.gnu.org/ml/gcc/1999-06n/msg00680.html">which is here</A>,
......@@ -104,13 +103,13 @@
<LI><A HREF="http://gcc.gnu.org/ml/gcc-bugs/1999-04n/msg00777.html">beginning here</A>,
and talking about pthreads. (Note that a much more recent
message from the first thread in this list notes that
<A HREF="http://sources.redhat.com/ml/libstdc++/1999-q3/msg00176.html">pthreads
<A HREF="http://gcc.gnu.org/ml/libstdc++/1999-q3/msg00176.html">pthreads
should not be used as a starting point</A> for making
libstdc++ threadsafe.)
<LI><A HREF="http://sources.redhat.com/ml/libstdc++/1999-q2/msg00168.html">This
<LI><A HREF="http://gcc.gnu.org/ml/libstdc++/1999-q2/msg00168.html">This
message</A>,
<A HREF="http://sources.redhat.com/ml/libstdc++/1999-q2/msg00159.html">this one</A>,
and <A HREF="http://sources.redhat.com/ml/libstdc++/1999-q2/msg00156.html">this one</A>
<A HREF="http://gcc.gnu.org/ml/libstdc++/1999-q2/msg00159.html">this one</A>,
and <A HREF="http://gcc.gnu.org/ml/libstdc++/1999-q2/msg00156.html">this one</A>
are the tops of related threads (all within the same time
period) discussing threading and the IO library. Much of it
is dealing with the C library, but C++ is included as well.
......@@ -147,7 +146,7 @@
Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.4 2000/07/11 21:45:07 pme Exp $
<BR> $Id: howto.html,v 1.5 2000/10/21 00:51:49 jsm28 Exp $
</EM></P>
......
......@@ -7,9 +7,8 @@
<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="home" HREF="http://sources.redhat.com/libstdc++/docs/18_support/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.5 2000/09/19 21:44:29 pme Exp $ -->
<!-- $Id: howto.html,v 1.6 2000/10/21 00:51:49 jsm28 Exp $ -->
</HEAD>
<BODY>
......@@ -262,7 +261,7 @@
Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.5 2000/09/19 21:44:29 pme Exp $
<BR> $Id: howto.html,v 1.6 2000/10/21 00:51:49 jsm28 Exp $
</EM></P>
......
......@@ -7,9 +7,8 @@
<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="home" HREF="http://sources.redhat.com/libstdc++/docs/19_diagnostics/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.3 2000/07/11 21:45:07 pme Exp $ -->
<!-- $Id: howto.html,v 1.4 2000/10/21 00:51:49 jsm28 Exp $ -->
</HEAD>
<BODY>
......@@ -100,7 +99,7 @@
Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.3 2000/07/11 21:45:07 pme Exp $
<BR> $Id: howto.html,v 1.4 2000/10/21 00:51:49 jsm28 Exp $
</EM></P>
......
......@@ -7,9 +7,8 @@
<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="home" HREF="http://sources.redhat.com/libstdc++/docs/20_util/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.2 2000/07/11 21:45:07 pme Exp $ -->
<!-- $Id: howto.html,v 1.3 2000/10/21 00:51:49 jsm28 Exp $ -->
</HEAD>
<BODY>
......@@ -186,7 +185,7 @@
Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.2 2000/07/11 21:45:07 pme Exp $
<BR> $Id: howto.html,v 1.3 2000/10/21 00:51:49 jsm28 Exp $
</EM></P>
......
......@@ -7,9 +7,8 @@
<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="home" HREF="http://sources.redhat.com/libstdc++/docs/21_strings/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.5 2000/09/19 21:54:48 pme Exp $ -->
<!-- $Id: howto.html,v 1.6 2000/10/21 00:51:49 jsm28 Exp $ -->
</HEAD>
<BODY>
......@@ -325,7 +324,7 @@
Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.5 2000/09/19 21:54:48 pme Exp $
<BR> $Id: howto.html,v 1.6 2000/10/21 00:51:49 jsm28 Exp $
</EM></P>
......
......@@ -7,9 +7,8 @@
<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="home" HREF="http://sources.redhat.com/libstdc++/docs/22_locale/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.6 2000/10/04 06:44:25 bkoz Exp $ -->
<!-- $Id: howto.html,v 1.7 2000/10/21 00:51:50 jsm28 Exp $ -->
</HEAD>
<BODY>
......@@ -228,7 +227,7 @@ functionality are given.
Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.6 2000/10/04 06:44:25 bkoz Exp $
<BR> $Id: howto.html,v 1.7 2000/10/21 00:51:50 jsm28 Exp $
</EM></P>
......
......@@ -7,9 +7,8 @@
<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="home" HREF="http://sources.redhat.com/libstdc++/docs/23_containers/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.2 2000/07/11 21:45:08 pme Exp $ -->
<!-- $Id: howto.html,v 1.3 2000/10/21 00:51:50 jsm28 Exp $ -->
</HEAD>
<BODY>
......@@ -238,7 +237,7 @@
Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.2 2000/07/11 21:45:08 pme Exp $
<BR> $Id: howto.html,v 1.3 2000/10/21 00:51:50 jsm28 Exp $
</EM></P>
......
......@@ -7,9 +7,8 @@
<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="home" HREF="http://sources.redhat.com/libstdc++/docs/24_iterators/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.3 2000/07/11 21:45:08 pme Exp $ -->
<!-- $Id: howto.html,v 1.4 2000/10/21 00:51:50 jsm28 Exp $ -->
</HEAD>
<BODY>
......@@ -87,7 +86,7 @@
Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.3 2000/07/11 21:45:08 pme Exp $
<BR> $Id: howto.html,v 1.4 2000/10/21 00:51:50 jsm28 Exp $
</EM></P>
......
......@@ -7,9 +7,8 @@
<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="home" HREF="http://sources.redhat.com/libstdc++/docs/25_algorithms/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.3 2000/07/11 21:45:08 pme Exp $ -->
<!-- $Id: howto.html,v 1.4 2000/10/21 00:51:50 jsm28 Exp $ -->
</HEAD>
<BODY>
......@@ -89,7 +88,7 @@
Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.3 2000/07/11 21:45:08 pme Exp $
<BR> $Id: howto.html,v 1.4 2000/10/21 00:51:50 jsm28 Exp $
</EM></P>
......
......@@ -7,9 +7,8 @@
<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="home" HREF="http://sources.redhat.com/libstdc++/docs/26_numerics/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.5 2000/08/28 18:41:24 pme Exp $ -->
<!-- $Id: howto.html,v 1.6 2000/10/21 00:51:50 jsm28 Exp $ -->
</HEAD>
<BODY>
......@@ -135,7 +134,7 @@
Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.5 2000/08/28 18:41:24 pme Exp $
<BR> $Id: howto.html,v 1.6 2000/10/21 00:51:50 jsm28 Exp $
</EM></P>
......
......@@ -7,9 +7,8 @@
<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="home" HREF="http://sources.redhat.com/libstdc++/docs/27_io/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.4 2000/11/10 00:28:21 gerald Exp $ -->
<!-- $Id: howto.html,v 1.4 2000/11/29 20:37:02 pme Exp $ -->
</HEAD>
<BODY>
......@@ -336,7 +335,7 @@
Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.4 2000/11/10 00:28:21 gerald Exp $
<BR> $Id: howto.html,v 1.4 2000/11/29 20:37:02 pme Exp $
</EM></P>
......
......@@ -6,9 +6,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="home" HREF="http://sources.redhat.com/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: configopts.html,v 1.18 2000/11/16 22:19:52 gerald Exp $ -->
<!-- $Id: configopts.html,v 1.17 2000/11/29 20:37:02 pme Exp $ -->
</HEAD>
<BODY>
......@@ -16,8 +15,8 @@
options</A></H1>
<P>The latest version of this document is always available at
<A HREF="http://sources.redhat.com/libstdc++/configopts.html">
http://sources.redhat.com/libstdc++/configopts.html</A>.
<A HREF="http://gcc.gnu.org/libstdc++/configopts.html">
http://gcc.gnu.org/libstdc++/configopts.html</A>.
</P>
<P>To the <A HREF="index.html">libstdc++-v3 homepage</A>.
......@@ -168,7 +167,7 @@ options</A></H1>
<HR>
<P CLASS="fineprint"><EM>
$Id: configopts.html,v 1.18 2000/11/16 22:19:52 gerald Exp $
$Id: configopts.html,v 1.17 2000/11/29 20:37:02 pme Exp $
</EM></P>
......
......@@ -2,9 +2,8 @@
<HEAD>
<META NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
<TITLE>Standard C++ Library v3</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: documentation.html,v 1.8 2000/11/19 02:52:01 gerald Exp $ -->
<!-- $Id: documentation.html,v 1.6 2000/11/29 20:37:02 pme Exp $ -->
</HEAD>
<BODY>
......
......@@ -7,9 +7,8 @@
<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="home" HREF="http://sources.redhat.com/libstdc++/docs/ext/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.2 2000/10/05 20:15:29 pme Exp $ -->
<!-- $Id: howto.html,v 1.3 2000/10/21 00:51:50 jsm28 Exp $ -->
</HEAD>
<BODY>
......@@ -149,7 +148,7 @@
Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.2 2000/10/05 20:15:29 pme Exp $
<BR> $Id: howto.html,v 1.3 2000/10/21 00:51:50 jsm28 Exp $
</EM></P>
......
......@@ -4,21 +4,20 @@
<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="home" HREF="http://sources.redhat.com/libstdc++/">
<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.
-->
<!-- $Id: index.html,v 1.12 2000/11/21 00:18:07 pme Exp $ -->
<!-- $Id: index.html,v 1.9 2000/11/29 20:37:02 pme Exp $ -->
</HEAD>
<BODY>
<H1 CLASS="centered">libstdc++ Frequently Asked Questions</H1>
<P>The latest version of this document is always available at
<A HREF="http://sources.redhat.com/libstdc++/faq/index.html">
http://sources.redhat.com/libstdc++/faq/</A>.</P>
<A HREF="http://gcc.gnu.org/libstdc++/faq/">
http://gcc.gnu.org/libstdc++/faq/</A>.</P>
<P>To the <A HREF="../index.html">libstdc++-v3 homepage</A>.
......@@ -93,7 +92,7 @@ http://sources.redhat.com/libstdc++/faq/</A>.</P>
as described in chapters 17 through 27 and annex D. As the
library reaches stable plateaus, it is captured in a snapshot
and released. The current release is <A
HREF="ftp://sources.redhat.com/pub/libstdc++/libstdc++-2.91.tar.gz">the
HREF="ftp://gcc.gnu.org/pub/libstdc++/libstdc++-2.91.tar.gz">the
tenth snapshot</A>. For those who want to see exactly how
far the project has come, or just want the latest
bleeding-edge code, the up-to-date source is available over
......@@ -147,7 +146,7 @@ HREF="http://gcc.gnu.org/gcc-2.95/buildstat.html">portability</A>
<HR>
<H2><A NAME="1_4">1.4 How do I get libstdc++?</A></H2>
<P>The tenth (and latest) snapshot of libstdc++-v3 is <A
HREF="ftp://sources.redhat.com/pub/libstdc++/libstdc++-2.91.tar.gz">
HREF="ftp://gcc.gnu.org/pub/libstdc++/libstdc++-2.91.tar.gz">
available via ftp</A>.
</P>
<P>The <A HREF="../index.html">homepage</A>
......@@ -229,8 +228,8 @@ which is no longer available, thanks deja...-->
At present, you do not need to be subscribed to the list to
send a message to it. More information is available on the
homepage (including how to browse the list archives); to send
to the list, use <A HREF="mailto:libstdc++@sources.redhat.com">
<TT>libstdc++@sources.redhat.com</TT></A>.
to the list, use <A HREF="mailto:libstdc++@gcc.gnu.org">
<CODE>libstdc++@gcc.gnu.org</CODE></A>.
</P>
<P>If you have a question that you think should be included here,
or if you have a question <EM>about</EM> a question/answer here,
......@@ -454,7 +453,7 @@ New:
<HR>
<H2><A NAME="4_3">4.3 Bugs in the C++ language/lib specification</A></H2>
<P>Yes, unfortunately, there are some. In a <A
HREF="http://sources.redhat.com/ml/libstdc++/1998/msg00006.html">message
HREF="http://gcc.gnu.org/ml/libstdc++/1998/msg00006.html">message
to the list</A>, Nathan Myers announced that he has started a list of
problems in the ISO C++ Standard itself, especially with
regard to the chapters that concern the library. The list
......@@ -561,10 +560,10 @@ to the list</A>, Nathan Myers announced that he has started a list of
instance) will of course be a continuing task.
</P>
<P><A
HREF="http://sources.redhat.com/ml/libstdc++/1999/msg00080.html">This
HREF="http://gcc.gnu.org/ml/libstdc++/1999/msg00080.html">This
question</A> about the next libstdc++ prompted some brief but
interesting <A
HREF="http://sources.redhat.com/ml/libstdc++/1999/msg00084.html">speculation</A>.
HREF="http://gcc.gnu.org/ml/libstdc++/1999/msg00084.html">speculation</A>.
</P>
<HR>
......@@ -602,7 +601,7 @@ HREF="http://sources.redhat.com/ml/libstdc++/1999/msg00084.html">speculation</A>
<H2><A NAME="5_5">5.5 Compiling with &quot;-fnew-abi&quot;</A></H2>
<P>Towards the end of July 1999, this subject was brought up again
on the mailing list under a different name. The related
<A HREF="http://sources.redhat.com/ml/libstdc++/1999-q3/msg00066.html">thread</A>
<A HREF="http://gcc.gnu.org/ml/libstdc++/1999-q3/msg00066.html">thread</A>
(by the name HOWTO-honor-std) is very instructive. More info
is at the end of RELEASE-NOTES.
</P>
......@@ -618,10 +617,10 @@ HREF="http://sources.redhat.com/ml/libstdc++/1999/msg00084.html">speculation</A>
<P>This is assuming that your idea of &quot;multithreaded&quot;
is the same as ours... The general question of multithreading
and libstdc++-v3 is addressed in the chapter-specific advice for
<A HREF="http://sources.redhat.com/libstdc++/17_intro/howto.html#3">Library
<A HREF="http://gcc.gnu.org/libstdc++/17_intro/howto.html#3">Library
Introduction</A>. Threadsafe containers are covered in
more detail in
<A HREF="http://sources.redhat.com/libstdc++/23_containers/howto.html">the
<A HREF="http://gcc.gnu.org/libstdc++/23_containers/howto.html">the
Received Wisdom section on containers</A>.
<!-- I have successfully evaded the topic; my work here is
done- no, wait, I have to write those other sections... -->
......@@ -653,7 +652,7 @@ HREF="http://sources.redhat.com/ml/libstdc++/1999/msg00084.html">speculation</A>
Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: index.html,v 1.12 2000/11/21 00:18:07 pme Exp $
<BR> $Id: index.html,v 1.9 2000/11/29 20:37:02 pme Exp $
</EM></P>
......
......@@ -6,17 +6,16 @@
<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="home" HREF="http://sources.redhat.com/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: install.html,v 1.11 2000/11/16 22:19:52 gerald Exp $ -->
<!-- $Id: install.html,v 1.11 2000/11/29 20:37:02 pme Exp $ -->
</HEAD>
<BODY>
<H1 CLASS="centered"><A NAME="top">libstdc++-v3 INSTALL</A></H1>
<P>The latest version of this document is always available at
<A HREF="http://sources.redhat.com/libstdc++/install.html">
http://sources.redhat.com/libstdc++/install.html</A>.
<A HREF="http://gcc.gnu.org/libstdc++/install.html">
http://gcc.gnu.org/libstdc++/install.html</A>.
</P>
<P>To the <A HREF="index.html">libstdc++-v3 homepage</A>.
......@@ -382,7 +381,7 @@
of something else. The compiler in CVS could inline more than what
2.95.2 does, and the libstdc++ changes were made with that
compiler. One of the libstdc++ maintainers explains this
<A HREF="http://sources.redhat.com/ml/libstdc++/2000-q1/msg00420.html">here</A>.
<A HREF="http://gcc.gnu.org/ml/libstdc++/2000-q1/msg00420.html">here</A>.
</P>
<P>This has been patched in current CVS sources.
</P>
......@@ -403,7 +402,7 @@
Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: install.html,v 1.11 2000/11/16 22:19:52 gerald Exp $
<BR> $Id: install.html,v 1.11 2000/11/29 20:37:02 pme Exp $
</EM></P>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment