spine.xml revision 1.5
1<book xmlns="http://docbook.org/ns/docbook" version="5.0" 
2 xml:id="manual" xreflabel="Manual">
3<?dbhtml dir="manual"?>
4<?dbhtml filename="index.html"?>
5
6  <title>The GNU C++ Library Manual</title>
7
8<info>
9  <copyright>
10    <year>2000</year>
11    <year>2001</year>
12    <year>2002</year>
13    <year>2003</year>
14    <year>2004</year>
15    <year>2005</year>
16    <year>2006</year>
17    <year>2007</year>
18    <year>2008</year>
19    <year>2009</year>
20    <year>2010</year>
21    <year>2011</year>
22    <year>2012</year>
23    <holder>
24      <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.fsf.org">FSF</link>
25    </holder>
26  </copyright>
27
28<authorgroup version="5.0">
29
30<!--
31  <author>
32    <firstname>Benjamin</firstname>
33    <surname>Kosnik</surname>
34
35    <affiliation>
36      <shortaffil>Red Hat</shortaffil>
37      <orgname>Red Hat, Inc.</orgname>
38      <address>
39	<email>libstdc++@gcc.gnu.org</email>
40      </address>
41    </affiliation>
42
43    <authorblurb>
44      <para>
45      </para>
46    </authorblurb>
47  </author>
48-->
49
50  <author><personname><firstname/><surname/></personname><personblurb>
51      <para>
52      </para>
53    </personblurb></author>
54
55  <author><personname><firstname>Paolo</firstname><surname>Carlini</surname></personname><personblurb>
56      <para>
57	TR1, LWG Active, Closed, Defects lists.
58      </para>
59    </personblurb></author>
60
61  <author><personname><firstname>Phil</firstname><surname>Edwards</surname></personname><personblurb>
62      <para>
63	Originating author, started HOWTO and FAQ, worked on sections
64	Demangling, Macros, Strings, Iterators, Backwards
65	Compatibility, SGI Extensions, Configure, Build, Install.
66      </para>
67    </personblurb></author>
68
69  <author><personname><firstname>Doug</firstname><surname>Gregor</surname></personname><personblurb>
70      <para>
71	Debug Mode, TR1 function objects
72      </para>
73    </personblurb></author>
74
75  <author><personname><firstname>Benjamin</firstname><surname>Kosnik</surname></personname><personblurb>
76      <para>
77	Allocators, ABI, API evolution and deprecation history,
78	Backwards Compatibility, Thread, Debug Support, Locales,
79	Facets, Parallel Mode, Headers, Namespaces, Construction and
80	Structure, Using Exceptions, DocBook conversion and layout.
81      </para>
82    </personblurb></author>
83
84
85  <author><personname><firstname>Dhruv</firstname><surname>Matani</surname></personname><personblurb>
86      <para>
87	bitmap_allocator
88      </para>
89    </personblurb></author>
90
91  <author><personname><firstname>Jason</firstname><surname>Merrill</surname></personname><personblurb>
92      <para>
93	License, __verbose_terminate_handler
94      </para>
95    </personblurb></author>
96
97  <author><personname><firstname>Mark</firstname><surname>Mitchell</surname></personname><personblurb>
98      <para>
99	Porting
100      </para>
101    </personblurb></author>
102
103  <author><personname><firstname>Nathan</firstname><surname>Myers</surname></personname><personblurb>
104      <para>
105	Referenced counted string, C++1998 implementation status.
106      </para>
107    </personblurb></author>
108
109  <author><personname><firstname>Felix</firstname><surname>Natter</surname></personname><personblurb>
110      <para>
111	Namespace composition, Backwards Compatibility.
112      </para>
113    </personblurb></author>
114
115
116  <author><personname><firstname>Stefan</firstname><surname>Olsson</surname></personname><personblurb>
117      <para>
118	mt_allocator
119      </para>
120    </personblurb></author>
121
122  <author><personname><firstname>Silvius</firstname><surname>Rus</surname></personname><personblurb>
123      <para>
124	Profile mode
125      </para>
126    </personblurb></author>
127
128  <author><personname><firstname>Johannes</firstname><surname>Singler</surname></personname><personblurb>
129      <para>
130	Parallel mode
131      </para>
132    </personblurb></author>
133
134  <author><personname><firstname>Ami</firstname><surname>Tavory</surname></personname><personblurb>
135      <para>
136	Policy Based Data Structures, Associative Containers, Unordered
137	Containers.
138      </para>
139    </personblurb></author>
140
141  <author><personname><firstname>Jonathan</firstname><surname>Wakely</surname></personname><personblurb>
142      <para>
143	shared_ptr, markup editing and styling
144      </para>
145    </personblurb></author>
146
147</authorgroup>
148
149</info>
150
151<!-- Part 01 : Intro -->
152<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="intro.xml">
153</xi:include>
154
155<!-- Part 02 : Standard Contents -->
156<part xml:id="manual.std" xreflabel="Standard Contents">
157<info>
158  <title>
159    Standard Contents
160  </title>
161</info>
162<?dbhtml filename="std_contents.html"?>
163
164
165<!-- Chapter 01 : Support -->
166<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="support.xml">
167</xi:include>
168
169
170<!-- Chapter 02 : Diagnostics -->
171<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="diagnostics.xml">
172</xi:include>
173
174<!-- Chapter 03 : Utilities -->
175<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="utilities.xml">
176</xi:include>
177
178<!-- Chapter 04 : Strings -->
179<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="strings.xml">
180</xi:include>
181
182<!-- Chapter 05 : Localization -->
183<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="localization.xml">
184</xi:include>
185
186<!-- Chapter 06 : Containers -->
187<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="containers.xml">
188</xi:include>
189
190<!-- Chapter 07 : Iterators -->
191<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="iterators.xml">
192</xi:include>
193
194<!-- Chapter 08 : Algorithms -->
195<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="algorithms.xml">
196</xi:include>
197
198<!-- Chapter 09 : Numerics -->
199<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="numerics.xml">
200</xi:include>
201
202<!-- Chapter 10 : Input Output -->
203<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="io.xml">
204</xi:include>
205
206<!-- Chapter 11 : Atomics -->
207<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="atomics.xml">
208</xi:include>
209
210<!-- Chapter 12 : Concurrency -->
211<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="concurrency.xml">
212</xi:include>
213
214</part>
215
216<!-- Part 03 : Extensions -->
217<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="extensions.xml">
218</xi:include>
219
220
221<!-- Part 04 : Appendices -->
222<part xml:id="appendix" xreflabel="Appendices"><info><title>
223  Appendices
224</title></info>
225<?dbhtml filename="appendix.html"?>
226
227
228<!-- Appendix A -->
229<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="appendix_contributing.xml">
230</xi:include>
231
232<!-- Appendix B -->
233<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="appendix_porting.xml">
234</xi:include>
235
236<!-- Appendix C -->
237<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="appendix_free.xml">
238</xi:include>
239
240<!-- Appendix D -->
241<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="../gnu/gpl-3.0.xml">
242</xi:include>
243
244<!-- Appendix E -->
245<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="../gnu/fdl-1.3.xml">
246</xi:include>
247
248</part>
249
250</book>
251