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]

Patch to merge libstdc++/links.html into readings.html


This patch merges the contents of libstdc++/links.html into readings.html
(which previously had only an out-of-date FAQ link as C++ information),
reorganising the language information to be together on that page.  OK to
commit?

Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.43
diff -u -r1.43 readings.html
--- readings.html	2000/11/21 09:44:54	1.43
+++ readings.html	2001/01/28 00:43:49
@@ -259,19 +259,9 @@
 
 <h2>Collected Papers/Sites on Standards, Compilers, Optimization, Etc.</h2>
 
-<ul>
+<h3>C information</h3>
 
-  <li><a href="http://www.validgh.com/goldberg/paper.ps">What Every
-  Computer Scientist Should Know about Floating-Point Arithmetic</a>
-  by David Goldberg, including Doug Priest's supplement (PostScript
-  format)
-
-  <li><a href="http://www.validgh.com/goldberg/addendum.html">
-  Differences Among IEEE 754 Implementations</a>
-  by Doug Priest (included in the PostScript-format document above)
-
-  <li><a href="ftp://cs.rice.edu/public/preston/optimizer">Massively
-  Scalar Compiler Project</a>
+<ul>
 
   <li>C standards information:
 
@@ -316,6 +306,51 @@
 
   </ul></li>
 
+</ul>
+
+
+
+<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>
+</ul>
+
+<ul>
+  <li><a href="http://www.sgi.com/Technology/STL">The SGI STL page</a></li>
+  <li><a href="http://www.stlport.org/">STLport homepage</a></li>
+</ul>
+
+<ul>
+  <li><a href="http://math.nist.gov/tnt/">Template Numeric Toolkit</a></li>
+  <li><a href="http://www.acl.lanl.gov/Pooma/">POOMA</a></li>
+  <li><a href="http://www.maths.warwick.ac.uk/cpp/lia/">Language independent
+      arithmetic</a></li>
+  <li><a href="http://www.boost.org">The Boost C++ Libraries</a></li>
+</ul>
+
+<ul>
+  <li><a href="http://webnz.com/robert/cpp_site.html">Internet sites for
+      C++ users</a></li>
+</ul>
+
+<ul>
+  <li><a href="http://www.research.att.com/~bs/">Bjarne Stroustrup's page</a></li>
+  <li><a href="http://www.cantrip.org/cpp.html">Nathan Myers' locale page</a></li>
+  <li><a href="http://www.josuttis.com/libbook/">Nicolai Josuttis' Standard
+      Library book</a></li>
+</ul>
+
+
+
+<h3>Fortran information</h3>
+
+<ul>
+
   <li>Fortran standards information:
 
   <ul>
@@ -333,6 +368,39 @@
 
   </ul></li>
 
+  <li><a href="http://www.fortran.com/info.html">Fortran FAQs, books and software</a></li>
+
+</ul>
+
+
+
+<h3>Modula 3 information</h3>
+
+<ul>
+  <li><a href="http://www.cmass.com">http://www.cmass.com</a>
+  <li><a href="http://www.cl.cam.ac.uk/m3doc/linux/cambridge.html">http://www.cl.cam.ac.uk/m3doc/linux/cambridge.html</a>
+  <li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/LOCAL_PORTS/m3-fbsd-m3cc-3.6.tar.gz">ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/LOCAL_PORTS/m3-fbsd-m3cc-3.6.tar.gz</a>
+  <li><a href="http://www.m3.org">http://www.m3.org</a>
+</ul>
+
+
+
+<h3>Miscellaneous information</h3>
+
+<ul>
+
+  <li><a href="http://www.validgh.com/goldberg/paper.ps">What Every
+  Computer Scientist Should Know about Floating-Point Arithmetic</a>
+  by David Goldberg, including Doug Priest's supplement (PostScript
+  format)
+
+  <li><a href="http://www.validgh.com/goldberg/addendum.html">
+  Differences Among IEEE 754 Implementations</a>
+  by Doug Priest (included in the PostScript-format document above)
+
+  <li><a href="ftp://cs.rice.edu/public/preston/optimizer">Massively
+  Scalar Compiler Project</a>
+
   <li><a href="http://www.partner.europe.digital.com/www-swdev/pages/Home/TECH/dunix/ofst/build/src/index.html">
   Information on the Digital UNIX V5.0 object file format</a>
 
