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]

Update of cvsweb, update of pointers to it


I installed a much newer version of cvsweb.cgi, Zeller's 1.52 version
today.  The old name was "cvsweb", nowadays it is referred to as
"cvsweb.cgi".  

I'm checking in the following changes to referr to the new name.


1999-05-17  Jason Molenda  (jsm@bugshack.cygnus.com)

	* cvs.html: Change link to cvsweb to use new name.
	* faq.html: Change link to cvsweb to use new name.

Index: cvs.html
===================================================================
RCS file: /cvs/egcs/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.18
diff -u -p -r1.18 cvs.html
--- cvs.html	1999/03/27 02:55:02	1.18
+++ cvs.html	1999/05/18 06:23:41
@@ -21,7 +21,7 @@ release branch(es) since they also live 
 in texinfo form in the CVS sources.
 
 <ul>
-  <li><a href="/cgi-bin/cvsweb/egcs/">Browse the CVS
+  <li><a href="/cgi-bin/cvsweb.cgi/egcs/">Browse the CVS
   history online</a> via your web browser.
 
   <li><a href="http://www.cyclic.com/">Visit Cyclic Software</a> to pick up a
@@ -98,7 +98,7 @@ the web pages.
 <p>Enjoy!
 
 <hr>
-<i>Last modified on March 25, 1999.</i>
+<i>Last modified on May 17, 1999.</i>
 <hr>
 
 <a href="">Return to the egcs home page</a>
Index: faq.html
===================================================================
RCS file: /cvs/egcs/wwwdocs/htdocs/faq.html,v
retrieving revision 1.121
diff -u -p -r1.121 faq.html
--- faq.html	1999/04/23 15:16:09	1.121
+++ faq.html	1999/05/18 06:23:41
@@ -245,7 +245,7 @@ of the gcc maintainers.
 The manual can also be read using `<i>M-x <tt>info</tt></i>' in Emacs, or if
 the GNU <tt>info</tt> program is installed on your system by `<tt>info --node
 "(gcc)Bugs"</tt>'. Or see the file
-<a href="http://egcs.cygnus.com/cgi-bin/cvsweb/~checkout~/egcs/gcc/BUGS?rev=1.4">BUGS</a>
+<a href="/cgi-bin/cvsweb.cgi/~checkout~/egcs/gcc/BUGS?content-type=text/plain&only_with_tag=HEAD">BUGS</a>
 included with the egcs source code.
 
 <p>Before you report a bug for the <em>C++ compiler</em>, please check
@@ -1191,7 +1191,7 @@ is declared pure-virtual [class.dtor]/7.
 <hr>
 
 <p><a href="index.html">Return to the EGCS home page</a>
-<p><i>Last modified:  April 23, 1999</i>
+<p><i>Last modified:  May 17, 1999</i>
 
 <!--#include virtual="/glimpsebox.html"-->
 </body>


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