This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libstdc++-v3.html


I noticed that

libstdc++-v3.html redirects to
http://www.cygnus.com/~ncm/stdlib.html which redirects to
http://sourceware.cygnus.com/libstdc++/ which redirects to
http://sources.redhat.com/libstdc++/ which is a real page.

This patch replaces this with a single redirect in .htaccess, and updates
all the old links.  OK to commit?

(I didn't make any change to the link text in a historical news item
referring to sourceware.cygnus.com, though I updated the link to point to
the current URL.)

--- .htaccess	Fri Aug  4 08:45:04 2000
+++ .htaccess.new	Sun Aug  6 23:20:45 2000
@@ -1,3 +1,4 @@
 Redirect permanent /c9xstatus.html http://gcc.gnu.org/c99status.html
 Redirect permanent /timeline.html  http://gcc.gnu.org/releases.html#timeline
 Redirect permanent /proj-bp.html   http://gcc.gnu.org/projects/bp/main.html
+Redirect permanent /libstdc++-v3.html http://sources.redhat.com/libstdc++/
--- bugs.html	Tue Jul  4 08:49:04 2000
+++ bugsnew.html	Sun Aug  6 23:21:23 2000
@@ -330,7 +330,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="libstdc++-v3.html">new C++
+<p>Work is underway to complete a <a href="http://sources.redhat.com/libstdc++/">new C++
 library</a> which will provide all the functionality in a compliant
 way.
 
--- news.html	Thu Jul 13 13:59:36 2000
+++ newsnew.html	Sun Aug  6 23:23:02 2000
@@ -203,7 +203,7 @@
 <a href="ftp://sourceware.cygnus.com/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://sourceware.cygnus.com/libstdc++/">libstdc++ project's home page</a>.
+<a href="http://sources.redhat.com/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
@@ -269,7 +269,7 @@
 been released.  It includes SGI STL 3.2, an automatically generated
 <code>&lt;limits&gt;</code>, a partially re-written valarray, a working
 stringbuf and stringstream (for basic types). For more informtaion,
-please check <a href="http://sourceware.cygnus.com/libstdc++/">
+please check <a href="http://sources.redhat.com/libstdc++/">
 libstdc++-2.90.5</a>. 
 </dd>
 
@@ -323,7 +323,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://sourceware.cygnus.com/libstdc++/"> libstdc++-2.90.4</a>.
+<a href="http://sources.redhat.com/libstdc++/"> libstdc++-2.90.4</a>.
 </dd>
 
 <dt><b>March 23, 1999</b></dt>
@@ -426,7 +426,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://sourceware.cygnus.com/libstdc++/">
+You can read some more on <a href="http://sources.redhat.com/libstdc++/">
 http://sourceware.cygnus.com</a>.
 </dd>
 
@@ -477,7 +477,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="libstdc++-v3.html">here</a>.
+You can read some more <a href="http://sources.redhat.com/libstdc++/">here</a>.
 </dd>
 
 <dt><b>June 29, 1998</b></dt>
--- libstdc++-v3.html	Tue Feb  1 00:44:53 2000
+++ /dev/null	Fri Sep 11 11:31:59 1998
@@ -1,21 +0,0 @@
-<html>
-
-<head>
-<title>GCC Standard C++ Library v3</title>
-<META HTTP-EQUIV="REFRESH"
- CONTENT="2; URL=http://www.cygnus.com/~ncm/stdlib.html">
-</head>
-
-<body>
-<h1>GCC Standard C++ Library v3</h1>
-<p>
-The current (temporary) location for this page is
-<blockquote>
-<a href="http://www.cygnus.com/~ncm/stdlib.html">
-http://www.cygnus.com/~ncm/stdlib.html
-</a>
-</blockquote>
-</p>
-
-</body>
-</html>

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]