From: Gerald Pfeifer Date: Fri, 2 Nov 2012 08:57:18 +0000 (+0000) Subject: allocator.xml: Update reference to Hoard. X-Git-Tag: releases/gcc-4.8.0~2332 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e570b479ae5a8b733348724368f13c5d465fc3e6;p=thirdparty%2Fgcc.git 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 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index cc3e87e5eb90..e82d988bb2e6 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2012-11-02 Gerald Pfeifer + + * doc/xml/manual/allocator.xml: Update reference to Hoard. + Update reference to Berger's OOPSLA 2002 paper. + 2012-11-02 Jonathan Wakely * 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 - + * 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 911aaf5831bb..8a1dbbdd514f 100644 --- a/libstdc++-v3/doc/xml/manual/allocator.xml +++ b/libstdc++-v3/doc/xml/manual/allocator.xml @@ -524,7 +524,7 @@ <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> @@ -535,7 +535,7 @@ <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>