This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Patch to remove non-historical EGCS references from libstdc++-v3
- To: gcc-patches at gcc dot gnu dot org, libstdc++ at sources dot redhat dot com
- Subject: Patch to remove non-historical EGCS references from libstdc++-v3
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Fri, 20 Oct 2000 23:29:34 +0100 (BST)
The libstdc++-v3 docs are full of non-historical EGCS references.
This patch cleans them up somewhat. As a patch to the GCC web pages
it would probably count as obvious, but I don't know the libstdc++-v3
procedures; OK to commit?
Notes:
1. List archive references need to be full URLs pointing to
gcc.gnu.org or sources.redhat.com as appropriate (a) for them to
make sense in the copy of the docs distributed with the sources;
(b) for them to make sense on www.gnu.org once the libstdc++ web
pages are on gcc.gnu.org and presumably mirrored to www.gnu.org.
Various parts of the online list archives have been regenerated at
some point (the versions with a "n" suffix to the month); these
changes update the URLs in the GCC list archives to point at the
current copy of the relevant message accessible from the index
pages (though the older copy previously pointed to is still
accessible by URL). In some places this changes the message number
slightly. In one place the link was wrong, and corrected below:
and goes on for some time. Ironically, the initial message
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>,
(the reference in the first message referred to was to that linked
to after my patch, not that previously linked to which is irrelevant).
2. The patch to faq/index.txt is omitted to save space. I propose to
do the regeneration with
lynx -dump faq/index.html |sed "s%file://localhost`pwd`%..%" >faq/index.txt
since it doesn't make sense for local file URLs on the generating
system to be embedded in faq/index.txt, and I can't find a Makefile
target for regenerating faq/index.txt though surely there ought to
be one.
2000-10-20 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.
Index: configopts.html
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/docs/configopts.html,v
retrieving revision 1.11
diff -u -r1.11 configopts.html
--- configopts.html 2000/10/16 00:20:42 1.11
+++ configopts.html 2000/10/20 21:55:00
@@ -3,7 +3,7 @@
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<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="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 configure options</TITLE>
Index: install.html
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/docs/install.html,v
retrieving revision 1.8
diff -u -r1.8 install.html
--- install.html 2000/08/28 18:41:24 1.8
+++ install.html 2000/10/20 21:55:00
@@ -3,7 +3,7 @@
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<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="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 Installation Instructions</TITLE>
@@ -403,7 +403,7 @@
<P CLASS="fineprint"><EM>
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@egcs.cygnus.com">Gabriel Dos Reis</A>.
+<A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: install.html,v 1.8 2000/08/28 18:41:24 pme Exp $
</EM></P>
Index: 17_intro/BADNAMES
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/docs/17_intro/BADNAMES,v
retrieving revision 1.1
diff -u -r1.1 BADNAMES
--- BADNAMES 2000/04/21 20:33:31 1.1
+++ BADNAMES 2000/10/20 21:55:00
@@ -158,5 +158,5 @@
__cplusplus
__embedded_cplusplus
// 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
Index: 17_intro/howto.html
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/docs/17_intro/howto.html,v
retrieving revision 1.4
diff -u -r1.4 howto.html
--- howto.html 2000/07/11 21:45:07 1.4
+++ howto.html 2000/10/20 21:55:00
@@ -92,25 +92,25 @@
<UL>
<LI>One way of preventing memory leaks by the old default memory
allocator in multithreaded code is
- <A HREF="/ml/gcc/1999-11/msg00431.html">discussed here</A>.
- <LI><A HREF="/ml/libstdc++/1999-q3/msg00167.html">This thread
+ <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
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
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
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
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
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>,
- <A HREF="/ml/libstdc++/1999-q2/msg00159.html">this one</A>,
- and <A HREF="/ml/libstdc++/1999-q2/msg00156.html">this one</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>
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.
@@ -146,7 +146,7 @@
<P CLASS="fineprint"><EM>
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@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:07 pme Exp $
</EM></P>
Index: 18_support/howto.html
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/docs/18_support/howto.html,v
retrieving revision 1.5
diff -u -r1.5 howto.html
--- howto.html 2000/09/19 21:44:29 1.5
+++ howto.html 2000/10/20 21:55:00
@@ -3,7 +3,7 @@
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<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="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 18</TITLE>
@@ -261,7 +261,7 @@
<P CLASS="fineprint"><EM>
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@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:29 pme Exp $
</EM></P>
Index: 19_diagnostics/howto.html
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/docs/19_diagnostics/howto.html,v
retrieving revision 1.3
diff -u -r1.3 howto.html
--- howto.html 2000/07/11 21:45:07 1.3
+++ howto.html 2000/10/20 21:55:00
@@ -3,7 +3,7 @@
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<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="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 19</TITLE>
@@ -99,7 +99,7 @@
<P CLASS="fineprint"><EM>
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@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/07/11 21:45:07 pme Exp $
</EM></P>
Index: 20_util/howto.html
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/docs/20_util/howto.html,v
retrieving revision 1.2
diff -u -r1.2 howto.html
--- howto.html 2000/07/11 21:45:07 1.2
+++ howto.html 2000/10/20 21:55:00
@@ -3,7 +3,7 @@
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<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="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 20</TITLE>
@@ -185,7 +185,7 @@
<P CLASS="fineprint"><EM>
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@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/11 21:45:07 pme Exp $
</EM></P>
Index: 21_strings/howto.html
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/docs/21_strings/howto.html,v
retrieving revision 1.5
diff -u -r1.5 howto.html
--- howto.html 2000/09/19 21:54:48 1.5
+++ howto.html 2000/10/20 21:55:00
@@ -3,7 +3,7 @@
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<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="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 21</TITLE>
@@ -42,7 +42,7 @@
are relying on special functons offered by the CString class.
</P>
<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:
<UL>
<LI>The Standard <TT>string</TT> supports all the operations
@@ -324,7 +324,7 @@
<P CLASS="fineprint"><EM>
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@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:54:48 pme Exp $
</EM></P>
Index: 22_locale/howto.html
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/docs/22_locale/howto.html,v
retrieving revision 1.6
diff -u -r1.6 howto.html
--- howto.html 2000/10/04 06:44:25 1.6
+++ howto.html 2000/10/20 21:55:00
@@ -3,7 +3,7 @@
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<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="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 22</TITLE>
@@ -227,7 +227,7 @@
<P CLASS="fineprint"><EM>
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@egcs.cygnus.com">Gabriel Dos Reis</A>.
+<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 $
</EM></P>
Index: 23_containers/howto.html
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/docs/23_containers/howto.html,v
retrieving revision 1.2
diff -u -r1.2 howto.html
--- howto.html 2000/07/11 21:45:08 1.2
+++ howto.html 2000/10/20 21:55:00
@@ -3,7 +3,7 @@
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<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="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 23</TITLE>
@@ -237,7 +237,7 @@
<P CLASS="fineprint"><EM>
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@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/11 21:45:08 pme Exp $
</EM></P>
Index: 24_iterators/howto.html
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/docs/24_iterators/howto.html,v
retrieving revision 1.3
diff -u -r1.3 howto.html
--- howto.html 2000/07/11 21:45:08 1.3
+++ howto.html 2000/10/20 21:55:00
@@ -3,7 +3,7 @@
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<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="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 24</TITLE>
@@ -86,7 +86,7 @@
<P CLASS="fineprint"><EM>
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@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/07/11 21:45:08 pme Exp $
</EM></P>
Index: 25_algorithms/howto.html
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/docs/25_algorithms/howto.html,v
retrieving revision 1.3
diff -u -r1.3 howto.html
--- howto.html 2000/07/11 21:45:08 1.3
+++ howto.html 2000/10/20 21:55:00
@@ -3,7 +3,7 @@
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<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="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 25</TITLE>
@@ -88,7 +88,7 @@
<P CLASS="fineprint"><EM>
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@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/07/11 21:45:08 pme Exp $
</EM></P>
Index: 26_numerics/howto.html
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/docs/26_numerics/howto.html,v
retrieving revision 1.5
diff -u -r1.5 howto.html
--- howto.html 2000/08/28 18:41:24 1.5
+++ howto.html 2000/10/20 21:55:00
@@ -3,7 +3,7 @@
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<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="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 26</TITLE>
@@ -134,7 +134,7 @@
<P CLASS="fineprint"><EM>
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@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/08/28 18:41:24 pme Exp $
</EM></P>
Index: 27_io/howto.html
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/docs/27_io/howto.html,v
retrieving revision 1.2
diff -u -r1.2 howto.html
--- howto.html 2000/07/11 21:45:08 1.2
+++ howto.html 2000/10/20 21:55:00
@@ -3,7 +3,7 @@
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<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="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 27</TITLE>
@@ -335,7 +335,7 @@
<P CLASS="fineprint"><EM>
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@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/11 21:45:08 pme Exp $
</EM></P>
Index: ext/howto.html
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/docs/ext/howto.html,v
retrieving revision 1.2
diff -u -r1.2 howto.html
--- howto.html 2000/10/05 20:15:29 1.2
+++ howto.html 2000/10/20 21:55:00
@@ -3,7 +3,7 @@
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<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="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Extensions</TITLE>
@@ -148,7 +148,7 @@
<P CLASS="fineprint"><EM>
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@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/10/05 20:15:29 pme Exp $
</EM></P>
Index: faq/index.html
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/docs/faq/index.html,v
retrieving revision 1.6
diff -u -r1.6 index.html
--- index.html 2000/09/25 21:42:14 1.6
+++ index.html 2000/10/20 21:55:00
@@ -3,7 +3,7 @@
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<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="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 FAQ</TITLE>
@@ -236,7 +236,7 @@
<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,
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>
<HR>
@@ -461,7 +461,7 @@
<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="/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
problems in the ISO C++ Standard itself, especially with
regard to the chapters that concern the library. The list
@@ -603,7 +603,7 @@
</P>
<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="/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
is at the end of RELEASE-NOTES.
</P>
@@ -653,7 +653,7 @@
<P CLASS="fineprint"><EM>
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@egcs.cygnus.com">Gabriel Dos Reis</A>.
+<A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: index.html,v 1.6 2000/09/25 21:42:14 pme Exp $
</EM></P>
--
Joseph S. Myers
jsm28@cam.ac.uk