Commit d73b0bcf by Joseph Myers Committed by Joseph Myers

configopts.html, [...]: Remove many EGCS references...

	* docs/configopts.html, docs/install.html, docs/17_intro/BADNAMES,
	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:
	Remove many EGCS references; use current absolute URLs on
	gcc.gnu.org or sources.redhat.com for messages in list archives.
	* docs/faq/index.txt: Regenerate.

From-SVN: r36988
parent 8f54374e
2000-10-21 Joseph S. Myers <jsm28@cam.ac.uk>
* docs/configopts.html, docs/install.html, docs/17_intro/BADNAMES,
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:
Remove many EGCS references; use current absolute URLs on
gcc.gnu.org or sources.redhat.com for messages in list archives.
* docs/faq/index.txt: Regenerate.
2000-10-19 Benjamin Kosnik <bkoz@purist.soma.redhat.com> 2000-10-19 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* testsuite/22_locale/codecvt_unicode_char.cc (test01): Adjust * testsuite/22_locale/codecvt_unicode_char.cc (test01): Adjust
......
...@@ -158,5 +158,5 @@ __i486__ ...@@ -158,5 +158,5 @@ __i486__
__cplusplus __cplusplus
__embedded_cplusplus __embedded_cplusplus
// long double conversion members mangled as __opr // long double conversion members mangled as __opr
// http://sourceware.cygnus.com/ml/libstdc++/1999-q4/msg00060.html // http://sources.redhat.com/ml/libstdc++/1999-q4/msg00060.html
_opr _opr
\ No newline at end of file
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<TITLE>libstdc++-v3 HOWTO: Chapter 17</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 17</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/18_support/"> <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/18_support/">
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.3 2000/05/03 16:11:02 pme Exp $ --> <!-- $Id: howto.html,v 1.4 2000/07/11 21:45:07 pme Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
...@@ -92,25 +92,25 @@ ...@@ -92,25 +92,25 @@
<UL> <UL>
<LI>One way of preventing memory leaks by the old default memory <LI>One way of preventing memory leaks by the old default memory
allocator in multithreaded code is allocator in multithreaded code is
<A HREF="/ml/gcc/1999-11/msg00431.html">discussed here</A>. <A HREF="http://gcc.gnu.org/ml/gcc/1999-11n/msg00431.html">discussed here</A>.
<LI><A HREF="/ml/libstdc++/1999-q3/msg00167.html">This thread <LI><A HREF="http://sources.redhat.com/ml/libstdc++/1999-q3/msg00167.html">This thread
concerns strings</A>. concerns strings</A>.
<LI><A HREF="/ml/libstdc++/1999-q2/msg00339.html">So does this <LI><A HREF="http://sources.redhat.com/ml/libstdc++/1999-q2/msg00339.html">So does this
one</A>. This initial message also refers to another one</A>. This initial message also refers to another
thread in the GCC mailing list... thread in the GCC mailing list...
<LI><A HREF="/ml/egcs/1999-06/msg00680.html">which is here</A>, <LI><A HREF="http://gcc.gnu.org/ml/gcc/1999-06n/msg00680.html">which is here</A>,
and goes on for some time. Ironically, the initial message and goes on for some time. Ironically, the initial message
in this thread also mentions another threading thread... in this thread also mentions another threading thread...
<LI><A HREF="/ml/egcs/1999-06/msg00771.html">beginning here</A>, <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 and talking about pthreads. (Note that a much more recent
message from the first thread in this list notes that message from the first thread in this list notes that
<A HREF="/ml/libstdc++/1999-q3/msg00176.html">pthreads <A HREF="http://sources.redhat.com/ml/libstdc++/1999-q3/msg00176.html">pthreads
should not be used as a starting point</A> for making should not be used as a starting point</A> for making
libstdc++ threadsafe.) libstdc++ threadsafe.)
<LI><A HREF="/ml/libstdc++/1999-q2/msg00168.html">This <LI><A HREF="http://sources.redhat.com/ml/libstdc++/1999-q2/msg00168.html">This
message</A>, message</A>,
<A HREF="/ml/libstdc++/1999-q2/msg00159.html">this one</A>, <A HREF="http://sources.redhat.com/ml/libstdc++/1999-q2/msg00159.html">this one</A>,
and <A HREF="/ml/libstdc++/1999-q2/msg00156.html">this one</A> and <A HREF="http://sources.redhat.com/ml/libstdc++/1999-q2/msg00156.html">this one</A>
are the tops of related threads (all within the same time are the tops of related threads (all within the same time
period) discussing threading and the IO library. Much of it period) discussing threading and the IO library. Much of it
is dealing with the C library, but C++ is included as well. is dealing with the C library, but C++ is included as well.
...@@ -146,8 +146,8 @@ ...@@ -146,8 +146,8 @@
<P CLASS="fineprint"><EM> <P CLASS="fineprint"><EM>
Comments and suggestions are welcome, and may be sent to Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>. <A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.3 2000/05/03 16:11:02 pme Exp $ <BR> $Id: howto.html,v 1.4 2000/07/11 21:45:07 pme Exp $
</EM></P> </EM></P>
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
<HEAD> <HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)"> <META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)">
<META NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, egcs, g++, libg++, STL"> <META NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL">
<META NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 18."> <META NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 18.">
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 18</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 18</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/18_support/"> <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/18_support/">
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.4 2000/07/19 20:20:51 pme Exp $ --> <!-- $Id: howto.html,v 1.5 2000/09/19 21:44:29 pme Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
...@@ -261,8 +261,8 @@ ...@@ -261,8 +261,8 @@
<P CLASS="fineprint"><EM> <P CLASS="fineprint"><EM>
Comments and suggestions are welcome, and may be sent to Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>. <A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.4 2000/07/19 20:20:51 pme Exp $ <BR> $Id: howto.html,v 1.5 2000/09/19 21:44:29 pme Exp $
</EM></P> </EM></P>
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
<HEAD> <HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)"> <META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)">
<META NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, egcs, g++, libg++, STL"> <META NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL">
<META NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 19."> <META NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 19.">
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 19</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 19</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/19_diagnostics/"> <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/19_diagnostics/">
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.2 2000/07/07 21:13:28 pme Exp $ --> <!-- $Id: howto.html,v 1.3 2000/07/11 21:45:07 pme Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
...@@ -99,8 +99,8 @@ ...@@ -99,8 +99,8 @@
<P CLASS="fineprint"><EM> <P CLASS="fineprint"><EM>
Comments and suggestions are welcome, and may be sent to Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>. <A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.2 2000/07/07 21:13:28 pme Exp $ <BR> $Id: howto.html,v 1.3 2000/07/11 21:45:07 pme Exp $
</EM></P> </EM></P>
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
<HEAD> <HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)"> <META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)">
<META NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, egcs, g++, libg++, STL"> <META NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL">
<META NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 20."> <META NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 20.">
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 20</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 20</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/20_util/"> <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/20_util/">
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.1 2000/04/21 20:33:31 bkoz Exp $ --> <!-- $Id: howto.html,v 1.2 2000/07/11 21:45:07 pme Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
...@@ -185,8 +185,8 @@ ...@@ -185,8 +185,8 @@
<P CLASS="fineprint"><EM> <P CLASS="fineprint"><EM>
Comments and suggestions are welcome, and may be sent to Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>. <A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.1 2000/04/21 20:33:31 bkoz Exp $ <BR> $Id: howto.html,v 1.2 2000/07/11 21:45:07 pme Exp $
</EM></P> </EM></P>
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
<HEAD> <HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)"> <META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)">
<META NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, egcs, g++, libg++, STL"> <META NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL">
<META NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 21."> <META NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 21.">
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 21</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 21</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/21_strings/"> <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/21_strings/">
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.4 2000/09/19 21:44:30 pme Exp $ --> <!-- $Id: howto.html,v 1.5 2000/09/19 21:54:48 pme Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
are relying on special functons offered by the CString class. are relying on special functons offered by the CString class.
</P> </P>
<P>Things are not as bad as they seem. In <P>Things are not as bad as they seem. In
<A HREF="http://gcc.gnu.org/ml/egcs/1999-04/msg00233.html">this <A HREF="http://gcc.gnu.org/ml/gcc/1999-04n/msg00236.html">this
message</A>, Joe Buck points out a few very important things: message</A>, Joe Buck points out a few very important things:
<UL> <UL>
<LI>The Standard <TT>string</TT> supports all the operations <LI>The Standard <TT>string</TT> supports all the operations
...@@ -324,8 +324,8 @@ ...@@ -324,8 +324,8 @@
<P CLASS="fineprint"><EM> <P CLASS="fineprint"><EM>
Comments and suggestions are welcome, and may be sent to Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>. <A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.4 2000/09/19 21:44:30 pme Exp $ <BR> $Id: howto.html,v 1.5 2000/09/19 21:54:48 pme Exp $
</EM></P> </EM></P>
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
<HEAD> <HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)"> <META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)">
<META NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, egcs, g++, libg++, STL"> <META NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL">
<META NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 22."> <META NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 22.">
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 22</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 22</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/22_locale/"> <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/22_locale/">
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.5 2000/09/19 21:44:30 pme Exp $ --> <!-- $Id: howto.html,v 1.6 2000/10/04 06:44:25 bkoz Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
...@@ -227,8 +227,8 @@ functionality are given. ...@@ -227,8 +227,8 @@ functionality are given.
<P CLASS="fineprint"><EM> <P CLASS="fineprint"><EM>
Comments and suggestions are welcome, and may be sent to Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>. <A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.5 2000/09/19 21:44:30 pme Exp $ <BR> $Id: howto.html,v 1.6 2000/10/04 06:44:25 bkoz Exp $
</EM></P> </EM></P>
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
<HEAD> <HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)"> <META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)">
<META NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, egcs, g++, libg++, STL"> <META NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL">
<META NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 23."> <META NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 23.">
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 23</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 23</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/23_containers/"> <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/23_containers/">
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.1 2000/04/21 20:33:31 bkoz Exp $ --> <!-- $Id: howto.html,v 1.2 2000/07/11 21:45:08 pme Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
...@@ -237,8 +237,8 @@ ...@@ -237,8 +237,8 @@
<P CLASS="fineprint"><EM> <P CLASS="fineprint"><EM>
Comments and suggestions are welcome, and may be sent to Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>. <A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.1 2000/04/21 20:33:31 bkoz Exp $ <BR> $Id: howto.html,v 1.2 2000/07/11 21:45:08 pme Exp $
</EM></P> </EM></P>
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
<HEAD> <HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)"> <META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)">
<META NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, egcs, g++, libg++, STL"> <META NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL">
<META NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 24."> <META NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 24.">
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 24</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 24</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/24_iterators/"> <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/24_iterators/">
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.2 2000/07/07 21:13:28 pme Exp $ --> <!-- $Id: howto.html,v 1.3 2000/07/11 21:45:08 pme Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
...@@ -86,8 +86,8 @@ ...@@ -86,8 +86,8 @@
<P CLASS="fineprint"><EM> <P CLASS="fineprint"><EM>
Comments and suggestions are welcome, and may be sent to Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>. <A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.2 2000/07/07 21:13:28 pme Exp $ <BR> $Id: howto.html,v 1.3 2000/07/11 21:45:08 pme Exp $
</EM></P> </EM></P>
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
<HEAD> <HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)"> <META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)">
<META NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, egcs, g++, libg++, STL"> <META NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL">
<META NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 25."> <META NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 25.">
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 25</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 25</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/25_algorithms/"> <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/25_algorithms/">
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.2 2000/07/07 21:13:28 pme Exp $ --> <!-- $Id: howto.html,v 1.3 2000/07/11 21:45:08 pme Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
...@@ -88,8 +88,8 @@ ...@@ -88,8 +88,8 @@
<P CLASS="fineprint"><EM> <P CLASS="fineprint"><EM>
Comments and suggestions are welcome, and may be sent to Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>. <A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.2 2000/07/07 21:13:28 pme Exp $ <BR> $Id: howto.html,v 1.3 2000/07/11 21:45:08 pme Exp $
</EM></P> </EM></P>
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
<HEAD> <HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)"> <META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)">
<META NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, egcs, g++, libg++, STL"> <META NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL">
<META NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 26."> <META NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 26.">
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 26</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 26</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/26_numerics/"> <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/26_numerics/">
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.4 2000/07/11 21:45:08 pme Exp $ --> <!-- $Id: howto.html,v 1.5 2000/08/28 18:41:24 pme Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
...@@ -134,8 +134,8 @@ ...@@ -134,8 +134,8 @@
<P CLASS="fineprint"><EM> <P CLASS="fineprint"><EM>
Comments and suggestions are welcome, and may be sent to Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>. <A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.4 2000/07/11 21:45:08 pme Exp $ <BR> $Id: howto.html,v 1.5 2000/08/28 18:41:24 pme Exp $
</EM></P> </EM></P>
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
<HEAD> <HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)"> <META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)">
<META NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, egcs, g++, libg++, STL"> <META NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL">
<META NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 27."> <META NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 27.">
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 27</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 27</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/27_io/"> <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/27_io/">
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.1 2000/04/21 20:33:32 bkoz Exp $ --> <!-- $Id: howto.html,v 1.2 2000/07/11 21:45:08 pme Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
...@@ -335,8 +335,8 @@ ...@@ -335,8 +335,8 @@
<P CLASS="fineprint"><EM> <P CLASS="fineprint"><EM>
Comments and suggestions are welcome, and may be sent to Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>. <A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.1 2000/04/21 20:33:32 bkoz Exp $ <BR> $Id: howto.html,v 1.2 2000/07/11 21:45:08 pme Exp $
</EM></P> </EM></P>
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
<HEAD> <HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)"> <META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)">
<META NAME="KEYWORDS" CONTENT="libstdc++, libstdc++-v3, egcs, g++"> <META NAME="KEYWORDS" CONTENT="libstdc++, libstdc++-v3, GCC, g++">
<META NAME="DESCRIPTION" CONTENT="Configuration options for libstdc++-v3."> <META NAME="DESCRIPTION" CONTENT="Configuration options for libstdc++-v3.">
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 configure options</TITLE> <TITLE>libstdc++-v3 configure options</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/"> <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css"> <LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: configopts.html,v 1.10 2000/10/15 08:45:32 bkoz Exp $ --> <!-- $Id: configopts.html,v 1.11 2000/10/16 00:20:42 pme Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
...@@ -177,7 +177,7 @@ options</A></H1> ...@@ -177,7 +177,7 @@ options</A></H1>
<HR> <HR>
<P CLASS="fineprint"><EM> <P CLASS="fineprint"><EM>
$Id: configopts.html,v 1.10 2000/10/15 08:45:32 bkoz Exp $ $Id: configopts.html,v 1.11 2000/10/16 00:20:42 pme Exp $
</EM></P> </EM></P>
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
<HEAD> <HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)"> <META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)">
<META NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, egcs, g++, libg++, STL"> <META NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL">
<META NAME="DESCRIPTION" CONTENT="Notes for the libstdc++ extensions."> <META NAME="DESCRIPTION" CONTENT="Notes for the libstdc++ extensions.">
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Extensions</TITLE> <TITLE>libstdc++-v3 HOWTO: Extensions</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/ext/"> <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/ext/">
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.1 2000/09/25 21:42:14 pme Exp $ --> <!-- $Id: howto.html,v 1.2 2000/10/05 20:15:29 pme Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
...@@ -148,8 +148,8 @@ ...@@ -148,8 +148,8 @@
<P CLASS="fineprint"><EM> <P CLASS="fineprint"><EM>
Comments and suggestions are welcome, and may be sent to Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>. <A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.1 2000/09/25 21:42:14 pme Exp $ <BR> $Id: howto.html,v 1.2 2000/10/05 20:15:29 pme Exp $
</EM></P> </EM></P>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<HEAD> <HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)"> <META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)">
<META NAME="KEYWORDS" CONTENT="libstdc++, libstdc++-v3, egcs, g++, libg++, STL"> <META NAME="KEYWORDS" CONTENT="libstdc++, libstdc++-v3, GCC, g++, libg++, STL">
<META NAME="DESCRIPTION" CONTENT="FAQ for the GNU libstdc++ effort."> <META NAME="DESCRIPTION" CONTENT="FAQ for the GNU libstdc++ effort.">
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 FAQ</TITLE> <TITLE>libstdc++-v3 FAQ</TITLE>
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
** Locations of "the most recent snapshot is the Nth" text are ** Locations of "the most recent snapshot is the Nth" text are
** answers 1_1, 1_4, 4_1, 5_6. ** answers 1_1, 1_4, 4_1, 5_6.
--> -->
<!-- $Id: index.html,v 1.5 2000/07/11 21:45:08 pme Exp $ --> <!-- $Id: index.html,v 1.6 2000/09/25 21:42:14 pme Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
...@@ -236,7 +236,7 @@ which is no longer available, thanks deja...--> ...@@ -236,7 +236,7 @@ which is no longer available, thanks deja...-->
<P>If you have a question that you think should be included here, <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, or if you have a question <EM>about</EM> a question/answer here,
contact <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> contact <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A>
or <A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>. or <A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
</P> </P>
<HR> <HR>
...@@ -461,7 +461,7 @@ New: ...@@ -461,7 +461,7 @@ New:
<HR> <HR>
<H2><A NAME="4_3">4.3 Bugs in the C++ language/lib specification</A></H2> <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 <P>Yes, unfortunately, there are some. In a <A
HREF="/ml/libstdc++/1998/msg00006.html">message HREF="http://sources.redhat.com/ml/libstdc++/1998/msg00006.html">message
to the list</A>, Nathan Myers announced that he has started a list of to the list</A>, Nathan Myers announced that he has started a list of
problems in the ISO C++ Standard itself, especially with problems in the ISO C++ Standard itself, especially with
regard to the chapters that concern the library. The list regard to the chapters that concern the library. The list
...@@ -603,7 +603,7 @@ HREF="http://sources.redhat.com/ml/libstdc++/1999/msg00084.html">speculation</A> ...@@ -603,7 +603,7 @@ HREF="http://sources.redhat.com/ml/libstdc++/1999/msg00084.html">speculation</A>
</P> </P>
<P>Towards the end of July 1999, this subject was brought up again <P>Towards the end of July 1999, this subject was brought up again
on the mailing list under a different name. The related on the mailing list under a different name. The related
<A HREF="/ml/libstdc++/1999-q3/msg00066.html">thread</A> <A HREF="http://sources.redhat.com/ml/libstdc++/1999-q3/msg00066.html">thread</A>
(by the name HOWTO-honor-std) is very instructive. More info (by the name HOWTO-honor-std) is very instructive. More info
is at the end of RELEASE-NOTES. is at the end of RELEASE-NOTES.
</P> </P>
...@@ -653,8 +653,8 @@ HREF="http://sources.redhat.com/ml/libstdc++/1999/msg00084.html">speculation</A> ...@@ -653,8 +653,8 @@ HREF="http://sources.redhat.com/ml/libstdc++/1999/msg00084.html">speculation</A>
<P CLASS="fineprint"><EM> <P CLASS="fineprint"><EM>
Comments and suggestions are welcome, and may be sent to Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>. <A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: index.html,v 1.5 2000/07/11 21:45:08 pme Exp $ <BR> $Id: index.html,v 1.6 2000/09/25 21:42:14 pme Exp $
</EM></P> </EM></P>
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
<HEAD> <HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)"> <META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)">
<META NAME="KEYWORDS" CONTENT="libstdc++, libstdc++-v3, egcs, g++"> <META NAME="KEYWORDS" CONTENT="libstdc++, libstdc++-v3, GCC, g++">
<META NAME="DESCRIPTION" CONTENT="README for the GNU libstdc++ effort."> <META NAME="DESCRIPTION" CONTENT="README for the GNU libstdc++ effort.">
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 Installation Instructions</TITLE> <TITLE>libstdc++-v3 Installation Instructions</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/"> <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css"> <LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: install.html,v 1.7 2000/08/01 18:07:23 bkoz Exp $ --> <!-- $Id: install.html,v 1.8 2000/08/28 18:41:24 pme Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
...@@ -403,8 +403,8 @@ ...@@ -403,8 +403,8 @@
<P CLASS="fineprint"><EM> <P CLASS="fineprint"><EM>
Comments and suggestions are welcome, and may be sent to Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>. <A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: install.html,v 1.7 2000/08/01 18:07:23 bkoz Exp $ <BR> $Id: install.html,v 1.8 2000/08/28 18:41:24 pme Exp $
</EM></P> </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