From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1592) id 900983858D20; Thu, 10 Nov 2022 12:38:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 900983858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668083881; bh=DPseQkDbZyE7KY4XYBL+R/YBDlyto7bAm+soMliK4RE=; h=To:Subject:Date:From:From; b=B6PPb/7AZcBCKSwh/K7/CgqqbRNuXq8DYiJarel6OzgyaPKJuuImCaO8KMs0DvE4Q EfwiqixVCNZdvs96Ux+2KlmvdlxuYBAoXX+c1WqpNFCa132b0TDVba1GcEBixoh9gT H6DY93OoiRLpCr+oA3R63AmJdSnRb/A2OlBeB1HY= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 11ebca554aa82f8f2a55f0a84ce18605a8232581 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5b65d13253d7067b581b4886d0d4a3f5f454c1f3 X-Git-Newrev: 11ebca554aa82f8f2a55f0a84ce18605a8232581 Message-Id: <20221110123801.900983858D20@sourceware.org> Date: Thu, 10 Nov 2022 12:38:00 +0000 (GMT) From: Alexander Monakov 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 11ebca554aa82f8f2a55f0a84ce18605a8232581 (commit) from 5b65d13253d7067b581b4886d0d4a3f5f454c1f3 (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 11ebca554aa82f8f2a55f0a84ce18605a8232581 Author: Alexander Monakov Date: Wed Nov 9 22:17:16 2022 +0300 Fold doc links for old releases using
tag diff --git a/htdocs/onlinedocs/index.html b/htdocs/onlinedocs/index.html index 6cc0bd17..0d847187 100644 --- a/htdocs/onlinedocs/index.html +++ b/htdocs/onlinedocs/index.html @@ -18,8 +18,8 @@ caring about internals should really be using the mainline versions. --> - +
-
  • GCC 11.3 manuals: +
    + GCC 11.3 manuals:
  • + + -
  • GCC 10.4 manuals: +
    + GCC 10.4 manuals:
  • + + -
  • GCC 9.5 manuals: +
    + GCC 9.5 manuals:
  • + + -
  • GCC 8.5 manuals: +
    + GCC 8.5 manuals:
  • + + -
  • GCC 7.5 manuals: +
    + GCC 7.5 manuals:
  • + + -
  • GCC 6.5 manuals: +
    + GCC 6.5 manuals:
  • + + -
  • GCC 5.5 manuals: +
    + GCC 5.5 manuals:
  • + + -
  • GCC 4.9.4 manuals: +
    + GCC 4.9.4 manuals:
  • + + -
  • GCC 4.8.5 manuals: +
    + GCC 4.8.5 manuals:
  • - + + -
  • GCC 4.7.4 manuals: +
    + GCC 4.7.4 manuals:
  • - + + -
  • GCC 4.6.4 manuals: +
    + GCC 4.6.4 manuals:
  • - + + -
  • GCC 4.5.4 manuals: +
    + GCC 4.5.4 manuals:
  • - + + -
  • GCC 4.4.7 manuals: +
    + GCC 4.4.7 manuals:
  • + + -
  • GCC 4.3.6 manuals: +
    + GCC 4.3.6 manuals:
  • + + -
  • GCC 4.2.4 manuals: +
    + GCC 4.2.4 manuals:
  • + + -
  • GCC 4.1.2 manuals: +
    + GCC 4.1.2 manuals:
  • + + -
  • GCC 4.0.4 manuals: +
    + GCC 4.0.4 manuals:
  • + + -
  • GCC 3.4.6 manuals: +
    + GCC 3.4.6 manuals:
  • + + - -
  • GCC 3.3.6 manuals: +
    + GCC 3.3.6 manuals:
  • + + -
  • GCC 3.2.3 manuals: +
    + GCC 3.2.3 manuals:
  • + + -
  • GCC 3.1.1 manuals: +
    + GCC 3.1.1 manuals:
  • + + -
  • GCC 3.0.4 manuals: +
    + GCC 3.0.4 manuals:
  • + + -
  • GCC 2.95.3 manuals: +
    + GCC 2.95.3 manuals:
  • - + +

    Current development

    ----------------------------------------------------------------------- Summary of changes: htdocs/onlinedocs/index.html | 151 +++++++++++++++++++++++++++---------------- 1 file changed, 96 insertions(+), 55 deletions(-) hooks/post-receive -- gcc-wwwdocs