aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2012-11-02 00:25:46 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2012-11-02 00:25:46 +0000
commit7ce3b11540311a561d331c34923cb01d7638ba56 (patch)
treee9877449b8eb6ff3c57eb86d82ba27b0f1aa7399
parent2b7d945b71380c7e357e93e9b80e6b462fe5a5ac (diff)
downloadgcc-7ce3b11540311a561d331c34923cb01d7638ba56.zip
gcc-7ce3b11540311a561d331c34923cb01d7638ba56.tar.gz
gcc-7ce3b11540311a561d331c34923cb01d7638ba56.tar.bz2
codecvt.xml: Fix reference to Austin Common Standards Revision Group.
* doc/xml/manual/codecvt.xml: Fix reference to Austin Common Standards Revision Group. * doc/xml/manual/messages.xml: Ditto. * doc/xml/manual/using_exceptions.xml: Ditto. * doc/xml/manual/messages.xml: Fix reference to GNU gettext. * doc/xml/manual/policy_data_structures.xml: Fix reference to STL at SGI. Update reference to COM at Microsoft. Update reference to Worst-case efficient priority queues at ACM. From-SVN: r193084
-rw-r--r--libstdc++-v3/ChangeLog14
-rw-r--r--libstdc++-v3/doc/xml/manual/codecvt.xml2
-rw-r--r--libstdc++-v3/doc/xml/manual/messages.xml4
-rw-r--r--libstdc++-v3/doc/xml/manual/policy_data_structures.xml6
-rw-r--r--libstdc++-v3/doc/xml/manual/using_exceptions.xml2
5 files changed, 21 insertions, 7 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 6e73bd3..e989474 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,17 @@
+2012-11-02 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/xml/manual/codecvt.xml: Fix reference to Austin Common
+ Standards Revision Group.
+ * doc/xml/manual/messages.xml: Ditto.
+ * doc/xml/manual/using_exceptions.xml: Ditto.
+
+ * doc/xml/manual/messages.xml: Fix reference to GNU gettext.
+
+ * doc/xml/manual/policy_data_structures.xml: Fix reference to
+ STL at SGI.
+ Update reference to COM at Microsoft.
+ Update reference to Worst-case efficient priority queues at ACM.
+
2012-11-01 Jonathan Wakely <jwakely.gcc@gmail.com>
* testsuite/18_support/initializer_list/range_access.cc: Fix copying
diff --git a/libstdc++-v3/doc/xml/manual/codecvt.xml b/libstdc++-v3/doc/xml/manual/codecvt.xml
index f7d7e48..6ccceb0 100644
--- a/libstdc++-v3/doc/xml/manual/codecvt.xml
+++ b/libstdc++-v3/doc/xml/manual/codecvt.xml
@@ -588,7 +588,7 @@ codecvt usage.
<biblioentry>
<title>
<link xmlns:xlink="http://www.w3.org/1999/xlink"
- xlink:href="http://www.opengroup.org/austin">
+ xlink:href="http://www.opengroup.org/austin/">
System Interface Definitions, Issue 7 (IEEE Std. 1003.1-2008)
</link>
</title>
diff --git a/libstdc++-v3/doc/xml/manual/messages.xml b/libstdc++-v3/doc/xml/manual/messages.xml
index 4dea4b3..0eff6dd 100644
--- a/libstdc++-v3/doc/xml/manual/messages.xml
+++ b/libstdc++-v3/doc/xml/manual/messages.xml
@@ -492,7 +492,7 @@ void test01()
<biblioentry>
<title>
<link xmlns:xlink="http://www.w3.org/1999/xlink"
- xlink:href="http://www.opengroup.org/austin">
+ xlink:href="http://www.opengroup.org/austin/">
System Interface Definitions, Issue 7 (IEEE Std. 1003.1-2008)
</link>
</title>
@@ -559,7 +559,7 @@ java.util.Locale, java.util.ResourceBundle
<biblioentry>
<title>
<link xmlns:xlink="http://www.w3.org/1999/xlink"
- xlink:href="http://www.gnu.org/software/gettext">
+ xlink:href="https://www.gnu.org/software/gettext/">
GNU gettext tools, version 0.10.38, Native Language Support
Library and Tools.
</link>
diff --git a/libstdc++-v3/doc/xml/manual/policy_data_structures.xml b/libstdc++-v3/doc/xml/manual/policy_data_structures.xml
index 11fad5e..c8350ad 100644
--- a/libstdc++-v3/doc/xml/manual/policy_data_structures.xml
+++ b/libstdc++-v3/doc/xml/manual/policy_data_structures.xml
@@ -5401,7 +5401,7 @@
<biblioentry xml:id="biblio.brodal96priority">
<title>
<link xmlns:xlink="http://www.w3.org/1999/xlink"
- xlink:href="http://portal.acm.org/citation.cfm?id=313883">
+ xlink:href="https://dl.acm.org/citation.cfm?id=313883">
Worst-case efficient priority queues
</link>
</title>
@@ -6193,7 +6193,7 @@
<biblioentry xml:id="biblio.mscom">
<title>
<link xmlns:xlink="http://www.w3.org/1999/xlink"
- xlink:href="http://www.microsoft.com/com">
+ xlink:href="https://www.microsoft.com/com/">
COM: Component Model Object Technologies
</link>
</title>
@@ -6337,7 +6337,7 @@
<biblioentry xml:id="biblio.sgi_stl">
<title>
<link xmlns:xlink="http://www.w3.org/1999/xlink"
- xlink:href="http://www.sgi.com/tech/stl">
+ xlink:href="http://www.sgi.com/tech/stl/">
Standard Template Library Programmer's Guide
</link>
</title>
diff --git a/libstdc++-v3/doc/xml/manual/using_exceptions.xml b/libstdc++-v3/doc/xml/manual/using_exceptions.xml
index d9d271f..afa597e 100644
--- a/libstdc++-v3/doc/xml/manual/using_exceptions.xml
+++ b/libstdc++-v3/doc/xml/manual/using_exceptions.xml
@@ -440,7 +440,7 @@ is called.
<biblioentry>
<title>
<link xmlns:xlink="http://www.w3.org/1999/xlink"
- xlink:href="http://www.opengroup.org/austin">
+ xlink:href="http://www.opengroup.org/austin/">
System Interface Definitions, Issue 7 (IEEE Std. 1003.1-2008)
</link>
</title>