Move the HTML-containing subdirs from 'docs' to 'docs/html'.

2000-12-09  Phil Edwards  <pme@sources.redhat.com>

	Move the HTML-containing subdirs from 'docs' to 'docs/html'.
	* README:  Update the locations of instructions.
	* docs/doxygen/run_doxygen:  New file, stub.

	* docs/Makefile:  Moved...
	* docs/configopts.html:  Likewise.
	* docs/documentation.html:  Likewise.
	* docs/install.html:  Likewise.
	* docs/lib3styles.css:  Likewise.
	* docs/17_intro/BADNAMES:  Likewise.
	* docs/17_intro/BUGS:  Likewise.
	* docs/17_intro/C++STYLE:  Likewise.
	* docs/17_intro/CHECKLIST:  Likewise.
	* docs/17_intro/COPYING:  Likewise.
	* docs/17_intro/DESIGN:  Likewise.
	* docs/17_intro/HEADER_POLICY:  Likewise.
	* docs/17_intro/PROBLEMS:  Likewise.
	* docs/17_intro/RELEASE-NOTES:  Likewise.
	* docs/17_intro/TODO:  Likewise.
	* docs/17_intro/contribute.html:  Likewise.
	* docs/17_intro/headers_cc.txt:  Likewise.
	* docs/17_intro/howto.html:  Likewise.
	* docs/17_intro/libstdc++-assign.txt:  Likewise.
	* docs/17_intro/organization:  Likewise.
	* docs/17_intro/porting-howto.html:  Likewise.
	* docs/18_support/howto.html:  Likewise.
	* docs/19_diagnostics/howto.html:  Likewise.
	* docs/20_util/howto.html:  Likewise.
	* docs/21_strings/gotw29a.txt:  Likewise.
	* docs/21_strings/howto.html:  Likewise.
	* docs/21_strings/stringtok_h.txt:  Likewise.
	* docs/21_strings/stringtok_std_h.txt:  Likewise.
	* docs/22_locale/codecvt.html:  Likewise.
	* docs/22_locale/ctype.html:  Likewise.
	* docs/22_locale/howto.html:  Likewise.
	* docs/22_locale/locale.html:  Likewise.
	* docs/23_containers/howto.html:  Likewise.
	* docs/23_containers/wrappers_h.txt:  Likewise.
	* docs/24_iterators/howto.html:  Likewise.
	* docs/25_algorithms/howto.html:  Likewise.
	* docs/26_numerics/howto.html:  Likewise.
	* docs/27_io/howto.html:  Likewise.
	* docs/27_io/iostreams_hierarchy.pdf:  Likewise.
	* docs/ext/howto.html:  Likewise.
	* docs/faq/index.html:  Likewise.
	* docs/faq/index.txt:  Likewise.
	* docs/html/Makefile:  ...to here.
	* docs/html/configopts.html:  Likewise.
	* docs/html/documentation.html:  Likewise.
	* docs/html/install.html:  Likewise.
	* docs/html/lib3styles.css:  Likewise.
	* docs/html/17_intro/BADNAMES:  Likewise.
	* docs/html/17_intro/BUGS:  Likewise.
	* docs/html/17_intro/C++STYLE:  Likewise.
	* docs/html/17_intro/CHECKLIST:  Likewise.
	* docs/html/17_intro/COPYING:  Likewise.
	* docs/html/17_intro/DESIGN:  Likewise.
	* docs/html/17_intro/HEADER_POLICY:  Likewise.
	* docs/html/17_intro/PROBLEMS:  Likewise.
	* docs/html/17_intro/RELEASE-NOTES:  Likewise.
	* docs/html/17_intro/TODO:  Likewise.
	* docs/html/17_intro/contribute.html:  Likewise.
	* docs/html/17_intro/headers_cc.txt:  Likewise.
	* docs/html/17_intro/howto.html:  Likewise.
	* docs/html/17_intro/libstdc++-assign.txt:  Likewise.
	* docs/html/17_intro/organization:  Likewise.
	* docs/html/17_intro/porting-howto.html:  Likewise.
	* docs/html/18_support/howto.html:  Likewise.
	* docs/html/19_diagnostics/howto.html:  Likewise.
	* docs/html/20_util/howto.html:  Likewise.
	* docs/html/21_strings/gotw29a.txt:  Likewise.
	* docs/html/21_strings/howto.html:  Likewise.
	* docs/html/21_strings/stringtok_h.txt:  Likewise.
	* docs/html/21_strings/stringtok_std_h.txt:  Likewise.
	* docs/html/22_locale/codecvt.html:  Likewise.
	* docs/html/22_locale/ctype.html:  Likewise.
	* docs/html/22_locale/howto.html:  Likewise.
	* docs/html/22_locale/locale.html:  Likewise.
	* docs/html/23_containers/howto.html:  Likewise.
	* docs/html/23_containers/wrappers_h.txt:  Likewise.
	* docs/html/24_iterators/howto.html:  Likewise.
	* docs/html/25_algorithms/howto.html:  Likewise.
	* docs/html/26_numerics/howto.html:  Likewise.
	* docs/html/27_io/howto.html:  Likewise.
	* docs/html/27_io/iostreams_hierarchy.pdf:  Likewise.
	* docs/html/ext/howto.html:  Likewise.
	* docs/html/faq/index.html:  Likewise.
	* docs/html/faq/index.txt:  Likewise.

