mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-22 02:49:10 +08:00
bfcafa4fbe
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
75 lines
3.1 KiB
HTML
75 lines
3.1 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<META NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
|
|
<TITLE>Standard C++ Library v3</TITLE>
|
|
<LINK REL=StyleSheet HREF="lib3styles.css">
|
|
<!-- $Id: documentation.html,v 1.7 2000/12/03 23:47:47 jsm28 Exp $ -->
|
|
</HEAD>
|
|
<BODY>
|
|
|
|
|
|
<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,
|
|
for releases and snapshots.
|
|
</P>
|
|
|
|
<H2><A NAME="1">Introductory notes for libstdc++</A></H2>
|
|
<P>This is a short list of text files pertaining to this
|
|
implementation of ISO 14882. A brief description follows the name
|
|
of the file.
|
|
</P>
|
|
<UL>
|
|
<LI><A HREF="17_intro/BADNAMES">BADNAMES</A>
|
|
- names to avoid because of potential collisions
|
|
<LI><A HREF="17_intro/BUGS">BUGS</A>
|
|
<LI><A HREF="17_intro/C++STYLE">C++STYLE</A>
|
|
- coding style by example
|
|
<LI><A HREF="17_intro/CHECKLIST">CHECKLIST</A>
|
|
- a list of required features and their status.
|
|
<LI><A HREF="17_intro/COPYING">COPYING</A>
|
|
- GPL v2 license terms
|
|
<LI><A HREF="17_intro/DESIGN">DESIGN</A>
|
|
- overview of the implementation plan
|
|
<LI><A HREF="17_intro/HEADER_POLICY">HEADER_POLICY</A>
|
|
- header naming and sub-include structure
|
|
<LI><A HREF="17_intro/PROBLEMS">PROBLEMS</A>
|
|
<!-- Linking to "../README" doesn't work; we are at the top level
|
|
of the web pages. Punt. -->
|
|
<LI>README - directory structure
|
|
<LI><A HREF="17_intro/RELEASE-NOTES">RELEASE-NOTES</A>
|
|
- instructions for building, using
|
|
<LI><A HREF="17_intro/TODO">TODO</A>
|
|
- tasks and known bugs
|
|
<LI><A HREF="17_intro/organization">organization</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>
|
|
</UL>
|
|
|
|
<HR>
|
|
<H2><A NAME="2">Configuring, Building, Installing</A></H2>
|
|
<UL>
|
|
<LI><A HREF="configopts.html">Configure options</A>
|
|
<LI><A HREF="install.html">Getting started: configure, build, install</A><BR>
|
|
</UL>
|
|
|
|
<HR>
|
|
<H2><A NAME="3">Chapter-Specific Information, Extensions, Notes and Advice</A></H2>
|
|
<OL>
|
|
<LI><A HREF="17_intro/howto.html">Chapter 17 (Intro)</A>
|
|
<LI><A HREF="18_support/howto.html">Chapter 18 (Library Support)</A>
|
|
<LI><A HREF="19_diagnostics/howto.html">Chapter 19 (Diagnostics)</A>
|
|
<LI><A HREF="20_util/howto.html">Chapter 20 (Utilities)</A>
|
|
<LI><A HREF="21_strings/howto.html">Chapter 21 (Strings)</A>
|
|
<LI><A HREF="22_locale/howto.html">Chapter 22 (Localization)</A>
|
|
<LI><A HREF="23_containers/howto.html">Chapter 23 (Containers)</A>
|
|
<LI><A HREF="24_iterators/howto.html">Chapter 24 (Iterators)</A>
|
|
<LI><A HREF="25_algorithms/howto.html">Chapter 25 (Algorithms)</A>
|
|
<LI><A HREF="26_numerics/howto.html">Chapter 26 (Numerics)</A>
|
|
<LI><A HREF="27_io/howto.html">Chapter 27 (I/O)</A>
|
|
<LI><A HREF="ext/howto.html">Extensions to the Standard Library</A>
|
|
</OL>
|
|
|
|
|
|
</BODY>
|
|
</HTML>
|