aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2012-11-02 08:57:18 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2012-11-02 08:57:18 +0000
commite570b479ae5a8b733348724368f13c5d465fc3e6 (patch)
tree540bb7e3334a50f5ba6cdb4835129759882aa44b
parente217d64f150ed7940e9ffe84f38a090ad777b0d3 (diff)
downloadgcc-e570b479ae5a8b733348724368f13c5d465fc3e6.zip
gcc-e570b479ae5a8b733348724368f13c5d465fc3e6.tar.gz
gcc-e570b479ae5a8b733348724368f13c5d465fc3e6.tar.bz2
allocator.xml: Update reference to Hoard.
* doc/xml/manual/allocator.xml: Update reference to Hoard. Update reference to Berger's OOPSLA 2002 paper. From-SVN: r193091
-rw-r--r--libstdc++-v3/ChangeLog7
-rw-r--r--libstdc++-v3/doc/xml/manual/allocator.xml4
2 files changed, 8 insertions, 3 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index cc3e87e..e82d988 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-02 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/xml/manual/allocator.xml: Update reference to Hoard.
+ Update reference to Berger's OOPSLA 2002 paper.
+
2012-11-02 Jonathan Wakely <jwakely.gcc@gmail.com>
* python/libstdcxx/v6/printers.py (Tr1HashtableIterator): Update.
@@ -22,7 +27,7 @@
* testsuite/23_containers/forward_list/cons/14.cc: New.
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.
diff --git a/libstdc++-v3/doc/xml/manual/allocator.xml b/libstdc++-v3/doc/xml/manual/allocator.xml
index 911aaf5..8a1dbbd 100644
--- a/libstdc++-v3/doc/xml/manual/allocator.xml
+++ b/libstdc++-v3/doc/xml/manual/allocator.xml
@@ -524,7 +524,7 @@
<biblioentry>
<title>
<link xmlns:xlink="http://www.w3.org/1999/xlink"
- xlink:href="http://www.cs.umass.edu/~emery/hoard">
+ xlink:href="http://www.hoard.org/">
The Hoard Memory Allocator
</link>
</title>
@@ -535,7 +535,7 @@
<biblioentry>
<title>
<link xmlns:xlink="http://www.w3.org/1999/xlink"
- xlink:href="http://www.cs.umass.edu/~emery/pubs/berger-oopsla2002.pdf">
+ xlink:href="http://people.cs.umass.edu/~emery/pubs/berger-oopsla2002.pdf">
Reconsidering Custom Memory Allocation
</link>
</title>