From-SVN: r38166
This commit is contained in:
Phil Edwards 2000-12-10 04:04:56 +00:00
parent 6e5589e8ad
commit bfcafa4fbe
45 changed files with 229 additions and 134 deletions

View file

@ -1,3 +1,94 @@
2000-12-09 Phil Edwards <pme@sources.redhat.com>
Move the HTML-containing subdirs from 'docs' to 'docs/html'.
* README: Update the locations of instructions.
* docs/doxygen/run_doxygen: New file, stub.
* docs/Makefile: Moved...
* docs/configopts.html: Likewise.
* docs/documentation.html: Likewise.
* docs/install.html: Likewise.
* docs/lib3styles.css: Likewise.
* docs/17_intro/BADNAMES: Likewise.
* docs/17_intro/BUGS: Likewise.
* docs/17_intro/C++STYLE: Likewise.
* docs/17_intro/CHECKLIST: Likewise.
* docs/17_intro/COPYING: Likewise.
* docs/17_intro/DESIGN: Likewise.
* docs/17_intro/HEADER_POLICY: Likewise.
* docs/17_intro/PROBLEMS: Likewise.
* docs/17_intro/RELEASE-NOTES: Likewise.
* docs/17_intro/TODO: Likewise.
* docs/17_intro/contribute.html: Likewise.
* docs/17_intro/headers_cc.txt: Likewise.
* docs/17_intro/howto.html: Likewise.
* docs/17_intro/libstdc++-assign.txt: Likewise.
* docs/17_intro/organization: Likewise.
* docs/17_intro/porting-howto.html: Likewise.
* docs/18_support/howto.html: Likewise.
* docs/19_diagnostics/howto.html: Likewise.
* docs/20_util/howto.html: Likewise.
* docs/21_strings/gotw29a.txt: Likewise.
* docs/21_strings/howto.html: Likewise.
* docs/21_strings/stringtok_h.txt: Likewise.
* docs/21_strings/stringtok_std_h.txt: Likewise.
* docs/22_locale/codecvt.html: Likewise.
* docs/22_locale/ctype.html: Likewise.
* docs/22_locale/howto.html: Likewise.
* docs/22_locale/locale.html: Likewise.
* docs/23_containers/howto.html: Likewise.
* docs/23_containers/wrappers_h.txt: Likewise.
* docs/24_iterators/howto.html: Likewise.
* docs/25_algorithms/howto.html: Likewise.
* docs/26_numerics/howto.html: Likewise.
* docs/27_io/howto.html: Likewise.
* docs/27_io/iostreams_hierarchy.pdf: Likewise.
* docs/ext/howto.html: Likewise.
* docs/faq/index.html: Likewise.
* docs/faq/index.txt: Likewise.
* docs/html/Makefile: ...to here.
* docs/html/configopts.html: Likewise.
* docs/html/documentation.html: Likewise.
* docs/html/install.html: Likewise.
* docs/html/lib3styles.css: Likewise.
* docs/html/17_intro/BADNAMES: Likewise.
* docs/html/17_intro/BUGS: Likewise.
* docs/html/17_intro/C++STYLE: Likewise.
* docs/html/17_intro/CHECKLIST: Likewise.
* docs/html/17_intro/COPYING: Likewise.
* docs/html/17_intro/DESIGN: Likewise.
* docs/html/17_intro/HEADER_POLICY: Likewise.
* docs/html/17_intro/PROBLEMS: Likewise.
* docs/html/17_intro/RELEASE-NOTES: Likewise.
* docs/html/17_intro/TODO: Likewise.
* docs/html/17_intro/contribute.html: Likewise.
* docs/html/17_intro/headers_cc.txt: Likewise.
* docs/html/17_intro/howto.html: Likewise.
* docs/html/17_intro/libstdc++-assign.txt: Likewise.
* docs/html/17_intro/organization: Likewise.
* docs/html/17_intro/porting-howto.html: Likewise.
* docs/html/18_support/howto.html: Likewise.
* docs/html/19_diagnostics/howto.html: Likewise.
* docs/html/20_util/howto.html: Likewise.
* docs/html/21_strings/gotw29a.txt: Likewise.
* docs/html/21_strings/howto.html: Likewise.
* docs/html/21_strings/stringtok_h.txt: Likewise.
* docs/html/21_strings/stringtok_std_h.txt: Likewise.
* docs/html/22_locale/codecvt.html: Likewise.
* docs/html/22_locale/ctype.html: Likewise.
* docs/html/22_locale/howto.html: Likewise.
* docs/html/22_locale/locale.html: Likewise.
* docs/html/23_containers/howto.html: Likewise.
* docs/html/23_containers/wrappers_h.txt: Likewise.
* docs/html/24_iterators/howto.html: Likewise.
* docs/html/25_algorithms/howto.html: Likewise.
* docs/html/26_numerics/howto.html: Likewise.
* docs/html/27_io/howto.html: Likewise.
* docs/html/27_io/iostreams_hierarchy.pdf: Likewise.
* docs/html/ext/howto.html: Likewise.
* docs/html/faq/index.html: Likewise.
* docs/html/faq/index.txt: Likewise.
2000-12-08 Phil Edwards <pme@sources.redhat.com> 2000-12-08 Phil Edwards <pme@sources.redhat.com>
* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): New conditional, * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): New conditional,

