From patchwork Sat Jul 13 07:33:14 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 93872 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 79081385DDF9 for ; Sat, 13 Jul 2024 07:33:47 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 46FA03858D26; Sat, 13 Jul 2024 07:33:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 46FA03858D26 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 46FA03858D26 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=209.68.5.143 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1720855999; cv=none; b=Ou6jcWVfbh8t442Lbc90Ip8hAMbJB74t7uMuo1vY0GB/vktBjQtSowvWjzDMOOofyxFnwj5FYUfDQ46cyhRRLlCRH3o8ePxnUDshazrDBI30w4tKleIYmZQQqElBw0kPZlUaoCzTMatQaXvjcHHFYKlxmz5WBQzug1ungIqLaWg= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1720855999; c=relaxed/simple; bh=/9b6p/4MBycifJDV1ogE3GQq++W3FT162lq4R1x9N9U=; h=Date:From:To:Subject:MIME-Version:DKIM-Signature:Message-Id; b=OSzGx1kuBbGumGARQC3mlYfi9gDNBgGjpttVnlJ26xgEondRYPdle5ooQe/DLv8X35K0VKK5H4kz9KeD90otNzQVA1QDKvgx+eXJjVBgmJst1r44JzjCHIBlqI8k3sJH+2GAIl49ZufzmihWBs80yfRWmPATiHceIM6yIg4k5fY= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id A194633EFA; Sat, 13 Jul 2024 03:33:17 -0400 (EDT) Received: from daya.localdomain (188-23-62-249.adsl.highway.telekom.at [188.23.62.249]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id BB4BD33EF7; Sat, 13 Jul 2024 03:33:16 -0400 (EDT) Date: Sat, 13 Jul 2024 09:33:14 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, fortran@gcc.gnu.org Subject: [pushed] wwwdocs: news: Update links to Craig Burley's notes on g77 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pfeifer.com; h=date:from:to:subject:mime-version:content-type; s=pair-202402271039; bh=APhXZMGZP0cMS4xXwaUtXU57snAMae6GloORPn8W5tw=; b=bdkB+iGGyOyAutqlY64TNvyYBF5aOXNVrXVop2yLJpVQuADDUNPxHAZR5PAWbR4iYiz70zW8Um08VMhGAv9CuZrepn8F613DounidVxaAmMUQHrOOam4oo6+gspOjEqAvItkhp8WWfakoOTFsWP8YnOVLu6gvzEeX/jFrQ6mYFVhqQuDc437mY3IuAycglNdUqRk42v+4a/xXeGv7jPaL8c1p/tSVqmBJ8uG9z3cOmRwxjJI6G4vu7Ky8T3TFR6o5V3i8uX4JqMCVBIO+ozpCoiE+Ajz0zgd6D8Hw2314j568QoMdmBH3oid0FzHcGIA6kdb7p6g1sSImcb9GiT08A== X-Scanned-By: mailmunge 3.11 on 209.68.5.143 Message-Id: <20240713073317.A194633EFA@hamza.pair.com> X-Spam-Status: No, score=-11.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, KAM_NUMSUBJECT, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces~patchwork=sourceware.org@gcc.gnu.org The new site does not offer https, so staying with http. Pushed. Gerald On the way remove a mailto: link to offer g77 help from 1999. --- htdocs/news.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/htdocs/news.html b/htdocs/news.html index 5e782349..6fac4ea5 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -1612,14 +1612,11 @@ series. On behalf of the entire GCC team, the steering committee would like to thank Craig for his work.

Craig has written a detailed analysis of the -current state +current state and -possible future +possible future of g77, available at his -g77 web site.

- -

If you are interested in helping with g77, please contact us!

+g77 web site.

October 12, 1999