This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Patch to clean up sourceware.cygnus.com / sources.redhat.com referencesin wwwdocs
- To: <gcc-patches at gcc dot gnu dot org>, <libstdc++ at gcc dot gnu dot org>
- Subject: Patch to clean up sourceware.cygnus.com / sources.redhat.com referencesin wwwdocs
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Sun, 3 Dec 2000 02:02:40 +0000 (GMT)
This patch cleans up references to sourceware.cygnus.com and
sources.redhat.com in wwwdocs: sourceware.cygnus.com becomes
sources.redhat.com, and sources.redhat.com becomes gcc.gnu.org in
connection with libstdc++. OK to commit?
Notes:
1. I haven't changed uses of sources.redhat.com in personal email
addresses.
2. In a couple of places in news pages I haven't changed the link text
(only the URL linked to) to avoid rewriting history, though in one
of those places it is already rewritten since I was asked to change
the link text as well when making the URLs to libstdc++ consistent
to the then sources.redhat.com URL.
3. Diffs to the generated libstdc++ FAQ omitted below to save space.
4. If the libstdc++ ftp site were to move to /pub/gcc/libstdc++ (or
simply get merged into the GCC ftp site), that would get rid of a
need to reference the sources.redhat.com mirrors list - the GCC one
could be referenced instead.
5. More cleanup could be done if Java moves to gcc.gnu.org as well.
Index: cgi-bin/gnatsweb.pl
===================================================================
RCS file: /cvs/gcc/wwwdocs/cgi-bin/gnatsweb.pl,v
retrieving revision 1.12
diff -u -r1.12 gnatsweb.pl
--- gnatsweb.pl 2000/10/05 18:55:00 1.12
+++ gnatsweb.pl 2000/12/03 01:51:10
@@ -102,7 +102,7 @@
# where to get help -- a web site with translated info documentation
#$gnats_info_top = 'http://www.hyperreal.org/info/gnuinfo/index?(gnats)';
-$gnats_info_top = 'http://sourceware.cygnus.com/gnats/gnats_toc.html';
+$gnats_info_top = 'http://sources.redhat.com/gnats/gnats_toc.html';
# bits in %fieldnames has (set=yes not-set=no)
$MULTILINE = 1; # whether field is multi line
@@ -897,7 +897,7 @@
{
my($viewaudit, $tmp) = @_;
- # For sources.redhat.com, force audit trail to always be shown.
+ # For gcc.gnu.org, force audit trail to always be shown.
$viewaudit = 1;
my $page = 'View PR';
Index: htdocs/bugs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bugs.html,v
retrieving revision 1.24
diff -u -r1.24 bugs.html
--- bugs.html 2000/11/30 21:25:27 1.24
+++ bugs.html 2000/12/03 01:51:10
@@ -409,7 +409,7 @@
<p>SGI's implementation of the STL is included, but it is in the
global namespace, not in <CODE>std::</CODE>.
-<p>Work is underway to complete a <a href="http://sources.redhat.com/libstdc++/">new C++
+<p>Work is underway to complete a <a href="http://gcc.gnu.org/libstdc++/">new C++
library</a> which will provide all the functionality in a compliant
way.
Index: htdocs/gnats.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gnats.html,v
retrieving revision 1.7
diff -u -r1.7 gnats.html
--- gnats.html 2000/10/15 19:01:32 1.7
+++ gnats.html 2000/12/03 01:51:10
@@ -7,7 +7,7 @@
<body>
<h1 align="center">gnatsweb and gccbug</h1>
-<p><a href="http://sourceware.cygnus.com/gnats/gnats_toc.html">GNATS</a> is the GNU
+<p><a href="http://sources.redhat.com/gnats/gnats_toc.html">GNATS</a> is the GNU
bug tracking system, and it is now used to track GCC bug reports, as
well. Before submitting a bug report, please read the <a
href="bugs.html">general instructions</a>. You can either submit an
Index: htdocs/news.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v
retrieving revision 1.56
diff -u -r1.56 news.html
--- news.html 2000/11/26 12:11:10 1.56
+++ news.html 2000/12/03 01:51:11
@@ -288,7 +288,7 @@
<dt><b>August 31, 1999</b></dt>
<dd>Cygnus Solutions has released
-<a href="ftp://sourceware.cygnus.com/pub/java/libgcj-2.95.1.tar.gz">libgcj
+<a href="ftp://sources.redhat.com/pub/java/libgcj-2.95.1.tar.gz">libgcj
version 2.95.1</a> Java runtime libraries for use with GCC 2.95.1.
</dd>
@@ -300,13 +300,13 @@
<dt><b>August 4, 1999</b></dt>
<dd>
A new snapshot of the new
-<a href="ftp://sourceware.cygnus.com/pub/libstdc++/libstdc++-2.90.6.tar.gz">
+<a href="ftp://gcc.gnu.org/pub/libstdc++/libstdc++-2.90.6.tar.gz">
Standard C++ Library V3</a> has been released. You can find more information
from the
-<a href="http://sources.redhat.com/libstdc++/">libstdc++ project's home page</a>.
+<a href="http://gcc.gnu.org/libstdc++/">libstdc++ project's home page</a>.
<p>Cygnus Solutions has released
-<a href="ftp://sourceware.cygnus.com/pub/java/libgcj-2.95.tar.gz">libgcj
+<a href="ftp://sources.redhat.com/pub/java/libgcj-2.95.tar.gz">libgcj
version 2.95</a> Java runtime libraries for use with GCC 2.95.
</dd>
@@ -369,7 +369,7 @@
been released. It includes SGI STL 3.2, an automatically generated
<code><limits></code>, a partially re-written valarray, a working
stringbuf and stringstream (for basic types). For more information,
-please check <a href="http://sources.redhat.com/libstdc++/">
+please check <a href="http://gcc.gnu.org/libstdc++/">
libstdc++-2.90.5</a>.
</dd>
@@ -415,7 +415,7 @@
<a href="http://www.cygnus.com/">Cygnus</a> announces the first public
release of libgcj, the runtime component of the GNU compiler for Java.
<br><a href="news/javaannounce.html">Read the release announcement</a>.
-<br><a href="http://sourceware.cygnus.com/java/">Goto the libgcj homepage</a>.
+<br><a href="http://sources.redhat.com/java/">Goto the libgcj homepage</a>.
</dd>
<dt><b>April 6, 1999</b></dt>
@@ -423,7 +423,7 @@
A new snapshot of the C++ standard library re-write has been
released. This release includes SGI STL 3.12, a working valarray, and
several (but not all) parts of templatized iostreams--for more information see:
-<a href="http://sources.redhat.com/libstdc++/">libstdc++-2.90.4</a>.
+<a href="http://gcc.gnu.org/libstdc++/">libstdc++-2.90.4</a>.
</dd>
<dt><b>March 23, 1999</b></dt>
@@ -526,7 +526,7 @@
<dt><b>November 5, 1998</b></dt>
<dd>The third snapshot of the rewritten <tt>libstdc++</tt> is available.
-You can read some more on <a href="http://sources.redhat.com/libstdc++/">
+You can read some more on <a href="http://gcc.gnu.org/libstdc++/">
http://sources.redhat.com/libstdc++/</a>.
</dd>
@@ -551,7 +551,7 @@
<dt><b>September 6, 1998</b></dt>
<dd>
- <a href="http://www.cygnus.com/">Cygnus</a> donates <a href="http://sourceware.cygnus.com/java/gcj-announce.txt"><b>Java front end</b></a>.
+ <a href="http://www.cygnus.com/">Cygnus</a> donates <a href="http://sources.redhat.com/java/gcj-announce.txt"><b>Java front end</b></a>.
</dd>
<dt><b>September 3, 1998</b></dt>
@@ -577,7 +577,7 @@
<dt><b>July 15, 1998</b></dt>
<dd>The first snapshot of the rewritten <tt>libstdc++</tt> is available.
-You can read some more <a href="http://sources.redhat.com/libstdc++/">here</a>.
+You can read some more <a href="http://gcc.gnu.org/libstdc++/">here</a>.
</dd>
<dt><b>June 29, 1998</b></dt>
Index: htdocs/gcc-2.95/features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/features.html,v
retrieving revision 1.27
diff -u -r1.27 features.html
--- features.html 2000/06/27 20:08:27 1.27
+++ features.html 2000/12/03 01:51:11
@@ -33,7 +33,7 @@
<ul>
<li><a href="c++features.html">Many C++ improvements</a>.
<li><a href="http://gcc.gnu.org/onlinedocs/g77_news.html">Many Fortran improvements</a>.
- <li><a href="http://sourceware.cygnus.com/java/gcj-announce.txt">Java</a>
+ <li><a href="http://sources.redhat.com/java/gcj-announce.txt">Java</a>
front-end has been integrated. A
<a href="../javaannounce.html">runtime library</a>
is available separately.
Index: htdocs/install/binaries.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/install/binaries.html,v
retrieving revision 1.9
diff -u -r1.9 binaries.html
--- binaries.html 2000/10/15 00:56:19 1.9
+++ binaries.html 2000/12/03 01:51:11
@@ -31,7 +31,7 @@
<li>SGI: <a href="http://freeware.sgi.com/">SGI Freeware</a>
<li>Windows 95, 98, and NT:
- <a href="http://sourceware.cygnus.com/cygwin/">Cygwin for Windows 95,
+ <a href="http://sources.redhat.com/cygwin/">Cygwin for Windows 95,
98, and NT</a> |
<a href="http://www.xraylith.wisc.edu/~khan/software/gnu-win32/">GNU
Win32 related projects</a> by Mumit Khan
Index: htdocs/install/specific.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/install/specific.html,v
retrieving revision 1.71
diff -u -r1.71 specific.html
--- specific.html 2000/12/02 01:37:18 1.71
+++ specific.html 2000/12/03 01:51:11
@@ -123,7 +123,7 @@
<p>If you wish to use pa-risc 2.0 architecture support, you must use either
the HP assembler or a recent
-<a href="ftp://sourceware.cygnus.com/pub/binutils/snapshots">snapshot of
+<a href="ftp://sources.redhat.com/pub/binutils/snapshots">snapshot of
gas</a>.</p>
<p>More specific information to hppa*-hp-hpux* targets follows.</p>
Index: htdocs/libstdc++/ChangeLog
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/ChangeLog,v
retrieving revision 1.12
diff -u -r1.12 ChangeLog
--- ChangeLog 2000/12/01 23:46:59 1.12
+++ ChangeLog 2000/12/03 01:51:11
@@ -1,3 +1,16 @@
+2000-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * configopts.html, documentation.html, download.html, index.html,
+ install.html, links.html, status.html, thanks.html,
+ 17_intro/BADNAMES, 17_intro/contribute.html, 17_intro/howto.html,
+ 18_support/howto.html, 19_diagnostics/howto.html,
+ 20_util/howto.html, 21_strings/howto.html, 22_locale/howto.html,
+ 23_containers/howto.html, 24_iterators/howto.html,
+ 25_algorithms/howto.html, 26_numerics/howto.html,
+ 27_io/howto.html, ext/howto.html, faq/index.html: Change
+ sources.redhat.com to gcc.gnu.org.
+ * faq/index.txt: Regenerate.
+
2000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
* mail.html: Remove; lists now on mail GCC lists page.
Index: htdocs/libstdc++/configopts.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/configopts.html,v
retrieving revision 1.18
diff -u -r1.18 configopts.html
--- configopts.html 2000/11/16 22:19:52 1.18
+++ configopts.html 2000/12/03 01:51:11
@@ -6,7 +6,7 @@
<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="home" HREF="http://gcc.gnu.org/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: configopts.html,v 1.18 2000/11/16 22:19:52 gerald Exp $ -->
</HEAD>
@@ -16,8 +16,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>.
Index: htdocs/libstdc++/documentation.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/documentation.html,v
retrieving revision 1.8
diff -u -r1.8 documentation.html
--- documentation.html 2000/11/19 02:52:01 1.8
+++ documentation.html 2000/12/03 01:51:11
@@ -2,7 +2,7 @@
<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="home" HREF="http://gcc.gnu.org/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: documentation.html,v 1.8 2000/11/19 02:52:01 gerald Exp $ -->
</HEAD>
Index: htdocs/libstdc++/download.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/download.html,v
retrieving revision 1.11
diff -u -r1.11 download.html
--- download.html 2000/11/19 02:52:01 1.11
+++ download.html 2000/12/03 01:51:11
@@ -2,7 +2,7 @@
<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="home" HREF="http://gcc.gnu.org/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: download.html,v 1.11 2000/11/19 02:52:01 gerald Exp $ -->
</HEAD>
@@ -17,7 +17,7 @@
link to the FTP site is given directly, encouraging mirror usage.
-->
<P>Get the snapshot archive via FTP from
- <TT><URL:ftp://sources.redhat.com/pub/libstdc++/></TT>.
+ <TT><URL:ftp://gcc.gnu.org/pub/libstdc++/></TT>.
You will almost certainly need to use one of the
<A HREF="http://sources.redhat.com/mirrors.html">mirror sites</A>
due to the extremely heavy load on the main server.
Index: htdocs/libstdc++/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/index.html,v
retrieving revision 1.7
diff -u -r1.7 index.html
--- index.html 2000/11/29 21:13:54 1.7
+++ index.html 2000/12/03 01:51:11
@@ -2,7 +2,7 @@
<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="home" HREF="http://gcc.gnu.org/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: index.html,v 1.7 2000/11/29 21:13:54 pme Exp $ -->
</HEAD>
Index: htdocs/libstdc++/install.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/install.html,v
retrieving revision 1.11
diff -u -r1.11 install.html
--- install.html 2000/11/16 22:19:52 1.11
+++ install.html 2000/12/03 01:51:12
@@ -6,7 +6,7 @@
<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="home" HREF="http://gcc.gnu.org/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: install.html,v 1.11 2000/11/16 22:19:52 gerald Exp $ -->
</HEAD>
@@ -15,8 +15,8 @@
<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 +382,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>
Index: htdocs/libstdc++/links.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/links.html,v
retrieving revision 1.5
diff -u -r1.5 links.html
--- links.html 2000/11/19 02:52:01 1.5
+++ links.html 2000/12/03 01:51:12
@@ -2,7 +2,7 @@
<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="home" HREF="http://gcc.gnu.org/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: links.html,v 1.5 2000/11/19 02:52:01 gerald Exp $ -->
</HEAD>
Index: htdocs/libstdc++/status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/status.html,v
retrieving revision 1.6
diff -u -r1.6 status.html
--- status.html 2000/11/29 20:38:57 1.6
+++ status.html 2000/12/03 01:51:12
@@ -2,7 +2,7 @@
<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="home" HREF="http://gcc.gnu.org/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: status.html,v 1.6 2000/11/29 20:38:57 pme Exp $ -->
</HEAD>
Index: htdocs/libstdc++/thanks.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/thanks.html,v
retrieving revision 1.11
diff -u -r1.11 thanks.html
--- thanks.html 2000/11/17 01:21:14 1.11
+++ thanks.html 2000/12/03 01:51:12
@@ -2,7 +2,7 @@
<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="home" HREF="http://gcc.gnu.org/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: thanks.html,v 1.11 2000/11/17 01:21:14 pme Exp $ -->
</HEAD>
Index: htdocs/libstdc++/17_intro/BADNAMES
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/17_intro/BADNAMES,v
retrieving revision 1.2
diff -u -r1.2 BADNAMES
--- BADNAMES 2000/10/21 00:51:49 1.2
+++ BADNAMES 2000/12/03 01:51:12
@@ -158,5 +158,5 @@
__cplusplus
__embedded_cplusplus
// long double conversion members mangled as __opr
-// http://sources.redhat.com/ml/libstdc++/1999-q4/msg00060.html
+// http://gcc.gnu.org/ml/libstdc++/1999-q4/msg00060.html
_opr
Index: htdocs/libstdc++/17_intro/contribute.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/17_intro/contribute.html,v
retrieving revision 1.4
diff -u -r1.4 contribute.html
--- contribute.html 2000/07/11 21:45:07 1.4
+++ contribute.html 2000/12/03 01:51:12
@@ -87,7 +87,7 @@
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>
Index: htdocs/libstdc++/17_intro/howto.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/17_intro/howto.html,v
retrieving revision 1.5
diff -u -r1.5 howto.html
--- howto.html 2000/10/21 00:51:49 1.5
+++ howto.html 2000/12/03 01:51:12
@@ -7,7 +7,7 @@
<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="home" HREF="http://gcc.gnu.org/libstdc++/docs/18_support/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.5 2000/10/21 00:51:49 jsm28 Exp $ -->
</HEAD>
@@ -93,9 +93,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 +104,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.
Index: htdocs/libstdc++/18_support/howto.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/18_support/howto.html,v
retrieving revision 1.6
diff -u -r1.6 howto.html
--- howto.html 2000/10/21 00:51:49 1.6
+++ howto.html 2000/12/03 01:51:13
@@ -7,7 +7,7 @@
<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="home" HREF="http://gcc.gnu.org/libstdc++/docs/18_support/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.6 2000/10/21 00:51:49 jsm28 Exp $ -->
</HEAD>
Index: htdocs/libstdc++/19_diagnostics/howto.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/19_diagnostics/howto.html,v
retrieving revision 1.4
diff -u -r1.4 howto.html
--- howto.html 2000/10/21 00:51:49 1.4
+++ howto.html 2000/12/03 01:51:13
@@ -7,7 +7,7 @@
<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="home" HREF="http://gcc.gnu.org/libstdc++/docs/19_diagnostics/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.4 2000/10/21 00:51:49 jsm28 Exp $ -->
</HEAD>
Index: htdocs/libstdc++/20_util/howto.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/20_util/howto.html,v
retrieving revision 1.3
diff -u -r1.3 howto.html
--- howto.html 2000/10/21 00:51:49 1.3
+++ howto.html 2000/12/03 01:51:13
@@ -7,7 +7,7 @@
<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="home" HREF="http://gcc.gnu.org/libstdc++/docs/20_util/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.3 2000/10/21 00:51:49 jsm28 Exp $ -->
</HEAD>
Index: htdocs/libstdc++/21_strings/howto.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/21_strings/howto.html,v
retrieving revision 1.6
diff -u -r1.6 howto.html
--- howto.html 2000/10/21 00:51:49 1.6
+++ howto.html 2000/12/03 01:51:13
@@ -7,7 +7,7 @@
<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="home" HREF="http://gcc.gnu.org/libstdc++/docs/21_strings/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.6 2000/10/21 00:51:49 jsm28 Exp $ -->
</HEAD>
Index: htdocs/libstdc++/22_locale/howto.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/22_locale/howto.html,v
retrieving revision 1.7
diff -u -r1.7 howto.html
--- howto.html 2000/10/21 00:51:50 1.7
+++ howto.html 2000/12/03 01:51:13
@@ -7,7 +7,7 @@
<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="home" HREF="http://gcc.gnu.org/libstdc++/docs/22_locale/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.7 2000/10/21 00:51:50 jsm28 Exp $ -->
</HEAD>
Index: htdocs/libstdc++/23_containers/howto.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/23_containers/howto.html,v
retrieving revision 1.3
diff -u -r1.3 howto.html
--- howto.html 2000/10/21 00:51:50 1.3
+++ howto.html 2000/12/03 01:51:13
@@ -7,7 +7,7 @@
<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="home" HREF="http://gcc.gnu.org/libstdc++/docs/23_containers/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.3 2000/10/21 00:51:50 jsm28 Exp $ -->
</HEAD>
Index: htdocs/libstdc++/24_iterators/howto.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/24_iterators/howto.html,v
retrieving revision 1.4
diff -u -r1.4 howto.html
--- howto.html 2000/10/21 00:51:50 1.4
+++ howto.html 2000/12/03 01:51:13
@@ -7,7 +7,7 @@
<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="home" HREF="http://gcc.gnu.org/libstdc++/docs/24_iterators/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.4 2000/10/21 00:51:50 jsm28 Exp $ -->
</HEAD>
Index: htdocs/libstdc++/25_algorithms/howto.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/25_algorithms/howto.html,v
retrieving revision 1.4
diff -u -r1.4 howto.html
--- howto.html 2000/10/21 00:51:50 1.4
+++ howto.html 2000/12/03 01:51:13
@@ -7,7 +7,7 @@
<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="home" HREF="http://gcc.gnu.org/libstdc++/docs/25_algorithms/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.4 2000/10/21 00:51:50 jsm28 Exp $ -->
</HEAD>
Index: htdocs/libstdc++/26_numerics/howto.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/26_numerics/howto.html,v
retrieving revision 1.6
diff -u -r1.6 howto.html
--- howto.html 2000/10/21 00:51:50 1.6
+++ howto.html 2000/12/03 01:51:13
@@ -7,7 +7,7 @@
<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="home" HREF="http://gcc.gnu.org/libstdc++/docs/26_numerics/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.6 2000/10/21 00:51:50 jsm28 Exp $ -->
</HEAD>
Index: htdocs/libstdc++/27_io/howto.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/27_io/howto.html,v
retrieving revision 1.4
diff -u -r1.4 howto.html
--- howto.html 2000/11/10 00:28:21 1.4
+++ howto.html 2000/12/03 01:51:14
@@ -7,7 +7,7 @@
<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="home" HREF="http://gcc.gnu.org/libstdc++/docs/27_io/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.4 2000/11/10 00:28:21 gerald Exp $ -->
</HEAD>
Index: htdocs/libstdc++/ext/howto.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/ext/howto.html,v
retrieving revision 1.3
diff -u -r1.3 howto.html
--- howto.html 2000/10/21 00:51:50 1.3
+++ howto.html 2000/12/03 01:51:14
@@ -7,7 +7,7 @@
<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="home" HREF="http://gcc.gnu.org/libstdc++/docs/ext/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.3 2000/10/21 00:51:50 jsm28 Exp $ -->
</HEAD>
Index: htdocs/libstdc++/faq/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/faq/index.html,v
retrieving revision 1.13
diff -u -r1.13 index.html
--- index.html 2000/11/29 20:38:57 1.13
+++ index.html 2000/12/03 01:51:15
@@ -4,7 +4,7 @@
<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="home" HREF="http://gcc.gnu.org/libstdc++/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!--
** Locations of "the most recent snapshot is the Nth" text are
@@ -17,8 +17,8 @@
<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/index.html">
+http://gcc.gnu.org/libstdc++/faq/</A>.</P>
<P>To the <A HREF="../index.html">libstdc++-v3 homepage</A>.
@@ -93,7 +93,7 @@
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 +147,7 @@
<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 +229,8 @@
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">
+ <TT>libstdc++@gcc.gnu.org</TT></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 +454,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="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 +561,10 @@
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 +602,7 @@
<H2><A NAME="5_5">5.5 Compiling with "-fnew-abi"</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 +618,10 @@
<P>This is assuming that your idea of "multithreaded"
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... -->
Index: htdocs/news/javaannounce.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/javaannounce.html,v
retrieving revision 1.1
diff -u -r1.1 javaannounce.html
--- javaannounce.html 2000/06/08 23:02:52 1.1
+++ javaannounce.html 2000/12/03 01:51:15
@@ -31,7 +31,7 @@
<p>For instructions on downloading and installation, and for more
information on gcj and libgcj in general, see the Gcj and Libgcj
homepage at
-<a href="http://sourceware.cygnus.com/java/">
+<a href="http://sources.redhat.com/java/">
http://sourceware.cygnus.com/java/</a>
</body>
--
Joseph S. Myers
jsm28@cam.ac.uk