From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1432) id 93F0C3858D1E; Tue, 2 Jan 2024 08:58:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 93F0C3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704185896; bh=tzXpr/EUcCjRS7U2EFYnFFqMvqxfTyhALZvW3wWPrGg=; h=To:Subject:Date:From:From; b=McLXXEop8m5c7Q8domOzFePHAxC1bOuXhnN9k0+am829X17Hxc7Zx4BDDmXpj/bsU I6hzsNgI9yitvOc1QCCs3O4xRcZcitXKPE7m6tI9gdJlMP8W9Lh3Lpoumdzim8vRvU wtzHHLJdC70hkFDYjwUM9aS2qnqb1DvjCNjGdNBo= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 99d3996a041d03e124875824312718593cd2e432 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 61dd3b7cb5ceee81b39448e6de52877fbb156504 X-Git-Newrev: 99d3996a041d03e124875824312718593cd2e432 Message-Id: <20240102085816.93F0C3858D1E@sourceware.org> Date: Tue, 2 Jan 2024 08:58:16 +0000 (GMT) From: Thomas Kテカnig 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 99d3996a041d03e124875824312718593cd2e432 (commit) from 61dd3b7cb5ceee81b39448e6de52877fbb156504 (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 99d3996a041d03e124875824312718593cd2e432 Author: Thomas Koenig Date: Tue Jan 2 09:58:00 2024 +0100 Fix typo, ffrom vs. from. diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 0831ece3..403feb06 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -285,7 +285,7 @@ a work-in-progress.

Fortran

  • With the -save-temps option, preprocessed files - with the .fii extension will be generated ffrom + with the .fii extension will be generated from free-form source files such as .F90 and .fi from fixed-form files such as .F.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs