From patchwork Wed Jul 9 00:04:40 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 368023 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 202EA140081 for ; Wed, 9 Jul 2014 10:04:57 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=Ay6RGv5Zu1X9oAhyAD6/gP+s/oeiu5KBV+CmR5bcvfKdOeHgy0xwH zlolVVVgiEG8YazJwrzWKPp6lTVDLabx5IkIW3GrR+tbhlu70/Qo+0+io6Rf35n1 rRj9MlW6xPd1F50lHuniYytzolq7/gW4Fw84YCOBUm0N+nC02JnLOE= 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:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=a7TcDxHQUP+N2qC4quGZOMjUC1Y=; b=sCQA//jza0Oxe5LA/7m8 jH6+7yEdBJvsd7UH3fkIOgTHcE3VfBBlX6TQlSoBO2IsMObasqqIe+6n+xjhMkd6 tZmPTAyutl5avxfzQRgVm67YHpXtM9igSqTY8x7JiC3VJBt0vv5+Pt9Il/aWx4YN Qdc9vK59R8LNi6JZZeP/ZkA= Received: (qmail 21703 invoked by alias); 9 Jul 2014 00:04:48 -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 21560 invoked by uid 89); 9 Jul 2014 00:04:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL, BAYES_00, SPF_PASS autolearn=ham version=3.3.2 X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 09 Jul 2014 00:04:43 +0000 Received: from tuna.dhcp.nue.suse.com (nat.nue.novell.com [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 8E9BD3F412 for ; Tue, 8 Jul 2014 20:04:41 -0400 (EDT) Date: Wed, 9 Jul 2014 02:04:40 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Adjust a reference to an SVN file to https Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes ...and convert one from cvsweb to SVN. Applied. Gerald Index: bugs/reghunt.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/reghunt.html,v retrieving revision 1.19 diff -u -r1.19 reghunt.html --- bugs/reghunt.html 29 Jun 2014 11:31:33 -0000 1.19 +++ bugs/reghunt.html 8 Jul 2014 23:59:52 -0000 @@ -52,7 +52,7 @@

The first three steps are described below. They can be automated, as can the framework for the binary search. The directory +href="https://gcc.gnu.org/svn/gcc/trunk/contrib/reghunt/"> contrib/reghunt in the GCC repository includes scripts to do this work.

Index: codingconventions.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v retrieving revision 1.70 diff -u -r1.70 codingconventions.html --- codingconventions.html 27 Jun 2014 11:48:45 -0000 1.70 +++ codingconventions.html 8 Jul 2014 23:59:52 -0000 @@ -165,7 +165,7 @@ C code should avoid pre-standard style function definitions, unnecessary function prototypes and use of the now deprecated PARAMS macro. See README.Portability +href="https://gcc.gnu.org/svn/gcc/trunk/gcc/README.Portability">README.Portability for details of some of the portability problems that may arise. Some of these problems are warned about by gcc -Wtraditional, which is included in the default warning options in a bootstrap.