From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16396 invoked by alias); 15 Feb 2012 17:05:45 -0000 Received: (qmail 16386 invoked by uid 22791); 15 Feb 2012 17:05:43 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mo-p00-ob.rzone.de (HELO mo-p00-ob.rzone.de) (81.169.146.161) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Feb 2012 17:05:05 +0000 X-RZG-AUTH: :LXoWVUeid/7A29J/hMvvT2k715jHQaJercGObUOFkj18odoYNahU4Q== X-RZG-CLASS-ID: mo00 Received: from [192.168.0.22] (business-188-111-022-002.static.arcor-ip.net [188.111.22.2]) by smtp.strato.de (jimi mo10) (RZmta 27.6 AUTH) with ESMTPA id 906ddco1FGXZZo ; Wed, 15 Feb 2012 18:04:44 +0100 (MET) Message-ID: <4F3BE5AC.5090904@gjlay.de> Date: Wed, 15 Feb 2012 17:17:00 -0000 From: Georg-Johann Lay User-Agent: Thunderbird 2.0.0.24 (X11/20100302) MIME-Version: 1.0 To: Gerald Pfeifer CC: gcc-patches@gcc.gnu.org, Eric Weddington , Denis Chertykov Subject: Re: [Patch,wwwdocs,AVR]: AVR release notes References: <4F19B2BB.2020401@gjlay.de> <4F26A14D.4050207@gjlay.de> <4F3BDDD5.1040000@gjlay.de> In-Reply-To: <4F3BDDD5.1040000@gjlay.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 2012-02/txt/msg00815.txt.bz2 Georg-Johann Lay wrote: > http://gcc.gnu.org/gcc-4.7/changes.html > > But there is a problem with the link to built-ins in onlinedocs. > > The HTML reads > >
  • Support for AVR-specific href="http://gcc.gnu.org/onlinedocs/gcc/AVR-Built_002din-Functions.html">built-in > functions has been added.
  • > > But that is not used literally but as > "http://gcc.gnu.org/onlinedocs/gcc/AVR-Built-in-Functions.html" > instead leading to 404 "Not found" error. > > It _002d link works from by local sandbox but not from the upstream version. > > What is the trick? Hacked around it by escaping _002d as %5f002d so that _002d is not resolved to - Johann