View file

@ -1,12 +1,12 @@
file: libstdc++-v3/README file: libstdc++-v3/README
New users may wish to point their web browsers to the file index.html New users may wish to point their web browsers to the file documentation.html
in the 'docs' subdirectory. It contains brief building instructions in the 'docs/html' subdirectory. It contains brief building instructions and
and notes on how to configure the library in interesting ways. notes on how to configure the library in interesting ways.
Instructions for configuring and building this snapshot appear Instructions for configuring and building this snapshot appear
in install.html. in docs/html/install.html.
This directory contains the files needed to create [a still broken This directory contains the files needed to create [a still broken
subset of] an ISO Standard C++ Library. subset of] an ISO Standard C++ Library.

View file

@ -0,0 +1,6 @@
#!/bin/sh
# This file is a placeholder to keep the doxygen subdir in place. It
# will be used to test for the presence of doxygen(1) and run it.

View file

@ -8,7 +8,7 @@
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 17</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 17</TITLE>
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.5 2000/10/21 00:51:49 jsm28 Exp $ --> <!-- $Id: howto.html,v 1.6 2000/12/03 23:47:47 jsm28 Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
@ -146,7 +146,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.5 2000/10/21 00:51:49 jsm28 Exp $ <BR> $Id: howto.html,v 1.6 2000/12/03 23:47:47 jsm28 Exp $
</EM></P> </EM></P>

