This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Update copyright years in libstdc++ manual


Some minor doc updates.

Committed to trunk.

commit e7a4324d0f8bb8bd622e1412b7daf8b8a2d91430
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Feb 4 21:41:31 2016 +0000

    Update copyright years in libstdc++ manual and add link
    
    	* doc/xml/manual/containers.xml: Add cross-reference to Dual ABI.
    	* doc/xml/manual/spine.xml: Update copyright years and author blurb.
    	* doc/html/*: Regenerate.

diff --git a/libstdc++-v3/doc/xml/manual/containers.xml b/libstdc++-v3/doc/xml/manual/containers.xml
index 434a306..e81c7f0 100644
--- a/libstdc++-v3/doc/xml/manual/containers.xml
+++ b/libstdc++-v3/doc/xml/manual/containers.xml
@@ -25,7 +25,8 @@
   <section xml:id="sequences.list.size" xreflabel="list::size() is O(n)"><info><title>list::size() is O(n)</title></info>
     
    <para>
-     Yes it is, and that's okay.  This is a decision that we preserved
+     Yes it is, at least using the <xref linkend="manual.intro.using.abi">old
+     ABI</xref>, and that's okay.  This is a decision that we preserved
      when we imported SGI's STL implementation.  The following is
      quoted from <link xmlns:xlink="http://www.w3.org/1999/xlink"; xlink:href="http://www.sgi.com/tech/stl/FAQ.html";>their FAQ</link>:
    </para>
diff --git a/libstdc++-v3/doc/xml/manual/spine.xml b/libstdc++-v3/doc/xml/manual/spine.xml
index 614e886..c67c49c 100644
--- a/libstdc++-v3/doc/xml/manual/spine.xml
+++ b/libstdc++-v3/doc/xml/manual/spine.xml
@@ -20,6 +20,10 @@
     <year>2010</year>
     <year>2011</year>
     <year>2012</year>
+    <year>2013</year>
+    <year>2014</year>
+    <year>2015</year>
+    <year>2016</year>
     <holder>
       <link xmlns:xlink="http://www.w3.org/1999/xlink"; xlink:href="http://www.fsf.org";>FSF</link>
     </holder>
@@ -140,7 +144,8 @@
 
   <author><personname><firstname>Jonathan</firstname><surname>Wakely</surname></personname><personblurb>
       <para>
-	shared_ptr, markup editing and styling
+	Implementation Status, Dual ABI, Linking, shared_ptr,
+        markup editing and styling.
       </para>
     </personblurb></author>
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]