spine.xml: Remove unused license entity, update copyright year.
2009-04-14 Benjamin Kosnik <bkoz@redhat.com> * doc/xml/spine.xml: Remove unused license entity, update copyright year. * doc/xml/manual/spine.xml: Markup for primary index terms. * doc/xml/manual/numerics.xml: Same. * doc/xml/manual/intro.xml: Same. * doc/xml/manual/containers.xml: Same. * doc/xml/manual/io.xml: Same. * doc/xml/manual/appendix_porting.xml: Same. * doc/xml/manual/utilities.xml: Same. * doc/xml/manual/support.xml: Same. * doc/xml/manual/localization.xml: Same. * doc/xml/manual/strings.xml: Same. * doc/xml/manual/extensions.xml: Same. * doc/xml/manual/appendix_contributing.xml: Same. * doc/xml/manual/diagnostics.xml: Same. * doc/xml/manual/algorithms.xml: Same. * doc/xml/manual/appendix_free.xml: Same. * doc/xml/manual/iterators.xml: Same. * doc/xml/gnu/gpl-3.0.xml: Fix xml markup regressions. * doc/xml/gnu/fdl-1.2.xml: Same. * doc/xml/manual/status_cxx200x.xml: Re-write. From-SVN: r146077
This commit is contained in:
parent
1d3f2ffc69
commit
f86ce6015e
@ -1,3 +1,30 @@
|
|||||||
|
2009-04-14 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
|
* doc/xml/spine.xml: Remove unused license entity, update
|
||||||
|
copyright year.
|
||||||
|
|
||||||
|
* doc/xml/manual/spine.xml: Markup for primary index terms.
|
||||||
|
* doc/xml/manual/numerics.xml: Same.
|
||||||
|
* doc/xml/manual/intro.xml: Same.
|
||||||
|
* doc/xml/manual/containers.xml: Same.
|
||||||
|
* doc/xml/manual/io.xml: Same.
|
||||||
|
* doc/xml/manual/appendix_porting.xml: Same.
|
||||||
|
* doc/xml/manual/utilities.xml: Same.
|
||||||
|
* doc/xml/manual/support.xml: Same.
|
||||||
|
* doc/xml/manual/localization.xml: Same.
|
||||||
|
* doc/xml/manual/strings.xml: Same.
|
||||||
|
* doc/xml/manual/extensions.xml: Same.
|
||||||
|
* doc/xml/manual/appendix_contributing.xml: Same.
|
||||||
|
* doc/xml/manual/diagnostics.xml: Same.
|
||||||
|
* doc/xml/manual/algorithms.xml: Same.
|
||||||
|
* doc/xml/manual/appendix_free.xml: Same.
|
||||||
|
* doc/xml/manual/iterators.xml: Same.
|
||||||
|
|
||||||
|
* doc/xml/gnu/gpl-3.0.xml: Fix xml markup regressions.
|
||||||
|
* doc/xml/gnu/fdl-1.2.xml: Same.
|
||||||
|
|
||||||
|
* doc/xml/manual/status_cxx200x.xml: Re-write.
|
||||||
|
|
||||||
2009-04-09 Paolo Carlini <paolo.carlini@oracle.com>
|
2009-04-09 Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
PR libstdc++/39629 (final bits)
|
PR libstdc++/39629 (final bits)
|
||||||
@ -10,7 +37,7 @@
|
|||||||
* include/bits/random.h (operator==(const uniform_int_distribution<>&,
|
* include/bits/random.h (operator==(const uniform_int_distribution<>&,
|
||||||
const uniform_int_distribution<>&), operator==(const
|
const uniform_int_distribution<>&), operator==(const
|
||||||
uniform_real_distribution<>&, const uniform_real_distribution<>&),
|
uniform_real_distribution<>&, const uniform_real_distribution<>&),
|
||||||
operator==(const normal_distribution<>&, const normal_distribution<>&),
|
operator==(const normal_distribution<>&, const normal_distribution<>&),
|
||||||
operator==(const lognormal_distribution<>&,
|
operator==(const lognormal_distribution<>&,
|
||||||
const lognormal_distribution<>&), operator==(const
|
const lognormal_distribution<>&), operator==(const
|
||||||
chi_squared_distribution<>&, const chi_squared_distribution<>&),
|
chi_squared_distribution<>&, const chi_squared_distribution<>&),
|
||||||
@ -22,7 +49,7 @@
|
|||||||
operator==(const binomial_distribution<>&, const
|
operator==(const binomial_distribution<>&, const
|
||||||
binomial_distribution<>&), operator==(const geometric_distribution<>&,
|
binomial_distribution<>&), operator==(const geometric_distribution<>&,
|
||||||
const geometric_distribution<>&), operator==(const
|
const geometric_distribution<>&), operator==(const
|
||||||
negative_binomial_distribution<>&, const
|
negative_binomial_distribution<>&, const
|
||||||
negative_binomial_distribution<>&), operator==(const
|
negative_binomial_distribution<>&), operator==(const
|
||||||
poisson_distribution<>&, const poisson_distribution<>&),
|
poisson_distribution<>&, const poisson_distribution<>&),
|
||||||
operator==(const exponential_distribution<>&,
|
operator==(const exponential_distribution<>&,
|
||||||
@ -7103,7 +7130,7 @@
|
|||||||
2009-03-25 Paolo Carlini <paolo.carlini@oracle.com>
|
2009-03-25 Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
* testsuite/27_io/basic_ofstream/cons/char/2.cc: Rename to...
|
* testsuite/27_io/basic_ofstream/cons/char/2.cc: Rename to...
|
||||||
* testsuite/27_io/basic_ofstream/cons/char/1.cc: ... this.
|
* testsuite/27_io/basic_ofstream/cons/char/1.cc: ... this.
|
||||||
* testsuite/27_io/basic_fstream/cons/3.cc: Rename to...
|
* testsuite/27_io/basic_fstream/cons/3.cc: Rename to...
|
||||||
* testsuite/27_io/basic_fstream/cons/1.cc: ... this.
|
* testsuite/27_io/basic_fstream/cons/1.cc: ... this.
|
||||||
|
|
||||||
@ -7339,7 +7366,7 @@
|
|||||||
* include/bits/unique_ptr.h: Same.
|
* include/bits/unique_ptr.h: Same.
|
||||||
|
|
||||||
* include/bits/algorithmfwd.h: Add mutating_algorithms,
|
* include/bits/algorithmfwd.h: Add mutating_algorithms,
|
||||||
non_mutating_algorithms, sorting_algorithms. Adjust nesting.
|
non_mutating_algorithms, sorting_algorithms. Adjust nesting.
|
||||||
* include/bits/stl_heap.h: Add markup for new groupings.
|
* include/bits/stl_heap.h: Add markup for new groupings.
|
||||||
* include/bits/stl_algobase.h: Same.
|
* include/bits/stl_algobase.h: Same.
|
||||||
* include/bits/stl_algo.h: Same.
|
* include/bits/stl_algo.h: Same.
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
distribute verbatim copies of this license document, but changing it is
|
distribute verbatim copies of this license document, but changing it is
|
||||||
not allowed.
|
not allowed.
|
||||||
</para>
|
</para>
|
||||||
<bridgehead id="Preamble" renderas="sect1">
|
<bridgehead id="fdl-1-preamble" renderas="sect1">
|
||||||
0. PREAMBLE
|
0. PREAMBLE
|
||||||
</bridgehead>
|
</bridgehead>
|
||||||
<para>
|
<para>
|
||||||
@ -34,7 +34,7 @@
|
|||||||
for any textual work, regardless of subject matter or whether it is
|
for any textual work, regardless of subject matter or whether it is
|
||||||
published as a printed book. We recommend this License principally for
|
published as a printed book. We recommend this License principally for
|
||||||
works whose purpose is instruction or reference.</para>
|
works whose purpose is instruction or reference.</para>
|
||||||
<bridgehead id="Definitions" renderas="sect1">
|
<bridgehead id="fdl-1-definitions" renderas="sect1">
|
||||||
1. APPLICABILITY AND DEFINITIONS
|
1. APPLICABILITY AND DEFINITIONS
|
||||||
</bridgehead>
|
</bridgehead>
|
||||||
<para>
|
<para>
|
||||||
@ -425,7 +425,7 @@
|
|||||||
"Dedications", or "History", the requirement (section 4) to Preserve its
|
"Dedications", or "History", the requirement (section 4) to Preserve its
|
||||||
Title (section 1) will typically require changing the actual title.
|
Title (section 1) will typically require changing the actual title.
|
||||||
</para>
|
</para>
|
||||||
<bridgehead id="Termination" renderas="sect1">
|
<bridgehead id="fdl-1-termination" renderas="sect1">
|
||||||
9. TERMINATION
|
9. TERMINATION
|
||||||
</bridgehead>
|
</bridgehead>
|
||||||
<para>
|
<para>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||||
<appendix>
|
<appendix id="appendix.gpl-3.0">
|
||||||
<title>
|
<title>
|
||||||
<acronym>GNU</acronym> General Public License version 3
|
<acronym>GNU</acronym> General Public License version 3
|
||||||
</title>
|
</title>
|
||||||
@ -16,7 +16,7 @@
|
|||||||
Everyone is permitted to copy and distribute verbatim copies of this license
|
Everyone is permitted to copy and distribute verbatim copies of this license
|
||||||
document, but changing it is not allowed.
|
document, but changing it is not allowed.
|
||||||
</para>
|
</para>
|
||||||
<bridgehead id="Preamble" renderas="sect1">
|
<bridgehead id="gpl-3-preamble" renderas="sect1">
|
||||||
Preamble
|
Preamble
|
||||||
</bridgehead>
|
</bridgehead>
|
||||||
<para>
|
<para>
|
||||||
@ -94,7 +94,7 @@
|
|||||||
<bridgehead>
|
<bridgehead>
|
||||||
TERMS AND CONDITIONS
|
TERMS AND CONDITIONS
|
||||||
</bridgehead>
|
</bridgehead>
|
||||||
<bridgehead id="Definitions" renderas="sect1">
|
<bridgehead id="gpl-3-definitions" renderas="sect1">
|
||||||
0. Definitions.
|
0. Definitions.
|
||||||
</bridgehead>
|
</bridgehead>
|
||||||
<para>
|
<para>
|
||||||
@ -519,7 +519,7 @@
|
|||||||
of a separately written license, or stated as exceptions; the above
|
of a separately written license, or stated as exceptions; the above
|
||||||
requirements apply either way.
|
requirements apply either way.
|
||||||
</para>
|
</para>
|
||||||
<bridgehead id="Termination" renderas="sect1">
|
<bridgehead id="gpl-3-termination" renderas="sect1">
|
||||||
8. Termination.
|
8. Termination.
|
||||||
</bridgehead>
|
</bridgehead>
|
||||||
<para>
|
<para>
|
||||||
|
@ -20,7 +20,10 @@
|
|||||||
</keywordset>
|
</keywordset>
|
||||||
</partinfo>
|
</partinfo>
|
||||||
|
|
||||||
<title>Algorithms</title>
|
<title>
|
||||||
|
Algorithms
|
||||||
|
<indexterm><primary>Algorithms</primary></indexterm>
|
||||||
|
</title>
|
||||||
|
|
||||||
<preface>
|
<preface>
|
||||||
<title></title>
|
<title></title>
|
||||||
|
@ -17,7 +17,13 @@
|
|||||||
</keywordset>
|
</keywordset>
|
||||||
</appendixinfo>
|
</appendixinfo>
|
||||||
|
|
||||||
<title>Contributing</title>
|
<title>
|
||||||
|
Contributing
|
||||||
|
<indexterm>
|
||||||
|
<primary>Appendix</primary>
|
||||||
|
<secondary>Contributing</secondary>
|
||||||
|
</indexterm>
|
||||||
|
</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The GNU C++ Library follows an open development model. Active
|
The GNU C++ Library follows an open development model. Active
|
||||||
|
@ -17,7 +17,13 @@
|
|||||||
</keywordset>
|
</keywordset>
|
||||||
</appendixinfo>
|
</appendixinfo>
|
||||||
|
|
||||||
<title>Free Software Needs Free Documentation</title>
|
<title>
|
||||||
|
Free Software Needs Free Documentation
|
||||||
|
<indexterm>
|
||||||
|
<primary>Appendix</primary>
|
||||||
|
<secondary>Free Documentation</secondary>
|
||||||
|
</indexterm>
|
||||||
|
</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The biggest deficiency in free operating systems is not in the
|
The biggest deficiency in free operating systems is not in the
|
||||||
|
@ -17,7 +17,13 @@
|
|||||||
</keywordset>
|
</keywordset>
|
||||||
</appendixinfo>
|
</appendixinfo>
|
||||||
|
|
||||||
<title>Porting and Maintenance</title>
|
<title>
|
||||||
|
Porting and Maintenance
|
||||||
|
<indexterm>
|
||||||
|
<primary>Appendix</primary>
|
||||||
|
<secondary>Porting and Maintenance</secondary>
|
||||||
|
</indexterm>
|
||||||
|
</title>
|
||||||
|
|
||||||
<!-- Hacking the Build System -->
|
<!-- Hacking the Build System -->
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
|
@ -17,7 +17,10 @@
|
|||||||
</keywordset>
|
</keywordset>
|
||||||
</partinfo>
|
</partinfo>
|
||||||
|
|
||||||
<title>Containers</title>
|
<title>
|
||||||
|
Containers
|
||||||
|
<indexterm><primary>Containers</primary></indexterm>
|
||||||
|
</title>
|
||||||
|
|
||||||
<!-- Chapter 01 : Sequences -->
|
<!-- Chapter 01 : Sequences -->
|
||||||
<chapter id="manual.containers.sequences" xreflabel="Sequences">
|
<chapter id="manual.containers.sequences" xreflabel="Sequences">
|
||||||
|
@ -17,7 +17,10 @@
|
|||||||
</keywordset>
|
</keywordset>
|
||||||
</partinfo>
|
</partinfo>
|
||||||
|
|
||||||
<title>Diagnostics</title>
|
<title>
|
||||||
|
Diagnostics
|
||||||
|
<indexterm><primary>Diagnostics</primary></indexterm>
|
||||||
|
</title>
|
||||||
|
|
||||||
<chapter id="manual.diagnostics.exceptions" xreflabel="Exceptions">
|
<chapter id="manual.diagnostics.exceptions" xreflabel="Exceptions">
|
||||||
<title>Exceptions</title>
|
<title>Exceptions</title>
|
||||||
|
@ -17,7 +17,10 @@
|
|||||||
</keywordset>
|
</keywordset>
|
||||||
</partinfo>
|
</partinfo>
|
||||||
|
|
||||||
<title>Extensions</title>
|
<title>
|
||||||
|
Extensions
|
||||||
|
<indexterm><primary>Extensions</primary></indexterm>
|
||||||
|
</title>
|
||||||
|
|
||||||
<preface>
|
<preface>
|
||||||
<title></title>
|
<title></title>
|
||||||
|
@ -17,8 +17,10 @@
|
|||||||
</keywordset>
|
</keywordset>
|
||||||
</partinfo>
|
</partinfo>
|
||||||
|
|
||||||
<title>Introduction</title>
|
<title>
|
||||||
|
Introduction
|
||||||
|
<indexterm><primary>Introduction</primary></indexterm>
|
||||||
|
</title>
|
||||||
<!-- Chapter 01 : Status -->
|
<!-- Chapter 01 : Status -->
|
||||||
<chapter id="manual.intro.status" xreflabel="Status">
|
<chapter id="manual.intro.status" xreflabel="Status">
|
||||||
<title>Status</title>
|
<title>Status</title>
|
||||||
@ -74,7 +76,7 @@ GCC RUNTIME LIBRARY EXCEPTION
|
|||||||
|
|
||||||
Version 3.1, 31 March 2009
|
Version 3.1, 31 March 2009
|
||||||
|
|
||||||
Copyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>
|
Copyright (C) 2009 <ulink url="http://fsf.org">Free Software Foundation, Inc.</ulink>
|
||||||
|
|
||||||
Everyone is permitted to copy and distribute verbatim copies of this
|
Everyone is permitted to copy and distribute verbatim copies of this
|
||||||
license document, but changing it is not allowed.
|
license document, but changing it is not allowed.
|
||||||
@ -166,7 +168,7 @@ requirements of the license of GCC.
|
|||||||
For documentation generated by doxygen or other automated tools
|
For documentation generated by doxygen or other automated tools
|
||||||
via processing source code comments and markup, the original source
|
via processing source code comments and markup, the original source
|
||||||
code license applies to the generated files. Thus, the doxygen
|
code license applies to the generated files. Thus, the doxygen
|
||||||
documents are licensed <link linkend="appendix.gpl-2.0">GPL</link>.
|
documents are licensed <link linkend="appendix.gpl-3.0">GPL</link>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@ -17,7 +17,10 @@
|
|||||||
</keywordset>
|
</keywordset>
|
||||||
</partinfo>
|
</partinfo>
|
||||||
|
|
||||||
<title>Input and Output</title>
|
<title>
|
||||||
|
Input and Output
|
||||||
|
<indexterm><primary>Input and Output</primary></indexterm>
|
||||||
|
</title>
|
||||||
|
|
||||||
<!-- Chapter 01 : Iostream Objects -->
|
<!-- Chapter 01 : Iostream Objects -->
|
||||||
<chapter id="manual.io.objects" xreflabel="IO Objects">
|
<chapter id="manual.io.objects" xreflabel="IO Objects">
|
||||||
|
@ -17,7 +17,10 @@
|
|||||||
</keywordset>
|
</keywordset>
|
||||||
</partinfo>
|
</partinfo>
|
||||||
|
|
||||||
<title>Iterators</title>
|
<title>
|
||||||
|
Iterators
|
||||||
|
<indexterm><primary>Iterators</primary></indexterm>
|
||||||
|
</title>
|
||||||
|
|
||||||
<!-- Chapter 01 : Predefined -->
|
<!-- Chapter 01 : Predefined -->
|
||||||
<chapter id="manual.iterators.predefined" xreflabel="Predefined">
|
<chapter id="manual.iterators.predefined" xreflabel="Predefined">
|
||||||
|
@ -17,7 +17,10 @@
|
|||||||
</keywordset>
|
</keywordset>
|
||||||
</partinfo>
|
</partinfo>
|
||||||
|
|
||||||
<title>Localization</title>
|
<title>
|
||||||
|
Localization
|
||||||
|
<indexterm><primary>Localization</primary></indexterm>
|
||||||
|
</title>
|
||||||
|
|
||||||
<!-- Chapter 01 : Locale -->
|
<!-- Chapter 01 : Locale -->
|
||||||
<chapter id="manual.localization.locales" xreflabel="Locales">
|
<chapter id="manual.localization.locales" xreflabel="Locales">
|
||||||
|
@ -17,7 +17,10 @@
|
|||||||
</keywordset>
|
</keywordset>
|
||||||
</partinfo>
|
</partinfo>
|
||||||
|
|
||||||
<title>Numerics</title>
|
<title>
|
||||||
|
Numerics
|
||||||
|
<indexterm><primary>Numerics</primary></indexterm>
|
||||||
|
</title>
|
||||||
|
|
||||||
<!-- Chapter 01 : Complex -->
|
<!-- Chapter 01 : Complex -->
|
||||||
<chapter id="manual.numerics.complex" xreflabel="complex">
|
<chapter id="manual.numerics.complex" xreflabel="complex">
|
||||||
|
@ -10,14 +10,14 @@
|
|||||||
|
|
||||||
<bookinfo>
|
<bookinfo>
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2008</year>
|
<year>2009</year>
|
||||||
<holder>
|
<holder>
|
||||||
<ulink url="http://fsf.org">FSF</ulink>
|
<ulink url="http://fsf.org">FSF</ulink>
|
||||||
</holder>
|
</holder>
|
||||||
</copyright>
|
</copyright>
|
||||||
<legalnotice>
|
<legalnotice>
|
||||||
<para>
|
<para>
|
||||||
<ulink url="17_intro/license.html">License</ulink>
|
<link linkend="manual.intro.status.license">License</link>
|
||||||
</para>
|
</para>
|
||||||
</legalnotice>
|
</legalnotice>
|
||||||
</bookinfo>
|
</bookinfo>
|
||||||
@ -100,7 +100,7 @@
|
|||||||
|
|
||||||
<!-- Appendix D -->
|
<!-- Appendix D -->
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
parse="xml" href="../gnu/gpl-2.0.xml">
|
parse="xml" href="../gnu/gpl-3.0.xml">
|
||||||
</xi:include>
|
</xi:include>
|
||||||
|
|
||||||
<!-- Appendix E -->
|
<!-- Appendix E -->
|
||||||
@ -108,4 +108,7 @@
|
|||||||
parse="xml" href="../gnu/fdl-1.2.xml">
|
parse="xml" href="../gnu/fdl-1.2.xml">
|
||||||
</xi:include>
|
</xi:include>
|
||||||
|
|
||||||
|
<!-- Index -->
|
||||||
|
<index/>
|
||||||
|
|
||||||
</book>
|
</book>
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -17,7 +17,10 @@
|
|||||||
</keywordset>
|
</keywordset>
|
||||||
</partinfo>
|
</partinfo>
|
||||||
|
|
||||||
<title>Strings</title>
|
<title>
|
||||||
|
Strings
|
||||||
|
<indexterm><primary>Strings</primary></indexterm>
|
||||||
|
</title>
|
||||||
|
|
||||||
<!-- Chapter 01 : Character Traits -->
|
<!-- Chapter 01 : Character Traits -->
|
||||||
|
|
||||||
|
@ -17,7 +17,10 @@
|
|||||||
</keywordset>
|
</keywordset>
|
||||||
</partinfo>
|
</partinfo>
|
||||||
|
|
||||||
<title>Support</title>
|
<title>
|
||||||
|
Support
|
||||||
|
<indexterm><primary>Support</primary></indexterm>
|
||||||
|
</title>
|
||||||
|
|
||||||
<preface>
|
<preface>
|
||||||
<title></title>
|
<title></title>
|
||||||
|
@ -17,7 +17,10 @@
|
|||||||
</keywordset>
|
</keywordset>
|
||||||
</partinfo>
|
</partinfo>
|
||||||
|
|
||||||
<title>Utilities</title>
|
<title>
|
||||||
|
Utilities
|
||||||
|
<indexterm><primary>Utilities</primary></indexterm>
|
||||||
|
</title>
|
||||||
|
|
||||||
<!-- Chapter 01 : Functors -->
|
<!-- Chapter 01 : Functors -->
|
||||||
<chapter id="manual.util.functors" xreflabel="Functors">
|
<chapter id="manual.util.functors" xreflabel="Functors">
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
|
||||||
[
|
[
|
||||||
<!ENTITY authors SYSTEM "authors.xml">
|
<!ENTITY authors SYSTEM "authors.xml">
|
||||||
<!ENTITY license SYSTEM "license.xml">
|
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<set id="set-index" xreflabel="The GNU C++ Library Documentation">
|
<set id="set-index" xreflabel="The GNU C++ Library Documentation">
|
||||||
@ -21,6 +20,7 @@
|
|||||||
<year>2006</year>
|
<year>2006</year>
|
||||||
<year>2007</year>
|
<year>2007</year>
|
||||||
<year>2008</year>
|
<year>2008</year>
|
||||||
|
<year>2009</year>
|
||||||
<holder>
|
<holder>
|
||||||
<ulink url="http://fsf.org">FSF</ulink>
|
<ulink url="http://fsf.org">FSF</ulink>
|
||||||
</holder>
|
</holder>
|
||||||
|
Loading…
Reference in New Issue
Block a user