View file

@ -8,7 +8,7 @@
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 18</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 18</TITLE>
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.6 2000/10/21 00:51:49 jsm28 Exp $ --> <!-- $Id: howto.html,v 1.7 2000/12/03 23:47:47 jsm28 Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
@ -261,7 +261,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.6 2000/10/21 00:51:49 jsm28 Exp $ <BR> $Id: howto.html,v 1.7 2000/12/03 23:47:47 jsm28 Exp $
</EM></P> </EM></P>

View file

@ -8,7 +8,7 @@
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 19</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 19</TITLE>
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.4 2000/10/21 00:51:49 jsm28 Exp $ --> <!-- $Id: howto.html,v 1.5 2000/12/03 23:47:47 jsm28 Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
@ -99,7 +99,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.4 2000/10/21 00:51:49 jsm28 Exp $ <BR> $Id: howto.html,v 1.5 2000/12/03 23:47:47 jsm28 Exp $
</EM></P> </EM></P>

View file

@ -8,7 +8,7 @@
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 20</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 20</TITLE>
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.3 2000/10/21 00:51:49 jsm28 Exp $ --> <!-- $Id: howto.html,v 1.4 2000/12/03 23:47:47 jsm28 Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
@ -185,7 +185,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.3 2000/10/21 00:51:49 jsm28 Exp $ <BR> $Id: howto.html,v 1.4 2000/12/03 23:47:47 jsm28 Exp $
</EM></P> </EM></P>

View file

@ -8,7 +8,7 @@
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 21</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 21</TITLE>
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.6 2000/10/21 00:51:49 jsm28 Exp $ --> <!-- $Id: howto.html,v 1.7 2000/12/03 23:47:47 jsm28 Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
@ -324,7 +324,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.6 2000/10/21 00:51:49 jsm28 Exp $ <BR> $Id: howto.html,v 1.7 2000/12/03 23:47:47 jsm28 Exp $
</EM></P> </EM></P>

View file

@ -8,7 +8,7 @@
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 22</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 22</TITLE>
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.7 2000/10/21 00:51:50 jsm28 Exp $ --> <!-- $Id: howto.html,v 1.8 2000/12/03 23:47:47 jsm28 Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
@ -227,7 +227,7 @@ functionality are given.
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.7 2000/10/21 00:51:50 jsm28 Exp $ <BR> $Id: howto.html,v 1.8 2000/12/03 23:47:47 jsm28 Exp $
</EM></P> </EM></P>

View file

@ -8,7 +8,7 @@
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 23</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 23</TITLE>
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.3 2000/10/21 00:51:50 jsm28 Exp $ --> <!-- $Id: howto.html,v 1.4 2000/12/03 23:47:48 jsm28 Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
@ -237,7 +237,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.3 2000/10/21 00:51:50 jsm28 Exp $ <BR> $Id: howto.html,v 1.4 2000/12/03 23:47:48 jsm28 Exp $
</EM></P> </EM></P>

View file

@ -8,7 +8,7 @@
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 24</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 24</TITLE>
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.4 2000/10/21 00:51:50 jsm28 Exp $ --> <!-- $Id: howto.html,v 1.5 2000/12/03 23:47:48 jsm28 Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
@ -86,7 +86,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.4 2000/10/21 00:51:50 jsm28 Exp $ <BR> $Id: howto.html,v 1.5 2000/12/03 23:47:48 jsm28 Exp $
</EM></P> </EM></P>

View file

@ -8,7 +8,7 @@
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 25</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 25</TITLE>
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.4 2000/10/21 00:51:50 jsm28 Exp $ --> <!-- $Id: howto.html,v 1.5 2000/12/03 23:47:48 jsm28 Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
@ -88,7 +88,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.4 2000/10/21 00:51:50 jsm28 Exp $ <BR> $Id: howto.html,v 1.5 2000/12/03 23:47:48 jsm28 Exp $
</EM></P> </EM></P>

