diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2011-07-30 02:13:34 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2011-07-30 02:13:34 +0000 |
commit | 8c882891938e25799ab256e9f229efa3c8e3dea6 (patch) | |
tree | faba77e108948df8ec12d362bfda73abc5fcce14 /libstdc++-v3 | |
parent | 3bf8b6e115fd4831275a410044cf4fb09bd722e1 (diff) | |
download | gcc-8c882891938e25799ab256e9f229efa3c8e3dea6.zip gcc-8c882891938e25799ab256e9f229efa3c8e3dea6.tar.gz gcc-8c882891938e25799ab256e9f229efa3c8e3dea6.tar.bz2 |
build_hacking.xml: Markup imagedata changes.
2011-07-29 Benjamin Kosnik <bkoz@redhat.com>
* doc/xml/manual/build_hacking.xml: Markup imagedata changes.
* doc/xml/manual/policy_data_structures.xml: Same.
* doc/xml/class.txml: Remove biblioid.
* doc/xml/manual/allocator.xml: Same.
* doc/xml/manual/ctype.xml: Same.
* doc/xml/manual/codecvt.xml: Same.
* doc/xml/manual/backwards_compatibility.xml: Same.
* doc/xml/manual/abi.xml: Same.
* doc/xml/manual/shared_ptr.xml: Same.
* doc/xml/manual/using_exceptions.xml: Same.
* doc/xml/manual/messages.xml: Same.
From-SVN: r176957
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 15 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/class.txml | 83 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/abi.xml | 105 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/allocator.xml | 37 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/backwards_compatibility.xml | 28 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/build_hacking.xml | 4 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/codecvt.xml | 38 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/ctype.xml | 9 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/messages.xml | 31 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/policy_data_structures.xml | 24 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/shared_ptr.xml | 39 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/using_exceptions.xml | 65 |
12 files changed, 274 insertions, 204 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 3a24ca4..42e271f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,20 @@ 2011-07-29 Benjamin Kosnik <bkoz@redhat.com> + * doc/xml/manual/build_hacking.xml: Markup imagedata changes. + * doc/xml/manual/policy_data_structures.xml: Same. + + * doc/xml/class.txml: Remove biblioid. + * doc/xml/manual/allocator.xml: Same. + * doc/xml/manual/ctype.xml: Same. + * doc/xml/manual/codecvt.xml: Same. + * doc/xml/manual/backwards_compatibility.xml: Same. + * doc/xml/manual/abi.xml: Same. + * doc/xml/manual/shared_ptr.xml: Same. + * doc/xml/manual/using_exceptions.xml: Same. + * doc/xml/manual/messages.xml: Same. + +2011-07-29 Benjamin Kosnik <bkoz@redhat.com> + Docbook conversion of existing ext/pb_ds documentation. * doc/Makefile.am (xml_sources_manual): Add policy_data_structures.xml and diff --git a/libstdc++-v3/doc/xml/class.txml b/libstdc++-v3/doc/xml/class.txml index 26c9acf..c452192 100644 --- a/libstdc++-v3/doc/xml/class.txml +++ b/libstdc++-v3/doc/xml/class.txml @@ -108,48 +108,57 @@ </para> </section> -<bibliography xml:id="allocator.biblio" xreflabel="allocator.biblio"><info><title>Bibliography</title></info> +<bibliography xml:id="allocator.biblio" xreflabel="allocator.biblio"> +<info> + <title> + Bibliography + </title> +</info> <!-- - <biblioentry> - <abbrev> - </abbrev> - - <biblioid class="uri"> - <ulink url="http://about:blank"> - </ulink> - </biblioid> - <citetitle> - The Title - </citetitle> - - <editor> - <firstname></firstname> - <surname></surname> - </editor> - - <author> - <surname></surname> - <firstname></firstname> - </author> - - <copyright> - <year></year> - <holder></holder> - </copyright> - <pagenums></pagenums> - - <publisher> - <publishername> - </publishername> - </publisher> - - </biblioentry> + <biblioentry xml:id="biblio.xxx"> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://xxx.html"> + XXX + </link> + </title> + <date> + + </date> + + <authorgroup> + <author> + <personname> + <firstname> + E. + </firstname> + <surname> + Gamma + </surname> + </personname> + </author> + <author> + <personname> + <firstname> + R. + </firstname> + <surname> + Helm + </surname> + </personname> + </author> + </authorgroup> + + <publisher> + <publishername> + + </publishername> + </publisher> + </biblioentry> --> - <biblioentry> - </biblioentry> </bibliography> diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml index 6e7d46b..a8b9241 100644 --- a/libstdc++-v3/doc/xml/manual/abi.xml +++ b/libstdc++-v3/doc/xml/manual/abi.xml @@ -1101,54 +1101,60 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so. <bibliography xml:id="abi.biblio"><info><title>Bibliography</title></info> + <biblioentry xml:id="biblio.abicheck"> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://abicheck.sourceforge.net"> + ABIcheck + </link> + </title> + </biblioentry> + + <biblioentry xml:id="biblio.cxxabi"> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.codesourcery.com/public/cxx-abi"> + C++ ABI Summary + </link> + </title> + </biblioentry> - <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://abicheck.sourceforge.net/" class="uri"> - </biblioid> - <citetitle> - ABIcheck, a vague idea of checking ABI compatibility - </citetitle> - </biblioentry> - - <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.codesourcery.com/public/cxx-abi/" class="uri"> - </biblioid> - <citetitle> - C++ ABI Reference - </citetitle> - </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.intel.com/cd/software/products/asmo-na/eng/284736.htm" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.intel.com/cd/software/products/asmo-na/eng/284736.htm"> Intel Compilers for Linux Compatibility with the GNU Compilers - </citetitle> + </link> + </title> </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://download.oracle.com/docs/cd/E19963-01/html/819-0690/index.html" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://download.oracle.com/docs/cd/E19963-01/html/819-0690/index.html"> Linker and Libraries Guide (document 819-0690) - </citetitle> + </link> + </title> </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://download.oracle.com/docs/cd/E19422-01/819-3689/index.html" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://download.oracle.com/docs/cd/E19422-01/819-3689/index.html"> Sun Studio 11: C++ Migration Guide (document 819-3689) - </citetitle> + </link> + </title> </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://people.redhat.com/drepper/dsohowto.pdf" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.akkadia.org/drepper/dsohowto.pdf"> How to Write Shared Libraries - </citetitle> + </link> + </title> <author> <personname> @@ -1158,19 +1164,22 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so. </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.arm.com/miscPDFs/8033.pdf" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.arm.com/miscPDFs/8033.pdf"> C++ ABI for the ARM Architecture - </citetitle> + </link> + </title> </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1976.html" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1976.html"> Dynamic Shared Objects: Survey and Issues - </citetitle> + </link> + </title> + <subtitle> ISO C++ J16/06-0046 </subtitle> @@ -1178,11 +1187,12 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so. </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2013.html" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2013.html"> Versioning With Namespaces - </citetitle> + </link> + </title> <subtitle> ISO C++ J16/06-0083 </subtitle> @@ -1190,12 +1200,13 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so. </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://syrcose.ispras.ru/2009/files/SYRCoSE2009-CfP.pdf" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://syrcose.ispras.ru/2009/files/SYRCoSE2009-CfP.pdf"> Binary Compatibility of Shared Libraries Implemented in C++ on GNU/Linux Systems - </citetitle> + </link> + </title> <subtitle> SYRCoSE 2009 diff --git a/libstdc++-v3/doc/xml/manual/allocator.xml b/libstdc++-v3/doc/xml/manual/allocator.xml index b73554e..55dc808 100644 --- a/libstdc++-v3/doc/xml/manual/allocator.xml +++ b/libstdc++-v3/doc/xml/manual/allocator.xml @@ -504,11 +504,12 @@ </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.drdobbs.com/cpp/184403759" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.drdobbs.com/cpp/184403759"> The Standard Librarian: What Are Allocators Good For? - </citetitle> + </link> + </title> <author><personname><firstname>Matt</firstname><surname>Austern</surname></personname></author> <publisher> @@ -519,21 +520,23 @@ </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.cs.umass.edu/~emery/hoard/" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.cs.umass.edu/~emery/hoard"> The Hoard Memory Allocator - </citetitle> + </link> + </title> <author><personname><firstname>Emery</firstname><surname>Berger</surname></personname></author> </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.cs.umass.edu/~emery/pubs/berger-oopsla2002.pdf" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.cs.umass.edu/~emery/pubs/berger-oopsla2002.pdf"> Reconsidering Custom Memory Allocation - </citetitle> + </link> + </title> <author><personname><firstname>Emery</firstname><surname>Berger</surname></personname></author> <author><personname><firstname>Ben</firstname><surname>Zorn</surname></personname></author> @@ -546,11 +549,13 @@ <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.angelikalanger.com/Articles/C++Report/Allocators/Allocators.html" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.angelikalanger.com/Articles/C++Report/Allocators/Allocators.html"> Allocator Types - </citetitle> + </link> + </title> + <author><personname><firstname>Klaus</firstname><surname>Kreft</surname></personname></author> <author><personname><firstname>Angelika</firstname><surname>Langer</surname></personname></author> diff --git a/libstdc++-v3/doc/xml/manual/backwards_compatibility.xml b/libstdc++-v3/doc/xml/manual/backwards_compatibility.xml index 1f7348a..41193bb 100644 --- a/libstdc++-v3/doc/xml/manual/backwards_compatibility.xml +++ b/libstdc++-v3/doc/xml/manual/backwards_compatibility.xml @@ -1249,31 +1249,33 @@ AC_DEFUN([AC_HEADER_UNORDERED_SET], [ <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.kegel.com/gcc/gcc4.html" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.kegel.com/gcc/gcc4.html"> Migrating to GCC 4.1 - </citetitle> + </link> + </title> <author><personname><firstname>Dan</firstname><surname>Kegel</surname></personname></author> </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://lists.debian.org/debian-gcc/2006/03/msg00405.html" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://lists.debian.org/debian-gcc/2006/03/msg00405.html"> Building the Whole Debian Archive with GCC 4.1: A Summary - </citetitle> - + </link> + </title> <author><personname><firstname>Martin</firstname><surname>Michlmayr</surname></personname></author> </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://annwm.lbl.gov/~leggett/Atlas/gcc-3.2.html" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://annwm.lbl.gov/~leggett/Atlas/gcc-3.2.html"> Migration guide for GCC-3.2 - </citetitle> + </link> + </title> </biblioentry> diff --git a/libstdc++-v3/doc/xml/manual/build_hacking.xml b/libstdc++-v3/doc/xml/manual/build_hacking.xml index 945ef49..a956826 100644 --- a/libstdc++-v3/doc/xml/manual/build_hacking.xml +++ b/libstdc++-v3/doc/xml/manual/build_hacking.xml @@ -45,10 +45,10 @@ <title>Configure and Build File Dependencies</title> <mediaobject> <imageobject> - <imagedata align="center" format="PDF" fileref="/mnt/share/src/gcc.svn-trunk/libstdc++-v3/doc/xml/images/confdeps.pdf"/> + <imagedata align="center" format="PDF" scale="75" fileref="/mnt/share/src/gcc.svn-trunk/libstdc++-v3/doc/xml/images/confdeps.pdf"/> </imageobject> <imageobject> - <imagedata align="center" format="PNG" fileref="/mnt/share/src/gcc.svn-trunk/libstdc++-v3/doc/xml/images/confdeps.png"/> + <imagedata align="center" format="PNG" scale="100" fileref="/mnt/share/src/gcc.svn-trunk/libstdc++-v3/doc/xml/images/confdeps.png"/> </imageobject> <textobject> <phrase>Dependency Graph for Configure and Build Files</phrase> diff --git a/libstdc++-v3/doc/xml/manual/codecvt.xml b/libstdc++-v3/doc/xml/manual/codecvt.xml index 39a95aa..f7d7e48 100644 --- a/libstdc++-v3/doc/xml/manual/codecvt.xml +++ b/libstdc++-v3/doc/xml/manual/codecvt.xml @@ -586,11 +586,13 @@ codecvt usage. </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengroup.org/austin/" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.opengroup.org/austin"> System Interface Definitions, Issue 7 (IEEE Std. 1003.1-2008) - </citetitle> + </link> + </title> + <copyright> <year>2008</year> <holder> @@ -639,32 +641,36 @@ codecvt usage. </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.lysator.liu.se/c/na1.html" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.lysator.liu.se/c/na1.html"> A brief description of Normative Addendum 1 - </citetitle> + </link> + </title> <author><personname><surname>Feather</surname><firstname>Clive</firstname></personname></author> <pagenums>Extended Character Sets</pagenums> </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://tldp.org/HOWTO/Unicode-HOWTO.html" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://tldp.org/HOWTO/Unicode-HOWTO.html"> The Unicode HOWTO - </citetitle> + </link> + </title> <author><personname><surname>Haible</surname><firstname>Bruno</firstname></personname></author> </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.cl.cam.ac.uk/~mgk25/unicode.html" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.cl.cam.ac.uk/~mgk25/unicode.html"> UTF-8 and Unicode FAQ for Unix/Linux - </citetitle> + </link> + </title> + <author><personname><surname>Khun</surname><firstname>Markus</firstname></personname></author> </biblioentry> diff --git a/libstdc++-v3/doc/xml/manual/ctype.xml b/libstdc++-v3/doc/xml/manual/ctype.xml index afca9be..d6f2407 100644 --- a/libstdc++-v3/doc/xml/manual/ctype.xml +++ b/libstdc++-v3/doc/xml/manual/ctype.xml @@ -166,11 +166,12 @@ characters. </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.unix.org/version3/ieee_std.html" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.unix.org/version3/ieee_std.html"> The Open Group Base Specifications, Issue 6 (IEEE Std. 1003.1-2004) - </citetitle> + </link> + </title> <copyright> <year>1999</year> diff --git a/libstdc++-v3/doc/xml/manual/messages.xml b/libstdc++-v3/doc/xml/manual/messages.xml index 753b965..d6ce1f7 100644 --- a/libstdc++-v3/doc/xml/manual/messages.xml +++ b/libstdc++-v3/doc/xml/manual/messages.xml @@ -489,12 +489,13 @@ void test01() </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengroup.org/austin/" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.opengroup.org/austin"> System Interface Definitions, Issue 7 (IEEE Std. 1003.1-2008) - </citetitle> - <copyright> + </link> + </title> + <copyright> <year>2008</year> <holder> The Open Group/The Institute of Electrical and Electronics @@ -541,24 +542,28 @@ void test01() </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://java.sun.com/reference/api/index.html" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://java.sun.com/reference/api/index.html"> API Specifications, Java Platform - </citetitle> + </link> + </title> <pagenums>java.util.Properties, java.text.MessageFormat, java.util.Locale, java.util.ResourceBundle </pagenums> </biblioentry> + <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.gnu.org/software/gettext/" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.gnu.org/software/gettext"> GNU gettext tools, version 0.10.38, Native Language Support Library and Tools. - </citetitle> + </link> + </title> + </biblioentry> </bibliography> diff --git a/libstdc++-v3/doc/xml/manual/policy_data_structures.xml b/libstdc++-v3/doc/xml/manual/policy_data_structures.xml index e9495db..d0bf146 100644 --- a/libstdc++-v3/doc/xml/manual/policy_data_structures.xml +++ b/libstdc++-v3/doc/xml/manual/policy_data_structures.xml @@ -1321,12 +1321,12 @@ <title>Exception Hierarchy</title> <mediaobject> <imageobject> - <imagedata align="center" format="PNG" scale="100" - fileref="/mnt/share/src/gcc.svn-trunk/libstdc++-v3/doc/xml/images/pbds_exception_hierarchy.png"/> + <imagedata align="center" format="PDF" scale="75" + fileref="../images/pbds_exception_hierarchy.pdf"/> </imageobject> <imageobject> - <imagedata align="center" format="PDF" scale="50" - fileref="../images/pbds_exception_hierarchy.pdf"/> + <imagedata align="center" format="PNG" scale="100" + fileref="/mnt/share/src/gcc.svn-trunk/libstdc++-v3/doc/xml/images/pbds_exception_hierarchy.png"/> </imageobject> <textobject> <phrase>Exception Hierarchy</phrase> @@ -2679,12 +2679,12 @@ <title>Invalidation Guarantee Tags Hierarchy</title> <mediaobject> <imageobject> - <imagedata align="center" format="PNG" scale="100" - fileref="/mnt/share/src/gcc.svn-trunk/libstdc++-v3/doc/xml/images/pbds_invalidation_tag_hierarchy.png"/> + <imagedata align="center" format="PDF" scale="75" + fileref="../images/pbds_invalidation_tag_hierarchy.pdf"/> </imageobject> <imageobject> - <imagedata align="center" format="PDF" scale="50" - fileref="../images/pbds_invalidation_tag_hierarchy.pdf"/> + <imagedata align="center" format="PNG" scale="100" + fileref="/mnt/share/src/gcc.svn-trunk/libstdc++-v3/doc/xml/images/pbds_invalidation_tag_hierarchy.png"/> </imageobject> <textobject> <phrase>Invalidation Guarantee Tags Hierarchy</phrase> @@ -2838,12 +2838,12 @@ <title>Container Tag Hierarchy</title> <mediaobject> <imageobject> - <imagedata align="center" format="PNG" scale="100" - fileref="/mnt/share/src/gcc.svn-trunk/libstdc++-v3/doc/xml/images/pbds_container_tag_hierarchy.png"/> + <imagedata align="center" format="PDF" scale="75" + fileref="../images/pbds_container_tag_hierarchy.pdf"/> </imageobject> <imageobject> - <imagedata align="center" format="PDF" scale="50" - fileref="../images/pbds_container_tag_hierarchy.pdf"/> + <imagedata align="center" format="PNG" scale="100" + fileref="/mnt/share/src/gcc.svn-trunk/libstdc++-v3/doc/xml/images/pbds_container_tag_hierarchy.png"/> </imageobject> <textobject> <phrase>Container Tag Hierarchy</phrase> diff --git a/libstdc++-v3/doc/xml/manual/shared_ptr.xml b/libstdc++-v3/doc/xml/manual/shared_ptr.xml index 4ef5f72..78cc8c4 100644 --- a/libstdc++-v3/doc/xml/manual/shared_ptr.xml +++ b/libstdc++-v3/doc/xml/manual/shared_ptr.xml @@ -495,44 +495,51 @@ the following types, depending on how the shared_ptr is constructed. <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2351.htm" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2351.htm"> Improving shared_ptr for C++0x, Revision 2 - </citetitle> + </link> + </title> + <subtitle> N2351 </subtitle> </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2456.html" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2456.html"> C++ Standard Library Active Issues List - </citetitle> + </link> + </title> + <subtitle> N2456 </subtitle> </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2461.pdf" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2461.pdf"> Working Draft, Standard for Programming Language C++ - </citetitle> + </link> + </title> <subtitle> N2461 </subtitle> </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://boost.org/libs/smart_ptr/shared_ptr.htm" class="uri">shared_ptr - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://boost.org/libs/smart_ptr/shared_ptr.htm"> Boost C++ Libraries documentation, shared_ptr - </citetitle> + </link> + </title> + <subtitle> N2461 </subtitle> diff --git a/libstdc++-v3/doc/xml/manual/using_exceptions.xml b/libstdc++-v3/doc/xml/manual/using_exceptions.xml index 0ced134..d9d271f 100644 --- a/libstdc++-v3/doc/xml/manual/using_exceptions.xml +++ b/libstdc++-v3/doc/xml/manual/using_exceptions.xml @@ -438,11 +438,13 @@ is called. <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengroup.org/austin/" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.opengroup.org/austin"> System Interface Definitions, Issue 7 (IEEE Std. 1003.1-2008) - </citetitle> + </link> + </title> + <pagenums> 2.9.5 Thread Cancellation @@ -457,11 +459,12 @@ is called. </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.boost.org/community/error_handling.html" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.boost.org/community/error_handling.html"> Error and Exception Handling - </citetitle> + </link> + </title> <author><personname><firstname>David</firstname><surname>Abrahams </surname></personname></author> <publisher> @@ -473,11 +476,12 @@ is called. <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.boost.org/community/exception_safety.html" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.boost.org/community/exception_safety.html"> Exception-Safety in Generic Components - </citetitle> + </link> + </title> <author><personname><firstname>David</firstname><surname>Abrahams</surname></personname></author> <publisher> @@ -488,11 +492,13 @@ is called. </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="www.open-std.org/jtc1/sc22/wg21/docs/papers/1997/N1077.pdf" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="www.open-std.org/jtc1/sc22/wg21/docs/papers/1997/N1077.pdf"> Standard Library Exception Policy - </citetitle> + </link> + </title> + <author><personname><firstname>Matt</firstname><surname>Austern</surname></personname></author> <publisher> <publishername> @@ -502,11 +508,12 @@ is called. </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://gcc.gnu.org/ml/gcc-patches/2001-03/msg00661.html" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://gcc.gnu.org/ml/gcc-patches/2001-03/msg00661.html"> ia64 c++ abi exception handling - </citetitle> + </link> + </title> <author><personname><firstname>Richard</firstname><surname>Henderson</surname></personname></author> <publisher> @@ -517,11 +524,12 @@ is called. </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.research.att.com/~bs/3rd_safe.pdf" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://www.research.att.com/~bs/3rd_safe.pdf"> Appendix E: Standard-Library Exception Safety - </citetitle> + </link> + </title> <author><personname><firstname>Bjarne</firstname><surname>Stroustrup</surname></personname></author> </biblioentry> @@ -536,11 +544,12 @@ is called. </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://gcc.gnu.org/PR25191" class="uri"> - </biblioid> - <citetitle> + <title> + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://gcc.gnu.org/PR25191"> GCC Bug 25191: exception_defines.h #defines try/catch - </citetitle> + </link> + </title> </biblioentry> </bibliography> |