From patchwork Sat Sep 9 06:52:37 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 811914 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-461757-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="JUHm05mP"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xq4dN6sx0z9sBW for ; Sat, 9 Sep 2017 16:52:56 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=aCxrvQCj5GQ6kfOPyn+9G1YdK8AdZlv71lsrrkrIJ6F1vEzcQe1ey V7XLBvYT7nyGqGOA9vzAyV3jvxk+dl5w+aN5t0WWClaCuaxmigTSmgFFLxdYL+/J dzTxMqZsg7QNMJlPTGZeyLwG++7mcFvYb37kQPtCjqI0vlYkIT3IDg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=DiYXAO94Jrh/ERy6anilQfMpDS4=; b=JUHm05mP7ewL+WzDCgh3 QNg5PhGrxC+RLBoMQifSK4aqJDeMc0+J9c5s6vpKRsntnZ7rNJUiXT/nSWISNjN4 t7Veo7u90Y/Z5QCKlI1NXhRSF3JY9be7ng6/MN45/WKCPvlXJDON8XX0ZNxkkR/F teJ+sK0Ovjg3Q/So8SvpwWo= Received: (qmail 112373 invoked by alias); 9 Sep 2017 06:52:46 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 112352 invoked by uid 89); 9 Sep 2017 06:52:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.1 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_ASCII_DIVIDERS, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=6764, firstname, surname, Journal X-Spam-User: qpsmtpd, 2 recipients X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 09 Sep 2017 06:52:44 +0000 Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id BEA163F6E0; Sat, 9 Sep 2017 02:52:41 -0400 (EDT) Received: from anthias (unknown [82.202.112.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id F41193F6DF; Sat, 9 Sep 2017 02:52:39 -0400 (EDT) Date: Sat, 9 Sep 2017 08:52:37 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: [libstdc++,doc] Update reference to Hoard Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes This server moved from http to https, and the trailing slash is not needed for top-level domains (so best use however the server is representing itself). Applied. Gerald 2017-09-09 Gerald Pfeifer * doc/xml/manual/allocator.xml: Adjust link for Hoard. * doc/html/manual/memory.html: Regenerate. Index: doc/html/manual/memory.html =================================================================== --- doc/html/manual/memory.html (revision 251917) +++ doc/html/manual/memory.html (working copy) @@ -320,7 +320,7 @@ . Matt Austern. C/C++ Users Journal .

@@ -676,4 +676,4 @@ . N2461 - .

\ No newline at end of file + .

Index: doc/xml/manual/allocator.xml =================================================================== --- doc/xml/manual/allocator.xml (revision 251917) +++ doc/xml/manual/allocator.xml (working copy) @@ -520,7 +520,7 @@ <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://www.hoard.org/"> + xlink:href="https://www.hoard.org"> The Hoard Memory Allocator </link>