From patchwork Sun Oct 20 20:13:11 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1180070 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-511392-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="AyZE1Ya4"; 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 46x9v70VRdz9sP4 for ; Mon, 21 Oct 2019 07:13:22 +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=Ef09GYHW1NwfsRRgEbc+Ou7o30vmO5RBULqJA0cXKQDsB0goneih9 WrJn5gqVyfZSqqwsYHiZscd3JOqD9r7SWGi1ZOGZcu5xBgCMOC0Ze7gwRl0ktRaR RE6IFYvYzjE90kqerpFQ6qbhIP/mII2qatrJv5RsWwaJbgmp1FzAGQ= 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=Y1e8e4n7JDJVc8ipIHc+I3hw4rk=; b=AyZE1Ya4Yrb3k6ihIWKT +lLicvtPC5PPFy4k3v/P0NM/2v9moZyCOUklu8oXRy62dbSr1nJhXlFN7rTnGTnK 6xYAM80uatUdelV8b9T8FmpShmdEELJkiJv5uDRidaVqRodJwfmx5iR5Z29+n9xT FZ5cxZ5D5K/A7ncLVE+QoLQ= Received: (qmail 55580 invoked by alias); 20 Oct 2019 20:13:16 -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 55569 invoked by uid 89); 20 Oct 2019 20:13:15 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_INFOUSMEBIZ, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=UD:info 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, 20 Oct 2019 20:13:14 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 2C12633E07 for ; Sun, 20 Oct 2019 16:13:13 -0400 (EDT) Received: from anthias (unknown [178.114.204.130]) (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 C25A533E03 for ; Sun, 20 Oct 2019 16:13:12 -0400 (EDT) Date: Sun, 20 Oct 2019 22:13:11 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] codingconventions.html - hboehm.info now defaults to https. Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Committed. Gerald - Log ----------------------------------------------------------------- commit 7d0ef4e2d84d051e0764ca2236f20b1de7970b4a Author: Gerald Pfeifer Date: Sun Oct 20 22:07:54 2019 +0200 hboehm.info now defaults to https. diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html index b489125..71a8772 100644 --- a/htdocs/codingconventions.html +++ b/htdocs/codingconventions.html @@ -657,7 +657,7 @@ However, the upstream source seems to be dead, so fastjar is essentially maintained in the GCC source tree.
  • boehm-gc: The master sources are at http://hboehm.info/gc/. +href="https://hboehm.info/gc/">http://hboehm.info/gc/. Patches should be sent to bdwgc@lists.opendylan.org, but it's acceptable to check them in the GCC source tree before getting