View file

@ -8,7 +8,7 @@
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 26</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 26</TITLE>
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.6 2000/10/21 00:51:50 jsm28 Exp $ --> <!-- $Id: howto.html,v 1.7 2000/12/03 23:47:48 jsm28 Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
@ -134,7 +134,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.6 2000/10/21 00:51:50 jsm28 Exp $ <BR> $Id: howto.html,v 1.7 2000/12/03 23:47:48 jsm28 Exp $
</EM></P> </EM></P>

View file

@ -8,7 +8,7 @@
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Chapter 27</TITLE> <TITLE>libstdc++-v3 HOWTO: Chapter 27</TITLE>
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.4 2000/11/29 20:37:02 pme Exp $ --> <!-- $Id: howto.html,v 1.5 2000/12/03 23:47:49 jsm28 Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
@ -335,7 +335,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.4 2000/11/29 20:37:02 pme Exp $ <BR> $Id: howto.html,v 1.5 2000/12/03 23:47:49 jsm28 Exp $
</EM></P> </EM></P>

View file

@ -7,7 +7,7 @@
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 configure options</TITLE> <TITLE>libstdc++-v3 configure options</TITLE>
<LINK REL=StyleSheet HREF="lib3styles.css"> <LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: configopts.html,v 1.17 2000/11/29 20:37:02 pme Exp $ --> <!-- $Id: configopts.html,v 1.18 2000/12/03 23:47:46 jsm28 Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
@ -15,11 +15,11 @@
options</A></H1> options</A></H1>
<P>The latest version of this document is always available at <P>The latest version of this document is always available at
<A HREF="http://gcc.gnu.org/libstdc++/configopts.html"> <A HREF="http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html">
http://gcc.gnu.org/libstdc++/configopts.html</A>. http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html</A>.
</P> </P>
<P>To the <A HREF="index.html">libstdc++-v3 homepage</A>. <P>To the <A HREF="http://gcc.gnu.org/libstdc++/">libstdc++-v3 homepage</A>.
<!-- ####################################################### --> <!-- ####################################################### -->
@ -29,8 +29,8 @@ options</A></H1>
<!-- This SECnn should be the "Choosing Package Options" section. --> <!-- This SECnn should be the "Choosing Package Options" section. -->
<A HREF="http://sources.redhat.com/autoconf/autoconf.html#SEC74">they <A HREF="http://sources.redhat.com/autoconf/autoconf.html#SEC74">they
all have opposite forms as well</A> all have opposite forms as well</A>
(enable/disable and with/without). The defaults are for the latest (enable/disable and with/without). The defaults are for current
snapshot, 2.90.8. development sources.
</P> </P>
<P>The canonical way to find out the configure options that are <P>The canonical way to find out the configure options that are
available for a given set of libstdc++ sources is to go to the available for a given set of libstdc++ sources is to go to the
@ -159,7 +159,7 @@ options</A></H1>
</DL> </DL>
</P> </P>
<P>Return <A HREF="#top">to the top of the page</A> or <P>Return <A HREF="#top">to the top of the page</A> or
<A HREF="index.html">to the homepage</A>. <A HREF="http://gcc.gnu.org/libstdc++/">to the homepage</A>.
</P> </P>
@ -167,7 +167,7 @@ options</A></H1>
<HR> <HR>
<P CLASS="fineprint"><EM> <P CLASS="fineprint"><EM>
$Id: configopts.html,v 1.17 2000/11/29 20:37:02 pme Exp $ $Id: configopts.html,v 1.18 2000/12/03 23:47:46 jsm28 Exp $
</EM></P> </EM></P>

View file

@ -3,11 +3,10 @@
<META NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL"> <META NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
<TITLE>Standard C++ Library v3</TITLE> <TITLE>Standard C++ Library v3</TITLE>
<LINK REL=StyleSheet HREF="lib3styles.css"> <LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: documentation.html,v 1.6 2000/11/29 20:37:02 pme Exp $ --> <!-- $Id: documentation.html,v 1.7 2000/12/03 23:47:47 jsm28 Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
<!--#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,
@ -71,6 +70,5 @@
</OL> </OL>
<!--#include virtual="/libstdc++/footer.ihtml"-->
</BODY> </BODY>
</HTML> </HTML>

