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