download.html: Remove.
2000-12-01 Phil Edwards <pme@sources.redhat.com> * docs/download.html: Remove. * docs/footer.ihtml: Remove. * docs/header.ihtml: Remove. * docs/index.html: Remove. * docs/links.html: Remove. * docs/mail.html: Remove. * docs/status.html: Remove. * docs/thanks.html: Remove. From-SVN: r37943
This commit is contained in:
parent
a325caa035
commit
538f0be650
@ -1,3 +1,14 @@
|
||||
2000-12-01 Phil Edwards <pme@sources.redhat.com>
|
||||
|
||||
* docs/download.html: Remove.
|
||||
* docs/footer.ihtml: Remove.
|
||||
* docs/header.ihtml: Remove.
|
||||
* docs/index.html: Remove.
|
||||
* docs/links.html: Remove.
|
||||
* docs/mail.html: Remove.
|
||||
* docs/status.html: Remove.
|
||||
* docs/thanks.html: Remove.
|
||||
|
||||
2000-12-01 Phil Edwards <pme@sources.redhat.com>
|
||||
|
||||
* mkcheck.in: Count static and shared results separately.
|
||||
|
@ -1,54 +0,0 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
|
||||
<TITLE>Standard C++ Library v3</TITLE>
|
||||
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
|
||||
<LINK REL=StyleSheet HREF="lib3styles.css">
|
||||
<!-- $Id: download.html,v 1.11 2000/11/19 02:52:01 gerald Exp $ -->
|
||||
</HEAD>
|
||||
<BODY>
|
||||
|
||||
<!--#include virtual="/libstdc++/header.ihtml"-->
|
||||
|
||||
|
||||
<H3>Getting the sources by FTP or CVS</H3>
|
||||
|
||||
<!-- The <URL:foo> syntax is the standard way of writing such things. No
|
||||
link to the FTP site is given directly, encouraging mirror usage.
|
||||
-->
|
||||
<P>Get the snapshot archive via FTP from
|
||||
<TT><URL:ftp://sources.redhat.com/pub/libstdc++/></TT>.
|
||||
You will almost certainly need to use one of the
|
||||
<A HREF="http://sources.redhat.com/mirrors.html">mirror sites</A>
|
||||
due to the extremely heavy load on the main server.
|
||||
</P>
|
||||
|
||||
<P>The master CVS repository for libstdc++-v3 is now a part of the gcc
|
||||
repository. As such, checking out the <TT>gcc</TT> module includes
|
||||
the current libstdc++-v3 development sources. To check out
|
||||
libstdc++-v3 only, use <TT>libstdc++-v3</TT> instead of <TT>gcc</TT>
|
||||
as the module.
|
||||
</P>
|
||||
<UL>
|
||||
<LI>Read-only CVS repository is available by anonymous CVS. Directions
|
||||
are <A HREF="http://gcc.gnu.org/cvs.html">here</A>. You can also
|
||||
use anonymous CVS from one of the mirrors of the CVS repository.
|
||||
<LI>Read-write CVS repository is available by authorized CVS via SSH.
|
||||
Directions are <A HREF="http://gcc.gnu.org/cvswrite.html">here</A>.
|
||||
</UL>
|
||||
<P>Once you have the GCC sources checked out over CVS, you can use the
|
||||
<CODE>contrib/gcc_update</CODE> script to retrieve the latest changes, and
|
||||
automatically update the timestamps of certain files. With the
|
||||
timestamps updated, you won't need autoconf or the other tools (unless
|
||||
you make changes, obviously).
|
||||
</P>
|
||||
|
||||
<P>You can also
|
||||
<A HREF="http://gcc.gnu.org/cgi-bin/cvsweb.cgi/libstdc++-v3?cvsroot=gcc">browse
|
||||
the CVS repository over the web</A>.
|
||||
</P>
|
||||
|
||||
|
||||
<!--#include virtual="/libstdc++/footer.ihtml"-->
|
||||
</BODY>
|
||||
</HTML>
|
@ -1,18 +0,0 @@
|
||||
|
||||
|
||||
<!-- ####################################################### -->
|
||||
|
||||
</TD></TR></TABLE></TD></TR></TABLE>
|
||||
|
||||
<HR>
|
||||
<P CLASS="fineprint"><EM>
|
||||
These pages are stoically maintained by
|
||||
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</a>, who might now
|
||||
actually be able to maintain them as the directory structure is slowly
|
||||
congealing into some kind of permanent structure, and were last modified on
|
||||
2000-11-16.
|
||||
</EM></P>
|
||||
|
||||
<!-- ####################################################### -->
|
||||
|
||||
|
@ -1,36 +0,0 @@
|
||||
<!-- ####################################################### -->
|
||||
<!-- Encloses everything. :-( First row is the sigil; second row
|
||||
is the rest of the page (which is another table, blech). That
|
||||
second row contains two elements; the first is the TOC (in gray)
|
||||
and the second is another table (hork). That second table
|
||||
contains the actual "text" of the page.
|
||||
-->
|
||||
<TABLE>
|
||||
<TR><TD VALIGN="TOP" ALIGN="LEFT">
|
||||
<P><SPAN CLASS="tocheader">libstdc++</SPAN> v3</P>
|
||||
</TD></TR><TR><TD VALIGN="TOP" bgcolor="#EEEEEE">
|
||||
|
||||
|
||||
<!-- TOC (Navigation bar thingy) -->
|
||||
<TABLE CELLSPACING=10>
|
||||
<TR><TD COLSPAN=2></TD></TR>
|
||||
|
||||
<TR><TD COLSPAN=2>
|
||||
<A HREF="index.html">Home</A><BR>
|
||||
<A HREF="status.html">Status</A><BR>
|
||||
<A HREF="download.html">Downloading</A><BR>
|
||||
<A HREF="faq/index.html">FAQ</A> (<A HREF="faq/index.txt">text</A>)<BR>
|
||||
<A HREF="documentation.html">Documentation</A><BR>
|
||||
<A HREF="mail.html">Mailing Lists</A><BR>
|
||||
<A HREF="thanks.html">Contributors</A><BR>
|
||||
<A HREF="links.html">Links</A><BR>
|
||||
</TD></TR>
|
||||
|
||||
|
||||
</TABLE></TD><TD></TD><TD>
|
||||
<!-- Why another table for the actual stuff? See JSM's insightful
|
||||
comments in the source of sources.redhat.com.
|
||||
-->
|
||||
<TABLE><TR><TD>
|
||||
|
||||
<!-- ####################################################### -->
|
@ -1,78 +0,0 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
|
||||
<TITLE>Standard C++ Library v3</TITLE>
|
||||
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
|
||||
<LINK REL=StyleSheet HREF="lib3styles.css">
|
||||
<!-- $Id: index.html,v 1.6 2000/11/19 02:52:01 gerald Exp $ -->
|
||||
</HEAD>
|
||||
<BODY>
|
||||
|
||||
<!--#include virtual="/libstdc++/header.ihtml"-->
|
||||
|
||||
|
||||
<H2>What... is your name?</H2>
|
||||
|
||||
<P>The GNU Standard C++ Library v3, or libstdc++-2.90.x/2.9x. Also,
|
||||
libstdc++-v3 is the most common nickname.
|
||||
</P>
|
||||
|
||||
<H2>What... is your quest?</H2>
|
||||
|
||||
<P>This is an ongoing project to implement the ISO 14882 Standard
|
||||
C++ Library as described in chapters 17 through 27 and Annex D.
|
||||
<STRONG>Participation is welcome!</STRONG>
|
||||
</P>
|
||||
|
||||
<H2>What... is the airspeed velocity of an unladen swallow?</H2>
|
||||
|
||||
<P><A HREF="http://www.stone-dead.asn.au/movies/holy-grail/scene-23.html">African or European?</A></P>
|
||||
<!-- Anyone who hasn't seen Holy Grail shouldn't be programming... how can you
|
||||
understand procedural logic if you haven't seen the witch-burning scene?
|
||||
(Replace 'scene-23' with 'scene-05' for the transcript.)
|
||||
-->
|
||||
|
||||
<HR>
|
||||
|
||||
<H3>News</H3>
|
||||
|
||||
<DL>
|
||||
<DT>2000-11-17
|
||||
<DD> Tenth snapshot release,
|
||||
<A HREF="ftp://sources.redhat.com/pub/libstdc++/libstdc++-2.91.tar.gz">
|
||||
libstdc++-2.91.tar.gz</A>.
|
||||
<DT>2000-11-12
|
||||
<DD> Officially
|
||||
<A HREF="http://gcc.gnu.org/ml/gcc/2000-11/msg00522.html">made
|
||||
libstdc++-v3 the default C++ library</A>.
|
||||
<DT>2000-04-21
|
||||
<DD> Officially merged library sources into GCC.
|
||||
<DT>2000-03-24
|
||||
<DD> Ninth snapshot release, libstdc++-2.90.8.tar.gz.
|
||||
<DT>1999-12-21
|
||||
<DD> Eighth snapshot release, libstdc++-2.90.7.tar.gz.
|
||||
<DT>1999-08-04
|
||||
<DD> Seventh snapshot release, libstdc++-2.90.6.tar.gz.
|
||||
<DT>1999-05-18
|
||||
<DD> Sixth snapshot release, libstdc++-2.90.5.tar.gz.
|
||||
<DT>1999-03-19
|
||||
<DD> Fifth snapshot release, libstdc++-2.90.4.tar.gz.
|
||||
<DT>1998-12-31
|
||||
<DD> Fourth snapshot release, libstdc++-2.90.3.tar.gz.
|
||||
<DT>1998-11-04
|
||||
<DD> Design, feature checklist and readme documents updated. Also see
|
||||
new "Notes" section.
|
||||
<DT>1998-10-30
|
||||
<DD> Third snapshot release, libstdc++-2.90.2.tar.gz.
|
||||
<DT>1998-07-31
|
||||
<DD> <A HREF="17_intro/DESIGN">Design document available</a>
|
||||
<DT>1998-07-24
|
||||
<DD> Second snapshot release, libstdc++-2.90.1.tar.gz.
|
||||
<DT>1998-07-15
|
||||
<DD> First snapshot release.
|
||||
</DL>
|
||||
|
||||
|
||||
<!--#include virtual="/libstdc++/footer.ihtml"-->
|
||||
</BODY>
|
||||
</HTML>
|
@ -1,53 +0,0 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
|
||||
<TITLE>Standard C++ Library v3</TITLE>
|
||||
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
|
||||
<LINK REL=StyleSheet HREF="lib3styles.css">
|
||||
<!-- $Id: links.html,v 1.5 2000/11/19 02:52:01 gerald Exp $ -->
|
||||
</HEAD>
|
||||
<BODY>
|
||||
|
||||
<!--#include virtual="/libstdc++/header.ihtml"-->
|
||||
|
||||
|
||||
<H3>Links</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><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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
<!--#include virtual="/libstdc++/footer.ihtml"-->
|
||||
</BODY>
|
||||
</HTML>
|
@ -1,76 +0,0 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
|
||||
<TITLE>Standard C++ Library v3</TITLE>
|
||||
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
|
||||
<LINK REL=StyleSheet HREF="lib3styles.css">
|
||||
<!-- $Id: mail.html,v 1.6 2000/11/26 01:04:27 gerald Exp $ -->
|
||||
</HEAD>
|
||||
<BODY>
|
||||
|
||||
<!--#include virtual="/libstdc++/header.ihtml"-->
|
||||
|
||||
|
||||
|
||||
<H3>Mailing list info</H3>
|
||||
|
||||
<P>There are three main mailing lists for this project:
|
||||
<UL>
|
||||
<LI>libstdc++@sources.redhat.com: the main discussion and
|
||||
development list
|
||||
<LI>libstdc++-cvs@sources.redhat.com: a mailing list of
|
||||
CVS-produced messages (exciting reading!)
|
||||
</UL>
|
||||
</P>
|
||||
|
||||
<P>Use this handy little form to subscribe or unsubscribe from any of
|
||||
these lists:
|
||||
<BLOCKQUOTE>
|
||||
<form method="get" action="/cgi-bin/ml-request">
|
||||
Mailing list:
|
||||
<select name="listname">
|
||||
<option value="libstdc++">libstdc++
|
||||
<option value="libstdc++-cvs">libstdc++-cvs
|
||||
</select>
|
||||
<br>
|
||||
Your e-mail address:
|
||||
<input type="text" name="username" size="20">
|
||||
<br>
|
||||
<input type="checkbox" name="digest">Digest version
|
||||
<tt> </tt>
|
||||
<select name="operation">
|
||||
<option value="subscribe">subscribe
|
||||
<option value="unsubscribe">unsubscribe
|
||||
</select>
|
||||
<tt> </tt>
|
||||
<input type="Submit" name="submit" value="Send in the request">
|
||||
</form>
|
||||
</BLOCKQUOTE>
|
||||
</P>
|
||||
|
||||
<P>Archives are also on the web for extra easy access. Just select
|
||||
the links below to see the appropriate archive:
|
||||
<UL>
|
||||
<!-- These need to be moved to gcc.gnu.org -->
|
||||
<LI><A HREF="http://sources.redhat.com/ml/libstdc++/">libstdc++</A>
|
||||
<LI><A HREF="http://sources.redhat.com/ml/libstdc++-cvs/">libstdc++-cvs</A>
|
||||
<LI><A HREF="http://sources.redhat.com/ml/libstdc++-prs/">libstdc++-prs</A>
|
||||
(historical)
|
||||
</UL>
|
||||
</P>
|
||||
|
||||
<P>You can also ftp mbox formatted archives from the
|
||||
<A HREF="ftp://sources.redhat.com/pub/libstdc++/mail-archives/">ftp
|
||||
archives</A>.
|
||||
</P>
|
||||
|
||||
<P>For more info, and features of the mailing list software, please consult
|
||||
<A HREF="http://sources.redhat.com/lists.html#faqs">the
|
||||
documentation page for sources.redhat mailing lists</A>.
|
||||
</P>
|
||||
|
||||
|
||||
|
||||
<!--#include virtual="/libstdc++/footer.ihtml"-->
|
||||
</BODY>
|
||||
</HTML>
|
@ -1,130 +0,0 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
|
||||
<TITLE>Standard C++ Library v3</TITLE>
|
||||
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
|
||||
<LINK REL=StyleSheet HREF="lib3styles.css">
|
||||
<!-- $Id: status.html,v 1.5 2000/11/19 02:52:01 gerald Exp $ -->
|
||||
</HEAD>
|
||||
<BODY>
|
||||
|
||||
<!--#include virtual="/libstdc++/header.ihtml"-->
|
||||
|
||||
|
||||
<H3>Status</H3>
|
||||
<P>Compiling this library requires sources of a recent version of GCC.
|
||||
We suggest using CVS GCC.
|
||||
</P>
|
||||
|
||||
<P>New things that work are in the latest
|
||||
<A HREF="17_intro/RELEASE-NOTES">release notes</A>.
|
||||
</P>
|
||||
|
||||
<P>Known problems and bugs, which will force us to actually keep this
|
||||
file up-to-date, can be found in <A HREF="17_intro/BUGS">bugs</A>.
|
||||
</P>
|
||||
|
||||
<P>Things that need to be done and are looking for volunteers can be found
|
||||
in: <A HREF="17_intro/TODO">pick me</A>.
|
||||
</P>
|
||||
|
||||
<P>This release has been tested with CVS gcc on the following
|
||||
platforms. The configuration of --enable-debug (using -O0) was tested.
|
||||
Here are the results for snapshots 2.N:
|
||||
</P>
|
||||
|
||||
<TABLE CELLSPACING=4 CELLPADDING=1>
|
||||
|
||||
<!-- Column titles -->
|
||||
<TR>
|
||||
<TH ALIGN=LEFT>N</TH>
|
||||
<TH ALIGN=LEFT>host</TH>
|
||||
<TH ALIGN=CENTER>build</TH>
|
||||
<TH ALIGN=CENTER>static pass/fail</TH>
|
||||
<TH ALIGN=CENTER>shared pass/fail</TH>
|
||||
</TR>
|
||||
|
||||
<TR>
|
||||
<TD ALIGN=LEFT>91</TD>
|
||||
<TD ALIGN=LEFT>alpha-unknown-linux-gnu</TD>
|
||||
<TD ALIGN=CENTER>+ (see Note 1)</TD>
|
||||
<TD ALIGN=CENTER>176/8</TD>
|
||||
<TD ALIGN=CENTER>176/8</TD>
|
||||
</TR>
|
||||
|
||||
<TR>
|
||||
<TD ALIGN=LEFT>91</TD>
|
||||
<TD ALIGN=LEFT>i686-unknown-linux-gnu</TD>
|
||||
<TD ALIGN=CENTER>+</TD>
|
||||
<TD ALIGN=CENTER>176/8</TD>
|
||||
<TD ALIGN=CENTER>176/8</TD>
|
||||
</TR>
|
||||
|
||||
<TR>
|
||||
<TD ALIGN=LEFT>91</TD>
|
||||
<TD ALIGN=LEFT>powerpc-unknown-linux-gnu</TD>
|
||||
<TD ALIGN=CENTER>+</TD>
|
||||
<TD ALIGN=CENTER>176/8</TD>
|
||||
<TD ALIGN=CENTER>176/8</TD>
|
||||
</TR>
|
||||
|
||||
<TR>
|
||||
<TD ALIGN=LEFT>91</TD>
|
||||
<TD ALIGN=LEFT>sparc-sun-solaris2.5.1</TD>
|
||||
<TD ALIGN=CENTER>+ (see Note 2)</TD>
|
||||
<TD ALIGN=CENTER>results_not_in</TD>
|
||||
<TD ALIGN=CENTER>results_not_in</TD>
|
||||
</TR>
|
||||
|
||||
<TR>
|
||||
<TD ALIGN=LEFT>91</TD>
|
||||
<TD ALIGN=LEFT>sparc-sun-solaris2.6</TD>
|
||||
<TD ALIGN=CENTER>+ (see Note 2)</TD>
|
||||
<TD ALIGN=CENTER>results_not_in</TD>
|
||||
<TD ALIGN=CENTER>results_not_in</TD>
|
||||
</TR>
|
||||
|
||||
<TR>
|
||||
<TD ALIGN=LEFT>91</TD>
|
||||
<TD ALIGN=LEFT>sparc-sun-solaris2.7</TD>
|
||||
<TD ALIGN=CENTER>+ (see Note 2)</TD>
|
||||
<TD ALIGN=CENTER>results_not_in</TD>
|
||||
<TD ALIGN=CENTER>results_not_in</TD>
|
||||
</TR>
|
||||
|
||||
|
||||
<TR>
|
||||
<TD ALIGN=LEFT>91</TD>
|
||||
<TD ALIGN=LEFT>powerpc-ibm-aix4.3</TD>
|
||||
<TD ALIGN=CENTER>-</TD>
|
||||
<TD ALIGN=CENTER>results_not_in</TD>
|
||||
<TD ALIGN=CENTER>results_not_in</TD>
|
||||
</TR>
|
||||
|
||||
<TR>
|
||||
<TD ALIGN=LEFT>91</TD>
|
||||
<TD ALIGN=LEFT>i686-cygwin</TD>
|
||||
<TD ALIGN=CENTER>+</TD>
|
||||
<TD ALIGN=CENTER>results_not_in</TD>
|
||||
<TD ALIGN=CENTER>results_not_in</TD>
|
||||
</TR>
|
||||
|
||||
<TR>
|
||||
<TD ALIGN=LEFT>91</TD>
|
||||
<TD ALIGN=LEFT>i686-linux-x-arm-elf</TD>
|
||||
<TD ALIGN=CENTER>+</TD>
|
||||
<TD ALIGN=CENTER>176/8</TD>
|
||||
<TD ALIGN=CENTER>176/8</TD>
|
||||
</TR>
|
||||
|
||||
</TABLE>
|
||||
|
||||
|
||||
<P>Note 2: All Solaris toolchains were configured with --with-gnu-ld
|
||||
--with-gnu-as --with-gcc. (That's a lot of --with's...)
|
||||
</P>
|
||||
|
||||
|
||||
<!--#include virtual="/libstdc++/footer.ihtml"-->
|
||||
</BODY>
|
||||
</HTML>
|
@ -1,128 +0,0 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
|
||||
<TITLE>Standard C++ Library v3</TITLE>
|
||||
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
|
||||
<LINK REL=StyleSheet HREF="lib3styles.css">
|
||||
<!-- $Id: thanks.html,v 1.11 2000/11/17 01:21:14 pme Exp $ -->
|
||||
</HEAD>
|
||||
<BODY>
|
||||
|
||||
<!--#include virtual="/libstdc++/header.ihtml"-->
|
||||
|
||||
|
||||
|
||||
<H3 CLASS="centered">Contributors</H3>
|
||||
|
||||
<P>
|
||||
<!-- This little ditty was ripped wholesale from Anthony Green's
|
||||
paragraph on the GCJ Credits page. -->
|
||||
Many people contribute to the libstdc++-v3 project,
|
||||
and in many different capacities. Any omissions -- and there probably
|
||||
are many --
|
||||
in this list are accidental. <B>Feel free</B> to contact <A
|
||||
HREF="mailto:pme@sources.redhat.com">pme@sources.redhat.com</A>
|
||||
if you have been left out or some of your contributions are not listed.
|
||||
Please keep this list in alphabetical order.
|
||||
|
||||
<!--
|
||||
Latest update 2000-05-16, more or less.
|
||||
-->
|
||||
<UL>
|
||||
|
||||
<LI>Michael Cook for cleanup patches to reduce warnings.
|
||||
|
||||
<LI>Russell Davidson for fstream and stringstream fixes.
|
||||
|
||||
<LI>Gabriel Dos Reis for contributing the valarray implementation,
|
||||
taming g++ diagnostic messages involving templates, maintaining
|
||||
the numerics library (including that pesky <limits> :-), and
|
||||
keeping up-to-date anything to do with numbers.
|
||||
|
||||
<LI>Ulrich Drepper for all kinds of C interface issues, contributing
|
||||
and maintaining complex<>, sanity checking and disbursement,
|
||||
configuration architecture, libio maintenance, early math work.
|
||||
|
||||
<LI>David Edelsohn for doing the entire AIX port with his bare hands.
|
||||
|
||||
<LI>Kevin Ediger for the floating point formatting of num_put::do_put.
|
||||
|
||||
<LI>Phil Edwards for configuration hackery, documentation maintainer,
|
||||
chief breaker of the web pages, and the occasional iostream bugfix.
|
||||
|
||||
<LI>Mark Elbrecht for configuration support for locales and
|
||||
fstream-related fixes.
|
||||
|
||||
<LI>Vadim Egorov for fixes in strings, streambufs, and iostreams.
|
||||
|
||||
<LI>Nicolai Josuttis for additional documentation.
|
||||
|
||||
<LI>Ryszard Kabatek for many, many bugfixes and optimizations of strings,
|
||||
especially member functions, and for auto_ptr fixes.
|
||||
|
||||
<LI>Brendan Kehoe for a lot of early work in just about every part of
|
||||
the library.
|
||||
|
||||
<LI>Mumit Khan for massive porting work to Cygwin/Mingw32.
|
||||
|
||||
<LI>Benjamin Kosnik for, well, everything.
|
||||
|
||||
<LI>Martin v. Loewis for namespace patches and fixes, and tons of
|
||||
assistance with the compiler merges.
|
||||
|
||||
<LI>Philip Martin for lots of string and vector iterator fixes and
|
||||
improvements, and string clean up and testsuites.
|
||||
|
||||
<LI>Alfred Minarik for string and ios bugfixes, and turning the entire
|
||||
testsuite namespace-compatible.
|
||||
|
||||
<LI>Jason Molenda for keeping all the machines running. Doing all
|
||||
this work on scrap paper and the backs of envelopes would have
|
||||
been... difficult.
|
||||
|
||||
<LI>Nathan Myers for architecture and authorship through the first
|
||||
three snapshots, including implementation of locale infrastructure,
|
||||
string, shadow C headers, and the initial project documentation
|
||||
(DESIGN, CHECKLIST, and so forth). Later, more work on MT-safe
|
||||
string and shadow headers.
|
||||
|
||||
<LI>Felix Natter for documentation on porting.
|
||||
|
||||
<LI>Chip Salzenberg for patches and improvements to locales, traits,
|
||||
Makefiles, libio, libtool hackery, and "long long" support.
|
||||
|
||||
<LI>Scott Snyder for queue, iterator, istream, and string fixes and
|
||||
testsuite entries.
|
||||
|
||||
<LI>Petter Urkedal for CXXFLAGS, math, and algorithms fixes.
|
||||
|
||||
<LI>Brent Verner for work with the cshadow files and their associated
|
||||
configure steps.
|
||||
|
||||
</UL></P>
|
||||
|
||||
<P>We'd also like to thank the folks who have contributed time and
|
||||
energy in testing libstdc++-v3, especially those sending in testsuite
|
||||
evaluations and documentation corrections:
|
||||
|
||||
<UL>
|
||||
|
||||
<LI>David Gilbert
|
||||
<LI>Levente Farkas
|
||||
<LI>Jürgen Freyh
|
||||
<LI>James Kanze
|
||||
<LI>llewelly <!-- Honest, that's the only name in the messages. -->
|
||||
<LI>Loren James Rittle
|
||||
<LI>George Talbot
|
||||
|
||||
</UL></P>
|
||||
|
||||
<P>It couldn't be done without you!</P>
|
||||
|
||||
|
||||
|
||||
<!--#include virtual="/libstdc++/footer.ihtml"-->
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user