View file

@ -8,7 +8,7 @@
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 HOWTO: Extensions</TITLE> <TITLE>libstdc++-v3 HOWTO: Extensions</TITLE>
<LINK REL=StyleSheet HREF="../lib3styles.css"> <LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.3 2000/10/21 00:51:50 jsm28 Exp $ --> <!-- $Id: howto.html,v 1.4 2000/12/03 23:47:49 jsm28 Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
@ -148,7 +148,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.3 2000/10/21 00:51:50 jsm28 Exp $ <BR> $Id: howto.html,v 1.4 2000/12/03 23:47:49 jsm28 Exp $
</EM></P> </EM></P>

View file

@ -9,17 +9,17 @@
** Locations of "the most recent snapshot is the Nth" text are ** Locations of "the most recent snapshot is the Nth" text are
** answers 1_1, 1_4, 4_1, 5_6. ** answers 1_1, 1_4, 4_1, 5_6.
--> -->
<!-- $Id: index.html,v 1.9 2000/11/29 20:37:02 pme Exp $ --> <!-- $Id: index.html,v 1.10 2000/12/03 23:47:49 jsm28 Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
<H1 CLASS="centered">libstdc++ Frequently Asked Questions</H1> <H1 CLASS="centered">libstdc++ Frequently Asked Questions</H1>
<P>The latest version of this document is always available at <P>The latest version of this document is always available at
<A HREF="http://gcc.gnu.org/libstdc++/faq/"> <A HREF="http://gcc.gnu.org/onlinedocs/libstdc++/faq/">
http://gcc.gnu.org/libstdc++/faq/</A>.</P> http://gcc.gnu.org/onlinedocs/libstdc++/faq/</A>.</P>
<P>To the <A HREF="../index.html">libstdc++-v3 homepage</A>. <P>To the <A HREF="http://gcc.gnu.org/libstdc++/">libstdc++-v3 homepage</A>.
<!-- ####################################################### --> <!-- ####################################################### -->
<HR> <HR>
@ -139,7 +139,7 @@ HREF="http://gcc.gnu.org/gcc-2.95/buildstat.html">portability</A>
<P>Development and discussion is held on the libstdc++ mailing <P>Development and discussion is held on the libstdc++ mailing
list. Subscribing to the list, or searching the list list. Subscribing to the list, or searching the list
archives, is open to everyone. You can read instructions for archives, is open to everyone. You can read instructions for
doing so on the <A HREF="../index.html">homepage</A>. If you doing so on the <A HREF="http://gcc.gnu.org/libstdc++/">homepage</A>. If you
have questions, ideas, code, or are just curious, sign up! have questions, ideas, code, or are just curious, sign up!
</P> </P>
@ -149,7 +149,7 @@ HREF="http://gcc.gnu.org/gcc-2.95/buildstat.html">portability</A>
HREF="ftp://gcc.gnu.org/pub/libstdc++/libstdc++-2.91.tar.gz"> HREF="ftp://gcc.gnu.org/pub/libstdc++/libstdc++-2.91.tar.gz">
available via ftp</A>. available via ftp</A>.
</P> </P>
<P>The <A HREF="../index.html">homepage</A> <P>The <A HREF="http://gcc.gnu.org/libstdc++/">homepage</A>
has instructions for retrieving the latest CVS sources, and for has instructions for retrieving the latest CVS sources, and for
browsing the CVS sources over the web. browsing the CVS sources over the web.
</P> </P>
@ -652,7 +652,7 @@ HREF="http://gcc.gnu.org/ml/libstdc++/1999/msg00084.html">speculation</A>.
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: index.html,v 1.9 2000/11/29 20:37:02 pme Exp $ <BR> $Id: index.html,v 1.10 2000/12/03 23:47:49 jsm28 Exp $
</EM></P> </EM></P>

