public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Gerald Pfeifer <gerald@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc r13-5246] libstdc++: Minor updates to Policy Based Data Structures: Biblio
Date: Wed, 18 Jan 2023 18:59:34 +0000 (GMT)	[thread overview]
Message-ID: <20230118185934.D3EFC3858D28@sourceware.org> (raw)

https://gcc.gnu.org/g:af7881e07631fc1c61deb307119f7cabdd4094a1

commit r13-5246-gaf7881e07631fc1c61deb307119f7cabdd4094a1
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Wed Jan 18 19:59:26 2023 +0100

    libstdc++: Minor updates to Policy Based Data Structures: Biblio
    
    libstdc++-v3/ChangeLog:
    
    2023-01-18  Gerald Pfeifer  <gerald@pfeifer.com>
    
            * doc/xml/manual/policy_data_structures_biblio.xml: Adjust links
            to www.open-std.org to use https.
            (COM: Component Model Object Technologies): Rename from...
            (The Component Object Model): ...to.
            * doc/html/manual/policy_data_structures.html: Regenerate.

Diff:
---
 libstdc++-v3/doc/html/manual/policy_data_structures.html      | 8 ++++----
 libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/libstdc++-v3/doc/html/manual/policy_data_structures.html b/libstdc++-v3/doc/html/manual/policy_data_structures.html
index cb9f2461e88..ef54da8053a 100644
--- a/libstdc++-v3/doc/html/manual/policy_data_structures.html
+++ b/libstdc++-v3/doc/html/manual/policy_data_structures.html
@@ -768,7 +768,7 @@
 		change the order of growth of the entire sequence of
 		operations.
 	      </p></li></ol></div></div></div></div></div><div class="bibliography"><div class="titlepage"><div><div><h2 class="title"><a id="pbds.biblio"></a>Bibliography</h2></div></div></div><div class="biblioentry"><a id="biblio.abrahams97exception"></a><p>[biblio.abrahams97exception] <span class="title"><em>
-	<a class="link" href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/1997/N1075.pdf" target="_top">
+	<a class="link" href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/1997/N1075.pdf" target="_top">
 	  STL Exception Handling Contract
 	</a>
       </em>. </span><span class="date">1997. </span><span class="author"><span class="firstname">
@@ -809,7 +809,7 @@
 	  </span>. </span><span class="publisher"><span class="publishername">
 	  C++ Report
 	. </span></span></p></div><div class="biblioentry"><a id="biblio.austern01htprop"></a><p>[biblio.austern01htprop] <span class="title"><em>
-	<a class="link" href="http://www.open-std.org/JTC1/sc22/wg21/docs/papers/2001/n1326.html" target="_top">
+	<a class="link" href="https://www.open-std.org/JTC1/sc22/wg21/docs/papers/2001/n1326.html" target="_top">
 	  A Proposal to Add Hashtables to the Standard Library
 	</a>
       </em>. </span><span class="date">
@@ -1158,7 +1158,7 @@
 	  Cambridge University Press
 	. </span></span></p></div><div class="biblioentry"><a id="biblio.mscom"></a><p>[biblio.mscom] <span class="title"><em>
 	<a class="link" href="https://docs.microsoft.com/en-us/windows/win32/com/the-component-object-model" target="_top">
-	  COM: Component Model Object Technologies
+	  The Component Object Model
 	</a>
       </em>. </span><span class="publisher"><span class="publishername">
 	  Microsoft
@@ -1297,4 +1297,4 @@
 	    Wickland
 	  </span>. </span><span class="publisher"><span class="publishername">
 	  National Psychological Institute
-	. </span></span></p></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="bitmap_allocator_impl.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="extensions.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="policy_data_structures_using.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Implementation </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Using</td></tr></table></div></body></html>
\ No newline at end of file
+	. </span></span></p></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="bitmap_allocator_impl.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="extensions.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="policy_data_structures_using.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Implementation </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Using</td></tr></table></div></body></html>
diff --git a/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml b/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml
index 7c563fec40a..5234a10d197 100644
--- a/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml
+++ b/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml
@@ -7,7 +7,7 @@
     <biblioentry xml:id="biblio.abrahams97exception">
       <title>
 	<link xmlns:xlink="http://www.w3.org/1999/xlink"
-	      xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/1997/N1075.pdf">
+	      xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/1997/N1075.pdf">
 	  STL Exception Handling Contract
 	</link>
       </title>
@@ -123,7 +123,7 @@
     <biblioentry xml:id="biblio.austern01htprop">
       <title>
 	<link xmlns:xlink="http://www.w3.org/1999/xlink"
-	      xlink:href="http://www.open-std.org/JTC1/sc22/wg21/docs/papers/2001/n1326.html">
+	      xlink:href="https://www.open-std.org/JTC1/sc22/wg21/docs/papers/2001/n1326.html">
 	  A Proposal to Add Hashtables to the Standard Library
 	</link>
       </title>
@@ -1062,7 +1062,7 @@
       <title>
 	<link xmlns:xlink="http://www.w3.org/1999/xlink"
 	      xlink:href="https://docs.microsoft.com/en-us/windows/win32/com/the-component-object-model">
-	  COM: Component Model Object Technologies
+	  The Component Object Model
 	</link>
       </title>
       <publisher>

                 reply	other threads:[~2023-01-18 18:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230118185934.D3EFC3858D28@sourceware.org \
    --to=gerald@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    --cc=libstdc++-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).