@@ -350,16 +418,6 @@
 
 <p>
 
-  <li>Modula 3 Stuff:
-  <ul>
-    <li><a href="http://www.cmass.com">http://www.cmass.com</a>
-    <li><a href="http://www.cl.cam.ac.uk/m3doc/linux/cambridge.html">http://www.cl.cam.ac.uk/m3doc/linux/cambridge.html</a>
-    <li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/LOCAL_PORTS/m3-fbsd-m3cc-3.6.tar.gz">ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/LOCAL_PORTS/m3-fbsd-m3cc-3.6.tar.gz</a>
-    <li><a href="http://www.m3.org">http://www.m3.org</a>
-  </ul>
-
-<p>
-
   <li>EG3 maintains a list of compiler Internet resources, including FAQ's,
 papers, hot list pages, potential software/shareware, all known companies, etc.:
   <ul>
@@ -381,10 +439,6 @@
 
   <li><a href="http://www.iecc.com/compilers/">Comp.compilers archive</a>
 
-  <li><a href="http://reality.sgi.com/employees/austern_mti/std-c++/faq.html">comp.std.c++ FAQ</a>
-
-  <li><a href="http://www.fortran.com/info.html">Fortran FAQs, books and software</a>
-
   <li><a href="http://www.mkp.com/books_catalog/1-55860-320-4.asp">Steven
   Muchnick (1997) "Advanced Compiler Design and Implementation</a>.
   880pp. Online appendix includes some compiler links.
@@ -395,6 +449,8 @@
   <li><a href="http://www.opengroup.org/">The Open Group</a> has quite a bit
   on POSIX etc.
                                                           
+  <li><a href="http://www.unicode.org">Unicode</a></li>
+
 </ul>
  
 </body>
Index: libstdc++/ChangeLog
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/ChangeLog,v
retrieving revision 1.19
diff -u -r1.19 ChangeLog
--- ChangeLog	2001/01/23 16:49:33	1.19
+++ ChangeLog	2001/01/28 00:43:49
@@ -1,3 +1,10 @@
+2001-01-28  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* links.html: Remove; contents merged into ../readings.html.
+	* header.ihtml: Link to ../readings.html instead of to links.html.
+	* .htaccess: Redirect links.html to
+	http://gcc.gnu.org/readings.html.
+
 2001-01-23  Phil Edwards  <pme@sources.redhat.com>
 
 	* status.html:  Mention and link to latest working GCC snapshot.
Index: libstdc++/header.ihtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/header.ihtml,v
retrieving revision 1.8
diff -u -r1.8 header.ihtml
--- header.ihtml	2000/12/10 23:14:07	1.8
+++ header.ihtml	2001/01/28 00:43:49
@@ -24,7 +24,7 @@
     <A HREF="http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html">Documentation</A><BR>
     <A HREF="../lists.html">Mailing Lists</A><BR>
     <A HREF="thanks.html">Contributors</A><BR>
-    <A HREF="links.html">Links</A><BR>
+    <A HREF="../readings.html">Links</A><BR>
     </TD></TR>
 
 
Index: libstdc++/.htaccess
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/.htaccess,v
retrieving revision 1.1
diff -u -r1.1 .htaccess
--- .htaccess	2000/12/01 23:46:59	1.1
+++ .htaccess	2001/01/28 00:43:49
@@ -1 +1,2 @@
 Redirect permanent /libstdc++/mail.html http://gcc.gnu.org/lists.html
+Redirect permanent /libstdc++/links.html http://gcc.gnu.org/readings.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]