View file

@ -2,7 +2,7 @@
libstdc++ Frequently Asked Questions libstdc++ Frequently Asked Questions
The latest version of this document is always available at The latest version of this document is always available at
[1]http://gcc.gnu.org/libstdc++/faq/. [1]http://gcc.gnu.org/onlinedocs/libstdc++/faq/.
To the [2]libstdc++-v3 homepage. To the [2]libstdc++-v3 homepage.
_________________________________________________________________ _________________________________________________________________
@ -522,12 +522,12 @@ New:
Comments and suggestions are welcome, and may be sent to [74]Phil Comments and suggestions are welcome, and may be sent to [74]Phil
Edwards or [75]Gabriel Dos Reis. Edwards or [75]Gabriel Dos Reis.
$Id: index.html,v 1.9 2000/11/29 20:37:02 pme Exp $ $Id: index.html,v 1.10 2000/12/03 23:47:49 jsm28 Exp $
References References
1. http://gcc.gnu.org/libstdc++/faq/ 1. http://gcc.gnu.org/onlinedocs/libstdc++/faq/
2. ../index.html 2. http://gcc.gnu.org/libstdc++/
3. ../faq/index.html#1_0 3. ../faq/index.html#1_0
4. ../faq/index.html#1_1 4. ../faq/index.html#1_1
5. ../faq/index.html#1_2 5. ../faq/index.html#1_2
@ -564,9 +564,9 @@ References
36. ../17_intro/DESIGN 36. ../17_intro/DESIGN
37. http://gcc.gnu.org/ 37. http://gcc.gnu.org/
38. http://gcc.gnu.org/gcc-2.95/buildstat.html 38. http://gcc.gnu.org/gcc-2.95/buildstat.html
39. ../index.html 39. http://gcc.gnu.org/libstdc++/
40. ftp://gcc.gnu.org/pub/libstdc++/libstdc++-2.91.tar.gz 40. ftp://gcc.gnu.org/pub/libstdc++/libstdc++-2.91.tar.gz
41. ../index.html 41. http://gcc.gnu.org/libstdc++/
42. ../17_intro/contribute.html 42. ../17_intro/contribute.html
43. http://www.boost.org/ 43. http://www.boost.org/
44. http://gcc.gnu.org/fom_serv/cache/33.html 44. http://gcc.gnu.org/fom_serv/cache/33.html

View file

@ -7,18 +7,18 @@
<META NAME="GENERATOR" CONTENT="vi and eight fingers"> <META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 Installation Instructions</TITLE> <TITLE>libstdc++-v3 Installation Instructions</TITLE>
<LINK REL=StyleSheet HREF="lib3styles.css"> <LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: install.html,v 1.11 2000/11/29 20:37:02 pme Exp $ --> <!-- $Id: install.html,v 1.12 2000/12/03 23:47:47 jsm28 Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
<H1 CLASS="centered"><A NAME="top">libstdc++-v3 INSTALL</A></H1> <H1 CLASS="centered"><A NAME="top">libstdc++-v3 INSTALL</A></H1>
<P>The latest version of this document is always available at <P>The latest version of this document is always available at
<A HREF="http://gcc.gnu.org/libstdc++/install.html"> <A HREF="http://gcc.gnu.org/onlinedocs/libstdc++/install.html">
http://gcc.gnu.org/libstdc++/install.html</A>. http://gcc.gnu.org/onlinedocs/libstdc++/install.html</A>.
</P> </P>
<P>To the <A HREF="index.html">libstdc++-v3 homepage</A>. <P>To the <A HREF="http://gcc.gnu.org/libstdc++/">libstdc++-v3 homepage</A>.
<!-- ####################################################### --> <!-- ####################################################### -->
@ -402,7 +402,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.11 2000/11/29 20:37:02 pme Exp $ <BR> $Id: install.html,v 1.12 2000/12/03 23:47:47 jsm28 Exp $
</EM></P> </EM></P>