[wwwdocs] readings.html C++ links updated

Phil Edwards pedwards@disaster.jaj.com
Fri Nov 16 11:21:00 GMT 2001


I noticed that some of the links for C++ were dead or mislabeled, and
the "public websites" comment was only true for the first link, not the
entire section.  Also there was never any link given for the Muchnick text.


Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.66
diff -u -3 -r1.66 readings.html
--- readings.html	2001/11/24 14:07:43	1.66
+++ readings.html	2001/11/27 00:19:47
@@ -345,12 +345,11 @@
 
 <h3>C++ information</h3>
 
-<p>Public websites that have info on known defects in the standard:</p>
-
 <ul>
-  <li><a href="http://www.dkuug.dk/jtc1/sc22/wg21/">defect reflector</a></li>
-  <li><a href="http://www.comeaucomputing.com/iso/">comeau reflector</a></li>
-  <li><a href="http://reality.sgi.com/austern_mti/std-c++/faq.html">c++ standards FAQ</a></li>
+  <li><a href="http://www.dkuug.dk/jtc1/sc22/wg21/">ISO Committee homepage
+      (defects list, etc)</a></li>
+  <li><a href="http://www.comeaucomputing.com/iso/">Comeau reflector</a></li>
+  <li><a href="http://www.research.att.com/~austern/csc/faq.html">C++ standards FAQ</a></li>
 </ul>
 
 <ul>
@@ -487,12 +486,12 @@
 
   <li><a href="http://compilers.iecc.com/">Comp.compilers archive</a>
 
-  <li>Steven
-  Muchnick (1997) "Advanced Compiler Design and Implementation.
-  880pp. Online appendix includes some compiler links.
+  <li><a href="http://www.mkp.com/books_catalog/catalog.asp?ISBN=1-55860-320-4">
+  Steven Muchnick (1997) "Advanced Compiler Design and Implementation"</a>.
+  880pp. Online appendix includes some compiler links.  ISBN: 1-55860-320-4.
 
   <li><a href="http://www.bh.com/digitalpress/">Robert Morgan (1998)
-  "Building an Optimizing Compiler"</a> 300pp. ISBN: 1-55558-179-X.
+  "Building an Optimizing Compiler"</a>.  300pp. ISBN: 1-55558-179-X.
 
   <li><a href="http://www.opengroup.org/">The Open Group</a> has quite a bit
   on POSIX etc.



More information about the Gcc-patches mailing list