From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id D578E385BF83; Wed, 1 Apr 2020 07:25:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D578E385BF83 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 15015b926775d14450112e2938ce6177940813a9 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0e76160551501374248cfd40b1afb6ae2df5025f X-Git-Newrev: 15015b926775d14450112e2938ce6177940813a9 Message-Id: <20200401072538.D578E385BF83@sourceware.org> Date: Wed, 1 Apr 2020 07:25:38 +0000 (GMT) From: Gerald Pfeifer X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2020 07:25:38 -0000 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 15015b926775d14450112e2938ce6177940813a9 (commit) from 0e76160551501374248cfd40b1afb6ae2df5025f (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 15015b926775d14450112e2938ce6177940813a9 Author: Gerald Pfeifer Date: Wed Apr 1 09:25:21 2020 +0200 Move pspace.org to https. diff --git a/htdocs/readings.html b/htdocs/readings.html index 40ad4d62..84fc0404 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -27,7 +27,7 @@
  • GNU C Compiler Internals (Wikibook), numerous contributors.
  • -
  • Compilation +
  • Compilation of Functional Programming Languages using GCC -- Tail Calls by Andreas Bauer.