status_cxx1998.xml: Update to new table style.

2009-04-15  Benjamin Kosnik  <bkoz@redhat.com>

	* doc/xml/manual/status_cxx1998.xml: Update to new table style.

	* doc/xml/gnu/gpl-3.0.xml: Add or adjust dbhtml markup.
	* doc/xml/gnu/fdl-1.2.xml: Same.
	* doc/xml/manual/numerics.xml: Same.
	* doc/xml/manual/concurrency.xml: Same.
	* doc/xml/manual/intro.xml: Same.
	* doc/xml/manual/status_cxxtr1.xml: Same.
	* doc/xml/manual/containers.xml: Same.
	* doc/xml/manual/io.xml: Same.
	* doc/xml/manual/utilities.xml: Same.
	* doc/xml/manual/support.xml: Same.
	* doc/xml/manual/using.xml: Same.
	* doc/xml/manual/localization.xml: Same.
	* doc/xml/manual/locale.xml: Same.
	* doc/xml/manual/extensions.xml: Same.
	* doc/xml/manual/appendix_contributing.xml: Same.
	* doc/xml/manual/diagnostics.xml: Same.
	* doc/xml/manual/status_cxx200x.xml: Same.

From-SVN: r146139
This commit is contained in:
Benjamin Kosnik 2009-04-15 23:26:59 +00:00 committed by Benjamin Kosnik
parent a417cdd963
commit 5e623d0be4
19 changed files with 1104 additions and 6025 deletions

View File

@ -1,6 +1,28 @@
2009-04-15 Benjamin Kosnik <bkoz@redhat.com>
* doc/xml/manual/status_cxxtr1.xml: Update to new table style.
* doc/xml/manual/status_cxx1998.xml: Update to new table style.
* doc/xml/gnu/gpl-3.0.xml: Add or adjust dbhtml markup.
* doc/xml/gnu/fdl-1.2.xml: Same.
* doc/xml/manual/numerics.xml: Same.
* doc/xml/manual/concurrency.xml: Same.
* doc/xml/manual/intro.xml: Same.
* doc/xml/manual/status_cxxtr1.xml: Same.
* doc/xml/manual/containers.xml: Same.
* doc/xml/manual/io.xml: Same.
* doc/xml/manual/utilities.xml: Same.
* doc/xml/manual/support.xml: Same.
* doc/xml/manual/using.xml: Same.
* doc/xml/manual/localization.xml: Same.
* doc/xml/manual/locale.xml: Same.
* doc/xml/manual/extensions.xml: Same.
* doc/xml/manual/appendix_contributing.xml: Same.
* doc/xml/manual/diagnostics.xml: Same.
* doc/xml/manual/status_cxx200x.xml: Same.
2009-04-15 Benjamin Kosnik <bkoz@redhat.com>
* doc/xml/manual/status_cxxtr1.xml: Update to new table style.
* doc/xml/manual/status_cxx200x.xml: Adjust.
2009-04-14 Benjamin Kosnik <bkoz@redhat.com>

View File

@ -1,4 +1,5 @@
<appendix id="appendix.gfdl-1.2">
<?dbhtml filename="appendix_gfdl.html"?>
<title>GNU Free Documentation License</title>
<para>
Copyright (C) 2000, 2001, 2002 Free Software Foundation,

View File

@ -2,6 +2,7 @@
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<appendix id="appendix.gpl-3.0">
<?dbhtml filename="appendix_gpl.html"?>
<title>
<acronym>GNU</acronym> General Public License version 3
</title>

View File

@ -216,6 +216,7 @@
</sect1>
<sect1 id="contrib.organization" xreflabel="Source Organization">
<?dbhtml filename="source_organization.html"?>
<title>Directory Layout and Source Conventions</title>
<para>
@ -313,6 +314,7 @@ indicate a place that may require attention for multi-thread safety.
</sect1>
<sect1 id="contrib.coding_style" xreflabel="Coding Style">
<?dbhtml filename="source_code_style.html"?>
<title>Coding Style</title>
<para>
</para>
@ -911,6 +913,7 @@ indicate a place that may require attention for multi-thread safety.
</sect1>
<sect1 id="contrib.doc_style" xreflabel="Documentation Style">
<?dbhtml filename="documentation_style.html"?>
<title>Documentation Style</title>
<sect2 id="doc_style.doxygen" xreflabel="doc_style.doxygen">
<title>Doxygen</title>
@ -1383,6 +1386,7 @@ table below.
</sect1>
<sect1 id="contrib.design_notes" xreflabel="Design Notes">
<?dbhtml filename="source_design_notes.html"?>
<title>Design Notes</title>
<para>
</para>

