From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22680 invoked by alias); 9 May 2011 00:34:13 -0000 Received: (qmail 22544 invoked by uid 22791); 9 May 2011 00:34:12 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from relay03.pair.com (HELO relay03.pair.com) (209.68.5.17) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Mon, 09 May 2011 00:33:57 +0000 Received: (qmail 85722 invoked from network); 9 May 2011 00:33:54 -0000 Received: from 195.135.221.2 (HELO g159.suse.de) (195.135.221.2) by relay03.pair.com with SMTP; 9 May 2011 00:33:54 -0000 X-pair-Authenticated: 195.135.221.2 Date: Mon, 09 May 2011 07:32:00 -0000 From: Gerald Pfeifer To: Andre Majorel , gcc-patches@gcc.gnu.org cc: gcc@gnu.org Subject: [PATCH] for Re: C99 and C++0x status pages In-Reply-To: <20100831071013.GD26777@aym.net2.nerim.net> Message-ID: References: <20100831071013.GD26777@aym.net2.nerim.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-05/txt/msg00630.txt.bz2 On Tue, 31 Aug 2010, Andre Majorel wrote: > Yesterday, I spent an hour looking for the C99 and C++0x status > pages in http://gcc.gnu.org/, > > http://gcc.gnu.org/c99status.html > http://gcc.gnu.org/projects/cxx0x.html > > Apparently, the shortest path to the latter is > > "Releases" > -> "GCC 4.5.1" > -> "GCC 4.5.1 Jul 31, 2010 (changes)" > -> "Improved experimental support for the upcoming C++0x" > -> "please see the C++0x in GCC project page" > > Those are among the most useful pages of the site, it makes no > sense to bury them 4+ levels deep. You're right, these two are really nice and for lack of proper landing pages for the C and C++ languages I went ahead and committed the patch below. Thanks for pointing this out, and sorry for the "slight" delay in getting back to you. Gerald Index: index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.800 diff -u -r1.800 index.html --- index.html 1 May 2011 21:26:47 -0000 1.800 +++ index.html 9 May 2011 00:30:51 -0000 @@ -15,7 +15,9 @@

The GNU Compiler Collection includes front ends for -C, C++, Objective-C, Fortran, +C, +C++, +Objective-C, Fortran, Java, Ada, and Go, as well as libraries for these languages (libstdc++, libgcj,...). GCC was originally written as the compiler for the