From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 134D93858D28; Tue, 1 Nov 2022 12:09:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 134D93858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667304576; bh=2vhi3NNagKmmGh6OGPXobIjB/WJvp6fx/whimgaOT/E=; h=To:Subject:Date:From:From; b=JPBhlasjvsESA9bXSXP6ptOQoqcywOkhCZzu52xVGRhTOV6SgmwssS15+O/hbm7sA G/RivQesQoJWF5MuO2I0HZzPhxFgqBw8C9FofskpqJMCtLpDXbHtD19HvUKlIJwOMz o1NSnW1vFnp0nRvTjMJpizRlbC+1aKbKqz9yUwF0= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 5614c9b1f0835f8d27c289a2d501473af512872f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 06e7db17fa454b20c5451144983b76289fd15a3f X-Git-Newrev: 5614c9b1f0835f8d27c289a2d501473af512872f Message-Id: <20221101120936.134D93858D28@sourceware.org> Date: Tue, 1 Nov 2022 12:09:35 +0000 (GMT) From: Gerald Pfeifer List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 5614c9b1f0835f8d27c289a2d501473af512872f (commit) from 06e7db17fa454b20c5451144983b76289fd15a3f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5614c9b1f0835f8d27c289a2d501473af512872f Author: Gerald Pfeifer Date: Tue Nov 1 13:09:13 2022 +0100 readings: Switch sourceforge.net sub-sites to https diff --git a/htdocs/readings.html b/htdocs/readings.html index 5622bcc3..df89bc9c 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -34,7 +34,7 @@
  • Porting GCC for Dunces by Hans-Peter Nilsson <hans-peter.nilsson@axis.com>.
  • --> -
  • Using, +
  • Using, Maintaining and Enhancing COBOL for the GNU Compiler Collection (GCC) by Joachim Nadler and Tim Josling <tej@melbpc.org.au>.
  • @@ -440,12 +440,12 @@ names. therefore makes it possible to stress the compiler error handling.
  • - Checking + Checking properties of the compiler and the run-time environment by Arjen Markus (source provided).
  • - gdbf95 testsuite. + gdbf95 testsuite.
  • Tests of run-time checking capabilities ----------------------------------------------------------------------- Summary of changes: htdocs/readings.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- gcc-wwwdocs