From patchwork Sun Nov 10 13:37:50 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1192570 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-512894-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="v5jrXA0g"; 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 479w7S4f3wz9sP4 for ; Mon, 11 Nov 2019 00:38:10 +1100 (AEDT) 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=Cozi6E/nZGZTYVVGkexpJBfpEX9r/PKjrvwFij8wbg3NF+ED7nKcY QF+MpWbrUpfC2yV6wsex+dLd2KSwNU/9T20hDHFqxpzY1z0IuAeoz7zm/gJexGgJ Unrnh9R4e7oHjzQL/eVPzsieZ+N6LmFnzQpAUceiIyudqVA2nXvY+0= 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=IA0wlmK7HUywYlTO6zHnbHrYfvY=; b=v5jrXA0g35gRp9QOe+lo C2DgTjfo+clMJWqu8bOjcMpm0iaFpTTZLo6d3J4OqWtcwh7eyjUU9+8mGIPkb4gi De1B/u+uNMBR+jA6pOS4SvjugpqyY4y9Iq/x41nI391q/PN2f/fqsDkTv+XGIyo1 h3mY91WzioCCHVqaGpCw0+Y= Received: (qmail 82651 invoked by alias); 10 Nov 2019 13:37:55 -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 82636 invoked by uid 89); 10 Nov 2019 13:37:55 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.5 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_INFOUSMEBIZ, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=xml, H*c:US-ASCII, Hat, para X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 10 Nov 2019 13:37:54 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 9273233E06; Sun, 10 Nov 2019 08:37:52 -0500 (EST) Received: from anthias (unknown [178.114.215.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 0FDAF33E01; Sun, 10 Nov 2019 08:37:51 -0500 (EST) Date: Sun, 10 Nov 2019 14:37:50 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: [libstdc++, doc] doc/xml/manual/using.xml: Switch www.hboehm.info to https Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Committed. Gerald 2019-11-10 Gerald Pfeifer * doc/xml/manual/using.xml: Switch www.hboehm.info to https. Index: doc/xml/manual/using.xml =================================================================== --- doc/xml/manual/using.xml (revision 278018) +++ doc/xml/manual/using.xml (working copy) @@ -1849,7 +1849,7 @@ gcc version 4.1.2 20070925 (Red Hat 4.1.2-33) For further details of the C++11 memory model see Hans-J. Boehm's Threads - and memory model for C++ pages, particularly the introduction + and memory model for C++ pages, particularly the introduction and FAQ.