From patchwork Thu Jan 6 14:25:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 77719 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 E9B8AB7082 for ; Fri, 7 Jan 2011 01:25:21 +1100 (EST) Received: (qmail 17402 invoked by alias); 6 Jan 2011 14:25:18 -0000 Received: (qmail 17388 invoked by uid 22791); 6 Jan 2011 14:25:17 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from relay02.pair.com (HELO relay02.pair.com) (209.68.5.16) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Thu, 06 Jan 2011 14:25:13 +0000 Received: (qmail 89661 invoked from network); 6 Jan 2011 14:25:10 -0000 Received: from 188.118.200.192 (HELO ?192.168.0.129?) (188.118.200.192) by relay02.pair.com with SMTP; 6 Jan 2011 14:25:10 -0000 X-pair-Authenticated: 188.118.200.192 Date: Thu, 6 Jan 2011 15:25:13 +0100 (CET) From: Gerald Pfeifer To: Ralf Wildenhues cc: Dave Korn , gcc-patches@gcc.gnu.org Subject: Re: [PATCH web] update codingconventions (was: Who owns config.rpath?) In-Reply-To: <20101019180633.GA14350@gmx.de> Message-ID: References: <4CA86C17.4010407@gmail.com> <20101003112427.GA6418@gmx.de> <20101019180633.GA14350@gmx.de> 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 Hej there, a final minor tweak to the original patch you committed. This is along the lines to minimize explicit references to specific version control systems (which keep changing over time). Installed. Gerald Index: codingconventions.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v retrieving revision 1.60 diff -u -r1.60 codingconventions.html --- codingconventions.html 26 Oct 2010 06:19:03 -0000 1.60 +++ codingconventions.html 6 Jan 2011 14:22:23 -0000 @@ -502,8 +502,8 @@ http://git.savannah.gnu.org/cgit/gnulib.git/plain/build-aux/texinfo.tex.
  • gcc/config/soft-fp: The master sources (except for -t-softfp) are in git glibc, and changes should go into -git glibc before going into GCC.
  • +t-softfp) are in git glibc, and changes should go there +before going into GCC.
  • fastjar: The master sources were at fastjar.sourceforge.net.