From patchwork Sun Feb 12 22:24:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 140840 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]) by ozlabs.org (Postfix) with SMTP id 0AFEBB6FA7 for ; Mon, 13 Feb 2012 09:23:41 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1329690222; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=ZAEz7Ut1twsY/iVWqWviv7ZLznM=; b=IPDM+Drl+AyGKZr DHPzyojAXbfZMvv9Bzr9EAekasxWcyVGEQUjBjzpcnKApzjHl4C6LUC6mLXeGJXq wmx2O+2mqkj4ltxEJXljrv7tAkjbgDJtvg87Oo/k8Bji0aH2QMLeJD2zHJOJcgdj VzzgvbbDcftMXM5wvdwguI8xJPw8= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:MIME-Version:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=OQOz/vjMLLryK9mvuqZI0wgI6MvY8+qgdxKrv83y8TT8bWXwEFig8Lyb0zESok cxc1a0MopOUOOFw/8mnOqyxhlR72HuLY///QomyAb4ZRLYCXMC9qyi1rv/8BItaF RXAWD8By/xTHYKBjMhpNZUsxK/upbeIymQFP1GIOeSh20=; Received: (qmail 2737 invoked by alias); 12 Feb 2012 22:23:39 -0000 Received: (qmail 2729 invoked by uid 22791); 12 Feb 2012 22:23:38 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, TW_CX, TW_DC X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 12 Feb 2012 22:23:26 +0000 Received: from ip-2-205-241-53.web.vodafone.de (ip-2-205-241-53.web.vodafone.de [2.205.241.53]) by ainaz.pair.com (Postfix) with ESMTPSA id 4348B3F416; Sun, 12 Feb 2012 17:23:23 -0500 (EST) Date: Sun, 12 Feb 2012 23:24:42 +0100 (CET) From: Gerald Pfeifer To: =?ISO-8859-15?Q?Fran=E7ois_Dumont?= cc: gcc-patches@gcc.gnu.org, Paolo Carlini Subject: Re: [wwwdocs] libstdcxx_so_7-2-branch branch creation In-Reply-To: <4F29B147.6040205@gmail.com> Message-ID: References: <4F29B147.6040205@gmail.com> MIME-Version: 1.0 X-IsSubscribed: yes 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 On Wed, 1 Feb 2012, François Dumont wrote: > I have created yesterday the libstdcxx_so_7-2-branch in the gcc repo > that only contains the libstdc++-v3 folder. This branch will contain all > the abi breaking changes that are plan to be moved to trunk as soon as > the decision to break the abi will have been taken. Paolo Carlini advise > me to write you, and the mailing list, to ask if you could document it > on this page: Thanks for the heads up, François (and thanks for Paolo for the reference ;-). Based on your mail, how about the following change to the web page? Should (also) others be listed as branch maintainers? Is there a specific way patches to that branch should be labled in the subject, similar to other branches? Any other changes? Gerald Index: svn.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v retrieving revision 1.167 diff -u -3 -p -r1.167 svn.html --- svn.html 1 Feb 2012 19:55:33 -0000 1.167 +++ svn.html 12 Feb 2012 22:21:54 -0000 @@ -486,6 +486,12 @@ the command svn log --stop-on-copy Only patches backported from mainline are accepted. They should be marked with the tag [4_4-plugins] in the Subject line. +
libstdcxx_so_7-2-branch
+
This branch carries all ABI breaking changes to libstdc++ that + will be merged to trunk once the decision to break the C++ ABI is + taken. François Dumont + maintains this branch.
+
pph
This branch implements Pre-Parsed Headers for C++. It is maintained by