diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2019-05-31 22:26:55 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2019-05-31 22:26:55 +0000 |
commit | d030d4c5a4491c9d9827f67c94a4c914f6d3eb67 (patch) | |
tree | fc387254b7b4563e07254031a87f380e15aaf2dd /libstdc++-v3 | |
parent | 29c1593246765176943b642021fb0be67d25be76 (diff) | |
download | gcc-d030d4c5a4491c9d9827f67c94a4c914f6d3eb67.zip gcc-d030d4c5a4491c9d9827f67c94a4c914f6d3eb67.tar.gz gcc-d030d4c5a4491c9d9827f67c94a4c914f6d3eb67.tar.bz2 |
* doc/xml/manual/allocator.xml: Move hoard.org back to http.
From-SVN: r271827
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/allocator.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 3d9d591..ed1d676 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2019-05-31 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/xml/manual/allocator.xml: Move hoard.org back to http. + 2019-05-31 Jonathan Wakely <jwakely@redhat.com> * include/std/tuple (tuple<>): Add noexcept to allocator-extended diff --git a/libstdc++-v3/doc/xml/manual/allocator.xml b/libstdc++-v3/doc/xml/manual/allocator.xml index 2b9a5ca..0de1be9 100644 --- a/libstdc++-v3/doc/xml/manual/allocator.xml +++ b/libstdc++-v3/doc/xml/manual/allocator.xml @@ -500,7 +500,7 @@ <biblioentry> <title> <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="https://www.hoard.org"> + xlink:href="http://hoard.org"> The Hoard Memory Allocator </link> </title> |