View File

@ -4,7 +4,7 @@
[ ]>
<chapter id="manual.ext.concurrency" xreflabel="Concurrency Extensions">
<?dbhtml filename="concurrency.html"?>
<?dbhtml filename="ext_concurrency.html"?>
<chapterinfo>
<keywordset>

View File

@ -24,9 +24,11 @@
<!-- Chapter 01 : Sequences -->
<chapter id="manual.containers.sequences" xreflabel="Sequences">
<?dbhtml filename="sequences.html"?>
<title>Sequences</title>
<sect1 id="containers.sequences.list" xreflabel="list">
<?dbhtml filename="list.html"?>
<title>list</title>
<sect2 id="sequences.list.size" xreflabel="list::size() is O(n)">
<title>list::size() is O(n)</title>
@ -80,6 +82,7 @@
</sect1>
<sect1 id="containers.sequences.vector" xreflabel="vector">
<?dbhtml filename="vector.html"?>
<title>vector</title>
<para>
</para>
@ -108,6 +111,7 @@
<!-- Chapter 02 : Associative -->
<chapter id="manual.containers.associative" xreflabel="Associative">
<?dbhtml filename="associative.html"?>
<title>Associative</title>
<sect1 id="containers.associative.insert_hints" xreflabel="Insertion Hints">
@ -219,6 +223,7 @@
<sect1 id="containers.associative.bitset" xreflabel="bitset">
<?dbhtml filename="bitset.html"?>
<title>bitset</title>
<sect2 id="associative.bitset.size_variable" xreflabel="Variable">
<title>Size Variable</title>
@ -362,6 +367,7 @@
<!-- Chapter 03 : Interacting with C -->
<chapter id="manual.containers.c" xreflabel="Interacting with C">
<?dbhtml filename="containers_and_c.html"?>
<title>Interacting with C</title>
<sect1 id="containers.c.vs_array" xreflabel="Containers vs. Arrays">

View File

@ -23,6 +23,7 @@
</title>
<chapter id="manual.diagnostics.exceptions" xreflabel="Exceptions">
<?dbhtml filename="exceptions.html"?>
<title>Exceptions</title>
<sect1 id="manual.diagnostics.exceptions.hierarchy" xreflabel="Exception Classes">

View File

