aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2000-08-28 18:41:24 +0000
committerPhil Edwards <pme@gcc.gnu.org>2000-08-28 18:41:24 +0000
commit58fdec72e23cf78d581d8a629131231ac3b931bc (patch)
tree13c5acf45c66e02187d2c409f727332e5373e448
parent456b618266007da5ea0f7fbe9ca504ccd22f2e6c (diff)
downloadgcc-58fdec72e23cf78d581d8a629131231ac3b931bc.zip
gcc-58fdec72e23cf78d581d8a629131231ac3b931bc.tar.gz
gcc-58fdec72e23cf78d581d8a629131231ac3b931bc.tar.bz2
configopts.html: Mention new options.
2000-08-28 Phil Edwards <pme@sources.redhat.com> * docs/configopts.html: Mention new options. * docs/install.html: Formatting changes for platform-specific pre-reqs, previously only Cygwin. * docs/mail.html: Fix new link. * docs/thanks.html: A couple more people. * docs/26_numerics/howto.html: Fix typo. From-SVN: r36018
-rw-r--r--libstdc++-v3/ChangeLog9
-rw-r--r--libstdc++-v3/docs/26_numerics/howto.html6
-rw-r--r--libstdc++-v3/docs/configopts.html12
-rw-r--r--libstdc++-v3/docs/install.html33
-rw-r--r--libstdc++-v3/docs/mail.html2
-rw-r--r--libstdc++-v3/docs/thanks.html4
6 files changed, 49 insertions, 17 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 0ea096b..cb4bdd8 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,12 @@
+2000-08-28 Phil Edwards <pme@sources.redhat.com>
+
+ * docs/configopts.html: Mention new options.
+ * docs/install.html: Formatting changes for platform-specific
+ pre-reqs, previously only Cygwin.
+ * docs/mail.html: Fix new link.
+ * docs/thanks.html: A couple more people.
+ * docs/26_numerics/howto.html: Fix typo.
+
2000-08-24 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* docs/22_locale/howto.html: Add notes on codecvt implementation.
diff --git a/libstdc++-v3/docs/26_numerics/howto.html b/libstdc++-v3/docs/26_numerics/howto.html
index 51b60a8..c53d7bf 100644
--- a/libstdc++-v3/docs/26_numerics/howto.html
+++ b/libstdc++-v3/docs/26_numerics/howto.html
@@ -9,7 +9,7 @@
<TITLE>libstdc++-v3 HOWTO: Chapter 26</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/26_numerics/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
-<!-- $Id: howto.html,v 1.3 2000/07/07 21:13:28 pme Exp $ -->
+<!-- $Id: howto.html,v 1.4 2000/07/11 21:45:08 pme Exp $ -->
</HEAD>
<BODY>
@@ -46,7 +46,7 @@
<P>Using <TT>complex&lt;&gt;</TT> becomes even more comple- er, sorry,
<EM>complicated</EM>, with the not-quite-gratuitously-incompatible
addition of complex types to the C language. David Tribble has
- compiled a list of C++89 and C99 conflict points; his description of
+ compiled a list of C++98 and C99 conflict points; his description of
C's new type versus those of C++ and how to get them playing together
nicely is
<A HREF="http://home.flash.net/~dtribble/text/cdiffs.htm#C99.complex">here</A>.
@@ -135,7 +135,7 @@
Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>.
-<BR> $Id: howto.html,v 1.3 2000/07/07 21:13:28 pme Exp $
+<BR> $Id: howto.html,v 1.4 2000/07/11 21:45:08 pme Exp $
</EM></P>
diff --git a/libstdc++-v3/docs/configopts.html b/libstdc++-v3/docs/configopts.html
index d006802..b25b324 100644
--- a/libstdc++-v3/docs/configopts.html
+++ b/libstdc++-v3/docs/configopts.html
@@ -9,7 +9,7 @@
<TITLE>libstdc++-v3 configure options</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css">
-<!-- $Id: configopts.html,v 1.6 2000/07/11 21:45:07 pme Exp $ -->
+<!-- $Id: configopts.html,v 1.7 2000/08/09 07:33:39 bkoz Exp $ -->
</HEAD>
<BODY>
@@ -152,6 +152,14 @@ options</A></H1>
and -fno- forms of the same. Tell us (the mailing list) if
you discover more!
</P>
+
+ <DT><TT>--enable-wchar </TT>[default]
+ <DD><P>Certain template specializations are required for wide character
+ conversion support. This is tricky and currently changing rapidly,
+ and can cause problems on new platforms. Disabling wide character
+ specializations is useful for initial porting steps, but builds
+ only a subset of what is required by ISO.
+ </P>
</DL>
</P>
<P>Return <A HREF="#top">to the top of the page</A> or
@@ -163,7 +171,7 @@ options</A></H1>
<HR>
<P CLASS="fineprint"><EM>
-$Id: configopts.html,v 1.6 2000/07/11 21:45:07 pme Exp $
+$Id: configopts.html,v 1.7 2000/08/09 07:33:39 bkoz Exp $
</EM></P>
diff --git a/libstdc++-v3/docs/install.html b/libstdc++-v3/docs/install.html
index 4915817..c2aeb2b 100644
--- a/libstdc++-v3/docs/install.html
+++ b/libstdc++-v3/docs/install.html
@@ -9,7 +9,7 @@
<TITLE>libstdc++-v3 Installation Instructions</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css">
-<!-- $Id: install.html,v 1.6 2000/07/26 21:30:45 pme Exp $ -->
+<!-- $Id: install.html,v 1.7 2000/08/01 18:07:23 bkoz Exp $ -->
</HEAD>
<BODY>
@@ -74,15 +74,26 @@
<A HREF="ftp://sources.redhat.com/pub/binutils">here</A>.
</P>
- <P>Finally, if you are using Cygwin to compile libstdc++-v3 on
- Win32, you'll have to get a version of the cygwin1.dll that is
- dated on or after February 1, 2000. This is necessary to
- successfully run the script "mknumeric_limits" which probes the
- floating-point environment of the host in question -- before this
- date, Cygwin would freeze when running this script. In addition,
- you may want to get a current version of libtool (say
- libtool-1.3.4 and above) as earlier versions supposedly had
- problems creating shared libraries.
+ <P>Finally, a few system-specific requirements:
+ <DL>
+ <DT>Cygwin
+ <DD>If you are using Cygwin to compile libstdc++-v3 on Win32, you'll
+ have to get a version of the cygwin1.dll that is dated on or
+ after February 1, 2000. This is necessary to successfully run
+ the script &quot;mknumeric_limits&quot; which probes the
+ floating-point
+ environment of the host in question -- before this date, Cygwin
+ would freeze when running this script. In addition, you may
+ want to get a current version of libtool (say libtool-1.3.4
+ and above) as earlier versions supposedly had problems creating
+ shared libraries.
+
+ <DT>Solaris
+ <DD>We recommend installing the <TT>SUNWxcu4</TT> package from the
+ Solaris CD before configuring the library. You can check for
+ this package as a non-privileged user with the command
+ &quot;pkginfo SUNWxcu4&quot;.
+ </DL>
</P>
<HR>
@@ -393,7 +404,7 @@
Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>.
-<BR> $Id: install.html,v 1.6 2000/07/26 21:30:45 pme Exp $
+<BR> $Id: install.html,v 1.7 2000/08/01 18:07:23 bkoz Exp $
</EM></P>
diff --git a/libstdc++-v3/docs/mail.html b/libstdc++-v3/docs/mail.html
index 2fa2cdd..30ee7b6 100644
--- a/libstdc++-v3/docs/mail.html
+++ b/libstdc++-v3/docs/mail.html
@@ -59,7 +59,7 @@
</P>
<P>For more info, and features of the mailing list software, please consult
- <A HREF="http://sources.redhat.com/ml/index.html#faqs">the
+ <A HREF="http://sources.redhat.com/lists.html#faqs">the
documentation page for sources.redhat mailing lists</A>.
</P>
diff --git a/libstdc++-v3/docs/thanks.html b/libstdc++-v3/docs/thanks.html
index 5699f35..27a3f87 100644
--- a/libstdc++-v3/docs/thanks.html
+++ b/libstdc++-v3/docs/thanks.html
@@ -85,6 +85,9 @@
<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
@@ -93,6 +96,7 @@
<UL>
+ <LI>Levente Farkas
<LI>J&uuml;rgen Freyh
<LI>llewelly <!-- Honest, that's the only name in the messages. -->
<LI>Loren James Rittle