From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3678 invoked by alias); 29 Jun 2014 20:14:38 -0000 Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org Received: (qmail 3623 invoked by uid 89); 29 Jun 2014 20:14:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients 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; Sun, 29 Jun 2014 20:14:30 +0000 Received: from [192.168.0.131] (vie-188-118-252-235.dsl.sil.at [188.118.252.235]) by ainaz.pair.com (Postfix) with ESMTPSA id CC9F33F416; Sun, 29 Jun 2014 16:14:27 -0400 (EDT) Date: Sun, 29 Jun 2014 20:14:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org cc: Tobias Burnus Subject: [wwwdocs,Java] Make links in faq.html and java/faq.html relative Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2014-q2/txt/msg00020.txt.bz2 Ever since 2007-10-01 Gerald Pfeifer * gcc_release: Do not include copies of faq.html in releases, and remove all the explicit support code to pull in web pages. there was no reason faq.html (formerly included as FAQ) needed absolute links unless wrt. services only available on gcc.gnu.org. This adjusts both faq.html and java/faq.html accordingly. As a nice side effect, this avoids http vs https changes. Applied. Gerald Index: faq.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/faq.html,v retrieving revision 1.219 diff -u -r1.219 faq.html --- faq.html 28 Jun 2014 11:59:42 -0000 1.219 +++ faq.html 29 Jun 2014 19:38:24 -0000 @@ -8,9 +8,6 @@

GCC Frequently Asked Questions

-

The latest version of this document is always available at -http://gcc.gnu.org/faq.html.

-

This FAQ tries to answer specific questions concerning GCC. For general information regarding C, C++, resp. Fortran please check the comp.lang.c FAQ, @@ -21,7 +18,7 @@

Other GCC-related FAQs: libstdc++-v3, and - GCJ.

+ GCJ.


Questions

@@ -105,7 +102,7 @@ These are included in the sources for a release in INSTALL/specific.html, and the latest version is always available at the GCC web site. -Reports of successful builds +Reports of successful builds for several versions of GCC are also available at the web site.


2014-06-29 Gerald Pfeifer * faq.html: Remove two absolute links/references. Index: java/faq.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/java/faq.html,v retrieving revision 1.73 diff -u -r1.73 faq.html --- java/faq.html 28 Jun 2014 17:12:51 -0000 1.73 +++ java/faq.html 29 Jun 2014 19:38:26 -0000 @@ -6,7 +6,7 @@

The GCJ FAQ

-

The latest version of this document is always available at http://gcc.gnu.org/java/faq.html.

+
  1. General Questions
      @@ -422,7 +422,8 @@ used for CNI with the -fno-rtti option. This constraint does not apply in version 3.0 and later.

      -

      The primary source of documentation for CNI is at http://gcc.gnu.org/java/papers/cni/t1.html

      +

      The primary source of documentation for CNI is + this paper.