@ -57,6 +57,7 @@ extensions, be aware of two things:
<!-- Chapter 01 : Compile Time Checks -->
<chapter id="manual.ext.compile_checks" xreflabel="Compile Time Checks">
<?dbhtml filename="ext_compile_checks.html"?>
<title>Compile Time Checks</title>
<para>
Also known as concept checking.
@ -115,6 +116,7 @@ extensions, be aware of two things:
<!-- Chapter 04 : Allocators -->
<chapter id="manual.ext.allocator" xreflabel="Allocators">
<?dbhtml filename="ext_allocators.html"?>
<title>Allocators</title>
<!-- Section 01 : __mt_alloc -->
@ -131,6 +133,7 @@ extensions, be aware of two things:
<!-- Chapter 05 : Containers -->
<chapter id="manual.ext.containers" xreflabel="Containers">
<?dbhtml filename="ext_containers.html"?>
<title>Containers</title>
<para>
</para>
@ -266,6 +269,7 @@ extensions, be aware of two things:
<!-- Chapter 06 : Utilities -->
<chapter id="manual.ext.util" xreflabel="Utilities">
<?dbhtml filename="ext_utilities.html"?>
<title>Utilities</title>
<para>
The &lt;functional&gt; header contains many additional functors
@ -335,6 +339,7 @@ get_temporary_buffer(5, (int*)0);
<!-- Chapter 07 : Algorithms -->
<chapter id="manual.ext.algorithms" xreflabel="Algorithms">
<?dbhtml filename="ext_algorithms.html"?>
<title>Algorithms</title>
<para>25.1.6 (count, count_if) is extended with two more versions of count
and count_if. The standard versions return their results. The
@ -372,6 +377,7 @@ get_temporary_buffer(5, (int*)0);
<!-- Chapter 08 : Numerics -->
<chapter id="manual.ext.numerics" xreflabel="Numerics">
<?dbhtml filename="ext_numerics.html"?>
<title>Numerics</title>
<para>26.4, the generalized numeric operations such as accumulate, are extended
with the following functions:
@ -396,6 +402,7 @@ get_temporary_buffer(5, (int*)0);
<!-- Chapter 09 : Iterators -->
<chapter id="manual.ext.iterators" xreflabel="Iterators">
<?dbhtml filename="ext_iterators.html"?>
<title>Iterators</title>
<para>24.3.2 describes <code>struct iterator</code>, which didn't exist in the
original HP STL implementation (the language wasn't rich enough at the
@ -419,6 +426,7 @@ get_temporary_buffer(5, (int*)0);
<!-- Chapter 08 : IO -->
<chapter id="manual.ext.io" xreflabel="IO">
<?dbhtml filename="ext_io.html"?>
<title>Input and Output</title>
<para>
@ -487,8 +495,9 @@ get_temporary_buffer(5, (int*)0);
</sect1>
</chapter>
<!-- Chapter 11 : Demangling -->
<!-- Chapter 09 : Demangling -->
<chapter id="manual.ext.demangle" xreflabel="Demangling">
<?dbhtml filename="ext_demangling.html"?>
<title>Demangling</title>
<para>
Transforming C++ ABI identifiers (like RTTI symbols) into the
@ -572,7 +581,7 @@ int main()
</para>
</chapter>
<!-- Chapter 12 : Concurrency -->
<!-- Chapter 10 : Concurrency -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
parse="xml" href="concurrency.xml">
</xi:include>

View File

@ -23,23 +23,24 @@
</title>
<!-- Chapter 01 : Status -->
<chapter id="manual.intro.status" xreflabel="Status">
<?dbhtml filename="status.html"?>
<title>Status</title>
<sect1 id="manual.intro.status.standard" xreflabel="Implementation Status">
<!-- Section 01 : Implementation Status -->
<sect1 id="manual.intro.status.standard" xreflabel="Status">
<title>Implementation Status</title>
<!-- Section 01 : Status C++ 1998 -->
<!-- Section 01.1 : Status C++ 1998 -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
parse="xml" href="status_cxx1998.xml">
</xi:include>
<!-- Section 02 : Status C++ TR1 -->
<!-- Section 01.2 : Status C++ TR1 -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
parse="xml" href="status_cxxtr1.xml">
</xi:include>
<!-- Section 03 : Status C++ 200x -->
<!-- Section 01.3 : Status C++ 200x -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
parse="xml" href="status_cxx200x.xml">
</xi:include>
@ -47,6 +48,7 @@
<!-- Section 02 : License -->
<sect1 id="manual.intro.status.license" xreflabel="License">
<?dbhtml filename="license.html"?>
<title>License</title>
<para>
There are two licenses affecting GNU libstdc++: one for the code,
@ -181,6 +183,7 @@ requirements of the license of GCC.
<!-- Section 03 : Known Bugs -->
<sect1 id="manual.intro.status.bugs" xreflabel="Bugs">
<?dbhtml filename="bugs.html"?>
<title>Bugs</title>
<sect2 id="manual.intro.status.bugs.impl" xreflabel="Bugs impl">
@ -783,6 +786,7 @@ requirements of the license of GCC.
<!-- Chapter 02 : Setup -->
<chapter id="manual.intro.setup" xreflabel="Setup">
<?dbhtml filename="setup.html"?>
<title>Setup</title>
<para>To transform libstdc++ sources into installed include files
@ -821,6 +825,7 @@ requirements of the license of GCC.
<!-- Section 03 : Make -->
<sect1 id="manual.intro.setup.make" xreflabel="Make">
<?dbhtml filename="make.html"?>
<title>Make</title>
<para>If you have never done this before, you should read the basic
<ulink url="http://gcc.gnu.org/install/">GCC Installation

View File

@ -24,6 +24,7 @@
<!-- Chapter 01 : Iostream Objects -->
<chapter id="manual.io.objects" xreflabel="IO Objects">
<?dbhtml filename="iostream_objects.html"?>
<title>Iostream Objects</title>
<para>To minimize the time you have to wait on the compiler, it's good to
@ -160,6 +161,7 @@
<!-- Chapter 02 : Stream Buffers -->
<chapter id="manual.io.streambufs" xreflabel="Stream Buffers">
<?dbhtml filename="streambufs.html"?>
<title>Stream Buffers</title>
<sect1 id="io.streambuf.derived" xreflabel="Derived streambuf Classes">
@ -323,6 +325,7 @@
<!-- Chapter 03 : Memory-based Streams -->
<chapter id="manual.io.memstreams" xreflabel="Memory Streams">
<?dbhtml filename="stringstreams.html"?>
<title>Memory Based Streams</title>
<sect1 id="manual.io.memstreams.compat" xreflabel="Compatibility strstream">
<title>Compatibility With strstream</title>
@ -369,6 +372,7 @@
<!-- Chapter 04 : File-based Streams -->
<chapter id="manual.io.filestreams" xreflabel="File Streams">
<?dbhtml filename="fstreams.html"?>
<title>File Based Streams</title>
<sect1 id="manual.io.filestreams.copying_a_file" xreflabel="Copying a File">
@ -591,6 +595,7 @@
<!-- Chapter 03 : Interacting with C -->
<chapter id="manual.io.c" xreflabel="Interacting with C">
<?dbhtml filename="io_and_c.html"?>
<title>Interacting with C</title>

View File

@ -1,5 +1,4 @@
<sect1 id="manual.localization.locales.locale" xreflabel="locale">
<?dbhtml filename="locale.html"?>
<sect1info>
<keywordset>

View File

@ -24,6 +24,7 @@
<!-- Chapter 01 : Locale -->
<chapter id="manual.localization.locales" xreflabel="Locales">
<?dbhtml filename="locales.html"?>
<title>Locales</title>
<!-- Section 01 : locale -->
@ -34,6 +35,7 @@
<!-- Chapter 02 : Facet -->
<chapter id="manual.localization.facet" xreflabel="facet">
<?dbhtml filename="facets.html"?>
<title>Facets aka Categories</title>
<!-- Section 01 : ctype -->

View File

@ -24,6 +24,7 @@
<!-- Chapter 01 : Complex -->
<chapter id="manual.numerics.complex" xreflabel="complex">
<?dbhtml filename="complex.html"?>
<title>Complex</title>
<para>
</para>
@ -53,6 +54,7 @@
<!-- Chapter 02 : Generalized Operations -->
<chapter id="manual.numerics.generalized_ops" xreflabel="Generalized Ops">
<?dbhtml filename="generalized_numeric_operations.html"?>
<title>Generalized Operations</title>
<para>
</para>
@ -95,6 +97,7 @@
<!-- Chapter 03 : Interacting with C -->
<chapter id="manual.numerics.c" xreflabel="Interacting with C">
<?dbhtml filename="numerics_and_c.html"?>
<title>Interacting with C</title>
<sect1 id="numerics.c.array" xreflabel="Numerics vs. Arrays">

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
<sect2 id="manual.intro.status.standard.200x" xreflabel="Status C++ 200x">
<?dbhtml filename="standard_cxx200x.html"?>
<?dbhtml filename="status_iso_cxx200x.html"?>
<sect2info>
<keywordset>

View File

@ -1,5 +1,5 @@
<sect2 id="manual.intro.status.standard.tr1" xreflabel="Status C++ TR1">
<?dbhtml filename="standard_cxxtr1.html"?>
<?dbhtml filename="status_iso_cxxtr1.html"?>
<sect2info>
<keywordset>

View File

@ -38,6 +38,7 @@
</preface>
<chapter id="manual.support.types" xreflabel="Types">
<?dbhtml filename="fundamental_types.html"?>
<title>Types</title>
<sect1 id="manual.support.types.fundamental" xreflabel="Fundamental Types">
<title>Fundamental Types</title>
@ -199,6 +200,7 @@
</chapter>
<chapter id="manual.support.memory" xreflabel="Dynamic Memory">
<?dbhtml filename="dynamic_memory.html"?>
<title>Dynamic Memory</title>
<para>
There are six flavors each of <function>new</function> and
@ -280,6 +282,7 @@
</chapter>
<chapter id="manual.support.termination" xreflabel="Termination">
<?dbhtml filename="termination.html"?>
<title>Termination</title>
<sect1 id="support.termination.handlers" xreflabel="Termination Handlers">
<title>Termination Handlers</title>
@ -345,6 +348,7 @@
</sect1>
<sect1 id="support.termination.verbose" xreflabel="Verbose Terminate Handler">
<?dbhtml filename="verbose_termination.html"?>
<title>Verbose Terminate Handler</title>
<para>
If you are having difficulty with uncaught exceptions and want a

View File

@ -4,7 +4,7 @@
[ ]>
<chapter id="manual.intro.using" xreflabel="Using">
<?dbhtml filename="using.html"?>
<?dbhtml filename="using.html"?>
<title>Using</title>
@ -78,6 +78,7 @@
</sect1>
<sect1 id="manual.intro.using.headers" xreflabel="Headers">
<?dbhtml filename="using_headers.html"?>
<title>Headers</title>
<sect2 id="manual.intro.using.headers.all" xreflabel="Header Files">
@ -706,6 +707,7 @@ g++ -Winvalid-pch -I. -include stdc++.h -H -g -O2 hello.cc -o test.exe
</sect1>
<sect1 id="manual.intro.using.namespaces" xreflabel="Namespaces">
<?dbhtml filename="using_namespaces.html"?>
<title>Namespaces</title>
<sect2 id="manual.intro.using.namespaces.all" xreflabel="Available Namespaces">
@ -817,6 +819,7 @@ namespace gtk
</sect1>
<sect1 id="manual.intro.using.macros" xreflabel="Macros">
<?dbhtml filename="using_macros.html"?>
<title>Macros</title>
<para>All pre-processor switches and configurations are all gathered
@ -943,6 +946,7 @@ namespace gtk
</sect1>
<sect1 id="manual.intro.using.concurrency" xreflabel="Concurrency">
<?dbhtml filename="using_concurrency.html"?>
<title>Concurrency</title>
<para>This section discusses issues surrounding the proper compilation
@ -1261,6 +1265,7 @@ gcc version 4.1.2 20070925 (Red Hat 4.1.2-33)
</sect1>
<sect1 id="manual.intro.using.exception" xreflabel="Exceptions">
<?dbhtml filename="using_exceptions.html"?>
<title>Exceptions</title>
<sect2 id="intro.using.exception.propagating" xreflabel="Propagating Exceptions">

View File

@ -24,6 +24,7 @@
<!-- Chapter 01 : Functors -->
<chapter id="manual.util.functors" xreflabel="Functors">
<?dbhtml filename="functors.html"?>
<title>Functors</title>
<para>If you don't know what functors are, you're not alone. Many people
get slightly the wrong idea. In the interest of not reinventing
@ -36,6 +37,7 @@
<!-- Chapter 02 : Pairs -->
<chapter id="manual.util.pairs" xreflabel="Pairs">
<?dbhtml filename="pairs.html"?>
<title>Pairs</title>
<para>The <code>pair&lt;T1,T2&gt;</code> is a simple and handy way to
carry around a pair of objects. One is of type T1, and another of
@ -91,7 +93,7 @@
<!-- Chapter 03 : Memory -->
<chapter id="manual.util.memory" xreflabel="Memory">
<?dbhtml filename="memory.html"?>
<title>Memory</title>
<para>
Memory contains three general areas. First, function and operator
@ -120,6 +122,7 @@
<!-- Chapter 04 : Traits -->
<chapter id="manual.util.traits" xreflabel="Traits">
<?dbhtml filename="traits.html"?>
<title>Traits</title>
<para>
</para>