From patchwork Fri Mar 7 20:30:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 328076 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id EEEF02C00BB for ; Sat, 8 Mar 2014 07:30:31 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type; q= dns; s=default; b=QtnU0Ci7SsF1iR0RDLt97850mR4TEAQeZMxWuwi6Lp/r7l Guzdx6uxSyYkHmFsuTxLmc1PKnJju8HyT/HfqCBvMJIHm9rKQQdrj5sjBpRe3rQB /HVslg8KuXwzIg2I4rwmOWgQOCjhp8K/RTaNHlqyGq4dgYoMBKMB6jngwIQzQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type; s= default; bh=SqSMsA+jJRqBsfgEvuuT0jp3ut0=; b=XBv7C7g4ACboWxAsdprG I0TGeIKJflC/uU18WsTEa5FcObUGWGYNCXK4zqeRgYXuLb48TnMIbejo+2Uzblvf xoGusA+/lbnrp9aJe1RAl3lw0k8wantr8f7qn0yZ8PnGQMcaButcuIrNdlIN/i6i c/3hRTgdRn6BTRIBsmdHS3s= Received: (qmail 8494 invoked by alias); 7 Mar 2014 20:30:24 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 8468 invoked by uid 89); 7 Mar 2014 20:30:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx01.qsc.de Received: from mx01.qsc.de (HELO mx01.qsc.de) (213.148.129.14) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 07 Mar 2014 20:30:22 +0000 Received: from tux.net-b.de (port-92-194-14-144.dynamic.qsc.de [92.194.14.144]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx01.qsc.de (Postfix) with ESMTPSA id 0D2E63CDCC; Fri, 7 Mar 2014 21:30:18 +0100 (CET) Message-ID: <531A2C5A.9060303@net-b.de> Date: Fri, 07 Mar 2014 21:30:18 +0100 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: gcc-patches , gfortran , Gerald Pfeifer Subject: [wwwdocs, committed] svn.html->branches - Add NEW fortran-caf branch, retire fortran-exp Hi all, I have retired the old fortran-exp branch in svn.html. In addition, I have started a new branch "fortran-caf", which I will use for coarray changes. Besides the new fortran-caf branch, there is still the somewhat active fortran-dev branch, used for the new array descriptor. Tobias Index: svn.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v retrieving revision 1.191 diff -p -u -r1.191 svn.html --- svn.html 3 Dec 2013 01:11:52 -0000 1.191 +++ svn.html 7 Mar 2014 20:28:09 -0000 @@ -485,6 +485,11 @@ the command svn log --stop-on-copy

Language-specific

+
fortran-caf
+
This branch is for coarray changes to the Fortran front end. It is + maintained by Tobias Burnus + <burnus@gcc.gnu.org>.
+
fortran-dev
This branch is for disruptive changes to the Fortran front end, especially for OOP development and @@ -492,12 +497,6 @@ the command svn log --stop-on-copy array descriptor update. It is maintained by Jerry DeLisle <jvdelisle@gcc.gnu.org>.
-
fortran-exp
-
This branch is for experimental changes to the Fortran front end, initially - for array constructor refactoring using splay-tree and other areas of - optimization. It is maintained by Jerry DeLisle - <jvdelisle@gcc.gnu.org>.
-
gccgo
This branch is for the Go frontend to gcc. For more information about the Go programming language, @@ -1169,6 +1168,12 @@ be prefixed with the initials of the dis and analysis (http://gcc.gnu.org/wiki/ThreadSafetyAnnotation). The branch was maintained by Delesley Hutchins.
+ +
fortran-exp
+
This branch contained experimental changes to the Fortran front end, initially + for array constructor refactoring using splay-tree and other areas of + optimization. It was maintained by Jerry DeLisle + <jvdelisle@gcc.gnu.org>.