[gcc(refs/vendors/ibm/heads/gcc-7-branch)] Update URL for Hoard in libstdc++ docs
Peter Bergner
bergner@gcc.gnu.org
Fri Feb 7 20:37:00 GMT 2020
https://gcc.gnu.org/g:dbc92d91baafa38cb2bcd8acc1e00edb96205e02
commit dbc92d91baafa38cb2bcd8acc1e00edb96205e02
Author: Jonathan Wakely <jwakely@redhat.com>
Date: Thu Oct 24 16:30:49 2019 +0100
Update URL for Hoard in libstdc++ docs
Backport from mainline
2019-05-31 Gerald Pfeifer <gerald@pfeifer.com>
* doc/xml/manual/allocator.xml: Move hoard.org back to http.
From-SVN: r277411
Diff:
---
libstdc++-v3/ChangeLog | 7 +++++++
libstdc++-v3/doc/xml/manual/allocator.xml | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index c574b20..c711a14 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,10 @@
+2019-10-24 Jonathan Wakely <jwakely@redhat.com>
+
+ Backport from mainline
+ 2019-05-31 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/xml/manual/allocator.xml: Move hoard.org back to http.
+
2019-09-11 Jonathan Wakely <jwakely@redhat.com>
* python/libstdcxx/v6/xmethods.py (SharedPtrUseCountWorker.__call__):
diff --git a/libstdc++-v3/doc/xml/manual/allocator.xml b/libstdc++-v3/doc/xml/manual/allocator.xml
index 395b4e3..7418fce 100644
--- a/libstdc++-v3/doc/xml/manual/allocator.xml
+++ b/libstdc++-v3/doc/xml/manual/allocator.xml
@@ -520,7 +520,7 @@
<biblioentry>
<title>
<link xmlns:xlink="http://www.w3.org/1999/xlink"
- xlink:href="http://www.hoard.org/">
+ xlink:href="http://hoard.org">
The Hoard Memory Allocator
</link>
</title>
More information about the Libstdc++-cvs
mailing list