Commit 58884590 by Phil Edwards

Sync with the documentation from wwwdocs.

2000-11-29  Phil Edwards  <pme@sources.redhat.com>

	Sync with the documentation from wwwdocs.
	* docs/Makefile:  New file (rebuilds FAQ text version).
	* docs/configopts.html:  Update.
	* docs/documentation.html:  Update.
	* docs/download.html:  Update.
	* docs/index.html:  Update.
	* docs/install.html:  Update.
	* docs/links.html:  Update.
	* docs/mail.html:  Update.
	* docs/status.html:  Update.
	* docs/thanks.html:  Update.
	* docs/27_io/howto.html:  Update.
	* docs/faq/index.html:  Update for 2.91.
	* docs/faq/index.txt:  Update for 2.91.
	* docs/footer.html:  Removed.
	* docs/footer.ihtml:  New file.
	* docs/gccrebuild.html:  Removed.
	* docs/header.html:  Removed.
	* docs/header.ihtml:  New file.

From-SVN: r37855
parent 78cd99d0
2000-11-29 Phil Edwards <pme@sources.redhat.com>
Sync with the documentation from wwwdocs.
* docs/Makefile: New file (rebuilds FAQ text version).
* docs/configopts.html: Update.
* docs/documentation.html: Update.
* docs/download.html: Update.
* docs/index.html: Update.
* docs/install.html: Update.
* docs/links.html: Update.
* docs/mail.html: Update.
* docs/status.html: Update.
* docs/thanks.html: Update.
* docs/27_io/howto.html: Update.
* docs/faq/index.html: Update for 2.91.
* docs/faq/index.txt: Update for 2.91.
* docs/footer.html: Removed.
* docs/footer.ihtml: New file.
* docs/gccrebuild.html: Removed.
* docs/header.html: Removed.
* docs/header.ihtml: New file.
2000-11-29 Loren J. Rittle <ljrittle@acm.org> 2000-11-29 Loren J. Rittle <ljrittle@acm.org>
* tests_flags.in: Correct typo. * tests_flags.in: Correct typo.
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<TITLE>libstdc++-v3 HOWTO: Chapter 27</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 27</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/27_io/"> <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/27_io/">
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.2 2000/07/11 21:45:08 pme Exp $ --> <!-- $Id: howto.html,v 1.4 2000/11/10 00:28:21 gerald Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
...@@ -336,7 +336,7 @@ ...@@ -336,7 +336,7 @@
Comments and suggestions are welcome, and may be sent to Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>. <A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.2 2000/07/11 21:45:08 pme Exp $ <BR> $Id: howto.html,v 1.4 2000/11/10 00:28:21 gerald Exp $
</EM></P> </EM></P>
......
faq/index.txt: faq/index.html
lynx -dump faq/index.html | sed "s%file://localhost`pwd`%..%" > $@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML> <HTML>
<HEAD> <HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)"> <META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)">
<META NAME="KEYWORDS" CONTENT="libstdc++, libstdc++-v3, GCC, g++"> <META NAME="KEYWORDS" CONTENT="libstdc++, libstdc++-v3, GCC, g++">
<META NAME="DESCRIPTION" CONTENT="Configuration options for libstdc++-v3."> <META NAME="DESCRIPTION" CONTENT="Configuration options for libstdc++-v3.">
...@@ -9,7 +8,7 @@ ...@@ -9,7 +8,7 @@
<TITLE>libstdc++-v3 configure options</TITLE> <TITLE>libstdc++-v3 configure options</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/"> <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css"> <LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: configopts.html,v 1.15 2000/10/26 14:56:04 bkoz Exp $ --> <!-- $Id: configopts.html,v 1.18 2000/11/16 22:19:52 gerald Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
...@@ -77,19 +76,6 @@ options</A></H1> ...@@ -77,19 +76,6 @@ options</A></H1>
templates and the like). templates and the like).
</P> </P>
<DT><TT>--enable-namespaces </TT>[default]
<DD><P>By default, g++ currently ignores namespace <TT>std</TT> for
backwards compatibility. It can be turned on with the
<TT> -fhonor-std </TT> flag to the compiler. As of libstdc++-v3
snapshot 2.90.8, that flag is passed to g++ when building the
library. (In g++ 2.96 and later, this flag is on by default if
libstdc++-v3 is used.) The --disable variant will put all std::
symbols into the global namespace.
</P>
<P>This option has been removed in current sources; disabling
namespaces is just not possible.
</P>
<DT><TT>--enable-cshadow-headers </TT> <DT><TT>--enable-cshadow-headers </TT>
<DD><P>This turns on the code to construct shadowed C headers, and to <DD><P>This turns on the code to construct shadowed C headers, and to
use c headers in the std:: namespace. Very experimental as of use c headers in the std:: namespace. Very experimental as of
...@@ -182,7 +168,7 @@ options</A></H1> ...@@ -182,7 +168,7 @@ options</A></H1>
<HR> <HR>
<P CLASS="fineprint"><EM> <P CLASS="fineprint"><EM>
$Id: configopts.html,v 1.15 2000/10/26 14:56:04 bkoz Exp $ $Id: configopts.html,v 1.18 2000/11/16 22:19:52 gerald Exp $
</EM></P> </EM></P>
......
<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: documentation.html,v 1.8 2000/11/19 02:52:01 gerald Exp $ -->
</HEAD>
<BODY>
<!--#include virtual="/libstdc++/header.html"--> <!--#include virtual="/libstdc++/header.ihtml"-->
<P><B>All of these documents</B> (in fact, this entire homepage set) are <P><B>All of these documents</B> (in fact, this entire homepage set) are
bundled with the library source, under the <TT>docs</TT> subdirectory. bundled with the library source, under the <TT>docs</TT> subdirectory,
for releases and snapshots.
</P> </P>
<H2><A NAME="1">Introductory notes for libstdc++</A></H2> <H2><A NAME="1">Introductory notes for libstdc++</A></H2>
<P>This is a short list of text files pertaining to this <P>This is a short list of text files pertaining to this
implementation of ISO 14882. A brief description follows the name implementation of ISO 14882. A brief description follows the name
of the file. of the file.
</P>
<UL> <UL>
<LI><A HREF="17_intro/BADNAMES">BADNAMES</A> <LI><A HREF="17_intro/BADNAMES">BADNAMES</A>
- names to avoid because of potential collisions - names to avoid because of potential collisions
...@@ -35,14 +46,12 @@ ...@@ -35,14 +46,12 @@
<LI><A HREF="17_intro/contribute.html">Contributor checklist</A> <LI><A HREF="17_intro/contribute.html">Contributor checklist</A>
<LI><A HREF="17_intro/libstdc++-assign.txt">Copyright assignment form for libstdc++-v3</A> <LI><A HREF="17_intro/libstdc++-assign.txt">Copyright assignment form for libstdc++-v3</A>
</UL> </UL>
</P>
<HR> <HR>
<H2><A NAME="2">Configuring, Building, Installing</A></H2> <H2><A NAME="2">Configuring, Building, Installing</A></H2>
<UL> <UL>
<A HREF="configopts.html">Configure options</A><BR> <LI><A HREF="configopts.html">Configure options</A>
<A HREF="install.html">Getting started: configure, build, install</A><BR> <LI><A HREF="install.html">Getting started: configure, build, install</A><BR>
<A HREF="gccrebuild.html">Rebuilding libgcc for ABI-breaking flags</A><BR>
</UL> </UL>
<HR> <HR>
...@@ -63,5 +72,6 @@ ...@@ -63,5 +72,6 @@
</OL> </OL>
<!--#include virtual="/libstdc++/footer.html"--> <!--#include virtual="/libstdc++/footer.ihtml"-->
</BODY>
</HTML>
<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.html"--> <!--#include virtual="/libstdc++/header.ihtml"-->
<H3>Getting the sources by FTP or CVS</H3> <H3>Getting the sources by FTP or CVS</H3>
...@@ -19,6 +28,7 @@ ...@@ -19,6 +28,7 @@
the current libstdc++-v3 development sources. To check out the current libstdc++-v3 development sources. To check out
libstdc++-v3 only, use <TT>libstdc++-v3</TT> instead of <TT>gcc</TT> libstdc++-v3 only, use <TT>libstdc++-v3</TT> instead of <TT>gcc</TT>
as the module. as the module.
</P>
<UL> <UL>
<LI>Read-only CVS repository is available by anonymous CVS. Directions <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 are <A HREF="http://gcc.gnu.org/cvs.html">here</A>. You can also
...@@ -26,9 +36,8 @@ ...@@ -26,9 +36,8 @@
<LI>Read-write CVS repository is available by authorized CVS via SSH. <LI>Read-write CVS repository is available by authorized CVS via SSH.
Directions are <A HREF="http://gcc.gnu.org/cvswrite.html">here</A>. Directions are <A HREF="http://gcc.gnu.org/cvswrite.html">here</A>.
</UL> </UL>
</P>
<P>Once you have the GCC sources checked out over CVS, you can use the <P>Once you have the GCC sources checked out over CVS, you can use the
<TT>contrib/gcc_update</TT> script to retrieve the latest changes, and <CODE>contrib/gcc_update</CODE> script to retrieve the latest changes, and
automatically update the timestamps of certain files. With the automatically update the timestamps of certain files. With the
timestamps updated, you won't need autoconf or the other tools (unless timestamps updated, you won't need autoconf or the other tools (unless
you make changes, obviously). you make changes, obviously).
...@@ -40,5 +49,6 @@ ...@@ -40,5 +49,6 @@
</P> </P>
<!--#include virtual="/libstdc++/footer.html"--> <!--#include virtual="/libstdc++/footer.ihtml"-->
</BODY>
</HTML>
...@@ -10,9 +10,9 @@ These pages are stoically maintained by ...@@ -10,9 +10,9 @@ These pages are stoically maintained by
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</a>, who might now <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 actually be able to maintain them as the directory structure is slowly
congealing into some kind of permanent structure, and were last modified on congealing into some kind of permanent structure, and were last modified on
2000-11-03. 2000-11-16.
</EM></P> </EM></P>
<!-- And this closes everything out. --> <!-- ####################################################### -->
<!--#include virtual="/include/footer-subpages.html"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)">
<META NAME="KEYWORDS" CONTENT="libgcc.a, rebuild">
<META NAME="DESCRIPTION" CONTENT="How to automatically rebuild libgcc.a.">
<META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>How to automatically rebuild libgcc.a.</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: gccrebuild.html,v 1.4 2000/07/07 21:13:27 pme Exp $ -->
</HEAD>
<BODY>
<H2 CLASS="centered"><TT>--enable-libgcc-rebuild</TT></H2>
<P><B>NOTA BENE</B>: If using the <TT>--enable-libstdcxx-v3</TT> approach
to configuring, the std namespace will be turned on for you, without
going this route. Only use this flag if you'd like to experiment
with yet more binary incompatibilities, as discussed below.
</P>
<HR>
<P>If you build libstdc++ using certain flags (e.g., -fnew-abi), then
programs that use some of the new C++ language features (like namespace
std and RTTI) will only link if the compiler's libgcc is built using
the same flags. Other extralinguistic flags (like -fsquangle to change
the name mangling algorithm) will have the same effect.
</P>
<P>Passing --enable-libgcc-rebuild to libstdc++'s configure script
means that when you type 'make' next, after libstdc++ is built,
then libgcc will also be rebuilt. If you've given other
--enable/--with switches to libstdc++ that would require a core
library rebuild, then those compiler options will be automatically
used when compiling libgcc, such that both libraries will always be
built with the same options.
</P>
<P>The argument to this enable switch is the path to the GCC build
directory. The GCC configuration documentation refers to this directory
as <EM>objdir</EM>; here it will be called <EM>GCCobjdir</EM>.
</P>
<P>This was required for a few busy months of development, but was
always acknowledged a kludge. After the library sources were merged into
the compiler sources, this was commented out. If you must re-enable
it, you amy do so by uncommenting the GLIBCPP_ENABLE_RELIBGCC line in
configure.in and regenerating.
</P>
<HR>
<H3>If you kept your <EM>GCCobjdir</EM></H3>
<P>Easy as pi, er, pie. Just pass the pathname to the --enable switch
(absolute pathnames are best), and build libstdc++ as you normally
would. When it is finished, 'make' will go over to <EM>GCCobjdir</EM>
and build a new libgcc.a for you.
</P>
<P>Once that's done, skip down to &quot;Installing the new libgcc.a.&quot;
</P>
<H3>If you deleted your <EM>GCCobjdir</EM>, or never had one</H3>
<P>Aaargggghhh, you had to make things difficult. Okay, note for future
reference: if you plan on experimenting with weird features, you'll want
to keep your build directories around. If you're having to re-unpack
the GCC source for this step, the same thing applies.
</P>
<P>We don't put a whole lot of effort into supporting this, so you might
just have to go the long way 'round if you run into difficulties.
</P>
<P>You'll have to trick the configure script into believing that libgcc.a
has been previously built. You'll also have to build the libraries that
libgcc.a needs. The steps are these:
<OL>
<LI>Unpack the GCC sources. Call this directory <EM>GCCsrcdir</EM>.
<LI>&quot;<TT>mkdir <EM>GCCobjdir</EM> && cd <EM>GCCobjdir</EM> &&
<EM>GCCsrcdir</EM>/configure --whatever</TT>&quot;
<BR>Configure GCC like you normally would. See
<A HREF="http://gcc.gnu.org/install/configure.html">the GCC
configuration instructions</A> for all the possible values
of <TT>--whatever</TT>.
<LI>&quot;<TT>cd libiberty && make</TT>&quot;
<LI>&quot;<TT>cd ../gcc; touch libgcc2.ready</TT>&quot;
</OL>
Now go back to &quot;If you kept your GCCobjdir&quot; and proceed from there.
</P>
<H3>Installing the new libgcc.a</H3>
<P>The reckless method is
<PRE>
cd GCCobjdir/gcc
make install-libgcc</PRE>
This will copy in the new libgcc.a on top of the old one.
</P>
<P>The wiser method is to keep the old one around under a different name,
and install the new one under another different name, and then make
libgcc.a be a hard or soft link to one of the two real libraries. Or
copy one of them by a new name into a directory searched by the linker,
and use -l (dash ell) to pick it up before finding the default
<EM>other</EM> library.
</P>
<HR>
<P>If you're <B>really</B> interested in using a particular flag (say,
-fhonor-std) under <B>all</B> conditions, then you can edit
<EM>GCCsrcdir</EM>/gcc/cp/decl2.c and change the initialization of the
appropriate <TT>flag_</TT> variable to 1. This will turn that flag
on by default, which means that libgcc.a, libstdc++.a, libstdc++.so,
and everything else you ever do will be built with that feature
unless you specifically turn it <EM>off</EM>.
</P>
<!-- ####################################################### -->
<HR>
<P CLASS="fineprint"><EM>
$Id: gccrebuild.html,v 1.4 2000/07/07 21:13:27 pme Exp $
</EM></P>
</BODY>
</HTML>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!-- ####################################################### -->
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)">
<META NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
<META NAME="DESCRIPTION" CONTENT="GNU libstdc++-v3 homepage.">
<META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>Standard C++ Library v3</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: header.html,v 1.1 2000/04/21 20:33:30 bkoz Exp $ -->
</HEAD>
<!-- This does the BODY tag and that funky imagemap. -->
<!--#include virtual="/include/header-subpages.html"-->
<!-- Encloses everything. :-( First row is the sigil; second row <!-- Encloses everything. :-( First row is the sigil; second row
is the rest of the page (which is another table, blech). That is the rest of the page (which is another table, blech). That
second row contains two elements; the first is the TOC (in gray) second row contains two elements; the first is the TOC (in gray)
...@@ -25,7 +8,7 @@ ...@@ -25,7 +8,7 @@
<TABLE> <TABLE>
<TR><TD VALIGN="TOP" ALIGN="LEFT"> <TR><TD VALIGN="TOP" ALIGN="LEFT">
<P><SPAN CLASS="tocheader">libstdc++</SPAN> v3</P> <P><SPAN CLASS="tocheader">libstdc++</SPAN> v3</P>
</TD></TR><TR><TD VALIGN="TOP" bgcolor=#EEEEEE> </TD></TR><TR><TD VALIGN="TOP" bgcolor="#EEEEEE">
<!-- TOC (Navigation bar thingy) --> <!-- TOC (Navigation bar thingy) -->
...@@ -39,24 +22,10 @@ ...@@ -39,24 +22,10 @@
<A HREF="faq/index.html">FAQ</A> (<A HREF="faq/index.txt">text</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="documentation.html">Documentation</A><BR>
<A HREF="mail.html">Mailing Lists</A><BR> <A HREF="mail.html">Mailing Lists</A><BR>
<A HREF="/cgi-bin/gnatsweb.pl?database=libstdc%2b%2b&user=guest&password=guest&cmd=login">Report a Bug</A><BR>
<A HREF="thanks.html">Contributors</A><BR> <A HREF="thanks.html">Contributors</A><BR>
<A HREF="links.html">Links</A><BR> <A HREF="links.html">Links</A><BR>
</TD></TR> </TD></TR>
<!--
<TR><TD COLSPAN=2></TD></TR>
<TR><TD COLSPAN=2><B>Get announcements:</B><BR><SMALL>
<FORM METHOD="get" ACTION="/cgi-bin/ml-request">
<INPUT TYPE="hidden" NAME="digest" VALUE="off">
<INPUT TYPE="hidden" NAME="operation" VALUE="subscribe">
<INPUT TYPE="hidden" NAME="listname" VALUE="libstdc++-announce">
<INPUT TYPE="text" NAME="username" VALUE="your e-mail address" size="20">
<BR><INPUT TYPE="submit" NAME="submit" VALUE="Subscribe!">
</FORM>
</SMALL></TD></TR>
-->
</TABLE></TD><TD></TD><TD> </TABLE></TD><TD></TD><TD>
<!-- Why another table for the actual stuff? See JSM's insightful <!-- Why another table for the actual stuff? See JSM's insightful
...@@ -65,5 +34,3 @@ ...@@ -65,5 +34,3 @@
<TABLE><TR><TD> <TABLE><TR><TD>
<!-- ####################################################### --> <!-- ####################################################### -->
<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.html"--> <!--#include virtual="/libstdc++/header.ihtml"-->
<H2>What... is your name?</H2> <H2>What... is your name?</H2>
<P>The GNU Standard C++ Library v3, or libstdc++-2.90.x. Also, <P>The GNU Standard C++ Library v3, or libstdc++-2.90.x/2.9x. Also,
libstdc++-v3 is the most common nickname. libstdc++-v3 is the most common nickname.
</P> </P>
...@@ -12,7 +21,7 @@ ...@@ -12,7 +21,7 @@
<P>This is an ongoing project to implement the ISO 14882 Standard <P>This is an ongoing project to implement the ISO 14882 Standard
C++ Library as described in chapters 17 through 27 and Annex D. C++ Library as described in chapters 17 through 27 and Annex D.
<B>Participation is welcome!</B> <STRONG>Participation is welcome!</STRONG>
</P> </P>
<H2>What... is the airspeed velocity of an unladen swallow?</H2> <H2>What... is the airspeed velocity of an unladen swallow?</H2>
...@@ -26,14 +35,20 @@ ...@@ -26,14 +35,20 @@
<HR> <HR>
<H3>News</H3> <H3>News</H3>
<P>
<DL> <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 <DT>2000-04-21
<DD> Officially merged library sources into GCC. <DD> Officially merged library sources into GCC.
<DT>2000-03-24 <DT>2000-03-24
<DD> Ninth snapshot release, <DD> Ninth snapshot release, libstdc++-2.90.8.tar.gz.
<A HREF="ftp://sources.redhat.com/pub/libstdc++/libstdc++-2.90.8.tar.gz">
libstdc++-2.90.8.tar.gz</A>.
<DT>1999-12-21 <DT>1999-12-21
<DD> Eighth snapshot release, libstdc++-2.90.7.tar.gz. <DD> Eighth snapshot release, libstdc++-2.90.7.tar.gz.
<DT>1999-08-04 <DT>1999-08-04
...@@ -56,8 +71,8 @@ ...@@ -56,8 +71,8 @@
<DT>1998-07-15 <DT>1998-07-15
<DD> First snapshot release. <DD> First snapshot release.
</DL> </DL>
</P>
<!--#include virtual="/libstdc++/footer.html"-->
<!--#include virtual="/libstdc++/footer.ihtml"-->
</BODY>
</HTML>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML> <HTML>
<HEAD> <HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)"> <META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)">
<META NAME="KEYWORDS" CONTENT="libstdc++, libstdc++-v3, GCC, g++"> <META NAME="KEYWORDS" CONTENT="libstdc++, libstdc++-v3, GCC, g++">
<META NAME="DESCRIPTION" CONTENT="README for the GNU libstdc++ effort."> <META NAME="DESCRIPTION" CONTENT="README for the GNU libstdc++ effort.">
...@@ -9,7 +8,7 @@ ...@@ -9,7 +8,7 @@
<TITLE>libstdc++-v3 Installation Instructions</TITLE> <TITLE>libstdc++-v3 Installation Instructions</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/"> <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css"> <LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: install.html,v 1.9 2000/10/21 00:51:49 jsm28 Exp $ --> <!-- $Id: install.html,v 1.11 2000/11/16 22:19:52 gerald Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
...@@ -404,7 +403,7 @@ ...@@ -404,7 +403,7 @@
Comments and suggestions are welcome, and may be sent to Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>. <A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>.
<BR> $Id: install.html,v 1.9 2000/10/21 00:51:49 jsm28 Exp $ <BR> $Id: install.html,v 1.11 2000/11/16 22:19:52 gerald Exp $
</EM></P> </EM></P>
......
<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.html"--> <!--#include virtual="/libstdc++/header.ihtml"-->
<H3>Links</H3> <H3>Links</H3>
Public websites that have info on known defects in the standard: <P>Public websites that have info on known defects in the standard:</P>
<P><UL>
<UL>
<LI><A HREF="http://www.dkuug.dk/jtc1/sc22/wg21/">defect reflector</A> <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://www.comeaucomputing.com/iso/">comeau reflector</A>
<LI><A HREF="http://reality.sgi.com/austern_mti/std-c++/faq.html">c++ standards FAQ</A> <LI><A HREF="http://reality.sgi.com/austern_mti/std-c++/faq.html">c++ standards FAQ</A>
</UL></P> </UL>
<P><UL> <UL>
<LI><A HREF="http://www.sgi.com/Technology/STL">The SGI STL page</A> <LI><A HREF="http://www.sgi.com/Technology/STL">The SGI STL page</A>
<LI><A HREF="http://www.stlport.org/">STLport homepage</A> <LI><A HREF="http://www.stlport.org/">STLport homepage</A>
</UL></P> </UL>
<P><UL> <UL>
<LI><A HREF="http://math.nist.gov/tnt/">Template Numeric Toolkit</A> <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.acl.lanl.gov/Pooma/">POOMA</A>
<LI><A HREF="http://www.maths.warwick.ac.uk/cpp/lia/">Language independent <LI><A HREF="http://www.maths.warwick.ac.uk/cpp/lia/">Language independent
arithmetic</A> arithmetic</A>
<LI><A HREF="http://www.boost.org">The Boost C++ Libraries</A> <LI><A HREF="http://www.boost.org">The Boost C++ Libraries</A>
</UL></P> </UL>
<P><UL> <UL>
<LI><A HREF="http://webnz.com/robert/cpp_site.html">Internet sites for <LI><A HREF="http://webnz.com/robert/cpp_site.html">Internet sites for
C++ users</A> C++ users</A>
<LI><A HREF="http://www.unicode.org">Unicode</A> <LI><A HREF="http://www.unicode.org">Unicode</A>
</UL></P> </UL>
<P><UL> <UL>
<LI><A HREF="http://www.research.att.com/~bs/">Bjarne Stroustrup's page</A> <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.cantrip.org/cpp.html">Nathan Myers' locale page</A>
<LI><A HREF="http://www.josuttis.com/libbook/">Nicolai Josuttis' Standard <LI><A HREF="http://www.josuttis.com/libbook/">Nicolai Josuttis' Standard
Library book</A> Library book</A>
</UL></P> </UL>
<!--#include virtual="/libstdc++/footer.html"-->
<!--#include virtual="/libstdc++/footer.ihtml"-->
</BODY>
</HTML>
<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.html"--> <!--#include virtual="/libstdc++/header.ihtml"-->
...@@ -11,11 +20,7 @@ ...@@ -11,11 +20,7 @@
development list development list
<LI>libstdc++-cvs@sources.redhat.com: a mailing list of <LI>libstdc++-cvs@sources.redhat.com: a mailing list of
CVS-produced messages (exciting reading!) CVS-produced messages (exciting reading!)
<LI>libstdc++-prs@sources.redhat.com: a mailing list for problem
reports and bugs
</UL> </UL>
These used to be <EM>@sourceware.cygnus.com</EM> but have been renamed;
the old names will continue to work for a while.
</P> </P>
<P>Use this handy little form to subscribe or unsubscribe from any of <P>Use this handy little form to subscribe or unsubscribe from any of
...@@ -26,7 +31,6 @@ ...@@ -26,7 +31,6 @@
<select name="listname"> <select name="listname">
<option value="libstdc++">libstdc++ <option value="libstdc++">libstdc++
<option value="libstdc++-cvs">libstdc++-cvs <option value="libstdc++-cvs">libstdc++-cvs
<option value="libstdc++-prs">libstdc++-prs
</select> </select>
<br> <br>
Your e-mail address: Your e-mail address:
...@@ -47,9 +51,11 @@ ...@@ -47,9 +51,11 @@
<P>Archives are also on the web for extra easy access. Just select <P>Archives are also on the web for extra easy access. Just select
the links below to see the appropriate archive: the links below to see the appropriate archive:
<UL> <UL>
<LI><A HREF="/ml/libstdc++/">libstdc++</A> <!-- These need to be moved to gcc.gnu.org -->
<LI><A HREF="/ml/libstdc++-cvs/">libstdc++-cvs</A> <LI><A HREF="http://sources.redhat.com/ml/libstdc++/">libstdc++</A>
<LI><A HREF="/ml/libstdc++-prs/">libstdc++-prs</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> </UL>
</P> </P>
...@@ -65,5 +71,6 @@ ...@@ -65,5 +71,6 @@
<!--#include virtual="/libstdc++/footer.html"--> <!--#include virtual="/libstdc++/footer.ihtml"-->
</BODY>
</HTML>
<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.html"--> <!--#include virtual="/libstdc++/header.ihtml"-->
<H3>Status</H3> <H3>Status</H3>
<P>Compiling this library requires a recent version of gcc. We suggest <P>Compiling this library requires sources of a recent version of GCC.
using CVS gcc. We suggest using CVS GCC.
</P> </P>
<P>New things that work are in the latest <P>New things that work are in the latest
...@@ -111,10 +120,11 @@ using CVS gcc. ...@@ -111,10 +120,11 @@ using CVS gcc.
</TABLE> </TABLE>
<P>Note 2: All solaris toolchains were configured with --with-gnu-ld <P>Note 2: All Solaris toolchains were configured with --with-gnu-ld
--with-gnu-as --with-gnu-binutils --with-gcc. (That's a lot of --with's...) --with-gnu-as --with-gcc. (That's a lot of --with's...)
</P> </P>
<!--#include virtual="/libstdc++/footer.html"--> <!--#include virtual="/libstdc++/footer.ihtml"-->
</BODY>
</HTML>
<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.html"--> <!--#include virtual="/libstdc++/header.ihtml"-->
...@@ -112,5 +121,8 @@ ...@@ -112,5 +121,8 @@
<!--#include virtual="/libstdc++/footer.html"--> <!--#include virtual="/libstdc++/footer.ihtml"-->
</BODY>
</HTML>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment