This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


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

Re: libstdc++ web pages: sources.redhat.com -> gcc.gnu.org


Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> writes:

> If you want to help Phil and me with the transition, a nice (and not too
> laborous) task is merging <http://gcc.gnu.org/libstdc++/links.html> into
> <http://gcc.gnu.org/readings.html>.
> 
> Volunteers welcome! :-)

Was this the sort of thing you had in mind?

2000-11-29  Rich Churcher  <churcher@ihug.com.au>

	* readings.html: Added libstdc++-v3 readings section

Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.43
diff -c -3 -p -r1.43 readings.html
*** readings.html	2000/11/21 09:44:54	1.43
--- readings.html	2000/11/28 20:03:29
*************** papers, hot list pages, potential softwa
*** 396,401 ****
    on POSIX etc.
                                                            
  </ul>
!  
  </body>
  </html>
--- 396,438 ----
    on POSIX etc.
                                                            
  </ul>
! <h2>libstdc++-v3 links</h2>
! <h3>Public websites that have info on known defects in the C++ standard:</h3>
! 
! <ul>
!   <li><a href="http://www.dkuug.dk/jtc1/sc22/wg21/">defect reflector</a>
!   <li><a href="http://www.comeaucomputing.com/iso/">comeau reflector</a>
!   <li><a href="http://reality.sgi.com/austern_mti/std-c++/faq.html">c++ standards FAQ</a>
! </ul>
! 
! <h3>The Standard Template Library</h3>
! <ul>
!   <li><a href="http://www.sgi.com/Technology/STL">The SGI STL page</a>
!   <li><a href="http://www.stlport.org/">STLport homepage</a>
! </ul>
! 
! <h3>Additional (non-standard) C++ libraries</h3>
! <ul>
!   <li><a href="http://math.nist.gov/tnt/">Template Numeric Toolkit</a>
!   <li><a href="http://www.acl.lanl.gov/Pooma/">POOMA</a>
!   <li><a href="http://www.maths.warwick.ac.uk/cpp/lia/">Language independent
!       arithmetic</a>
!   <li><a href="http://www.boost.org">The Boost C++ Libraries</a>
! </ul>
! 
! <h3>General interest</h3>
! <ul>
!   <li><a href="http://webnz.com/robert/cpp_site.html">Internet sites for
!       C++ users</a>
!   <li><a href="http://www.unicode.org">Unicode</a>
! </ul>
! 
! <ul>
!   <li><a href="http://www.research.att.com/~bs/">Bjarne Stroustrup's page</a>
!   <li><a href="http://www.cantrip.org/cpp.html">Nathan Myers' locale page</a>
!   <li><a href="http://www.josuttis.com/libbook/">Nicolai Josuttis' Standard
!       Library book</a>
! </ul>
! 
  </body>
  </html>


-- 
Cheers,
Rich.  

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