From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31596 invoked by alias); 2 Jul 2014 18:33:00 -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 31534 invoked by uid 89); 2 Jul 2014 18:32:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 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; Wed, 02 Jul 2014 18:32:47 +0000 Received: from tuna.dhcp.nue.suse.com (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 1D8273F412; Wed, 2 Jul 2014 14:32:44 -0400 (EDT) Date: Wed, 02 Jul 2014 18:33:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org cc: Tobias Burnus Subject: [wwwdocs,Java] Rework java/ towards relative links and remove redundant CSS references Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2014-q3/txt/msg00001.txt.bz2 2014-07-02 Gerald Pfeifer * news.html: Make a number of links relative. * status.html: Ditto. * libgcj-classpath-compare.html: Remove redundant link to gcc.css. * gui-compare/libgcj-classpath-compare.html: Ditto. Committed. Yes, again this takes care of a number of http to https conversions, but making them unnecessary to begin with. ;-) Gerald Index: java/news.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/java/news.html,v retrieving revision 1.17 diff -u -r1.17 news.html --- java/news.html 28 Jun 2014 07:45:14 -0000 1.17 +++ java/news.html 2 Jul 2014 15:31:27 -0000 @@ -178,7 +178,7 @@
July 31, 2003
Andrew Haley has checked in a major patch to the -tree-ssa branch +tree-ssa branch that allows us to convert entire functions to trees when reading from .class files. This is an important step towards better high-level optimizations for Java. @@ -202,7 +202,7 @@
May 14, 2003
-GCC 3.3 has been released. +GCC 3.3 has been released. This release includes many bug fixes, support for assert, and JDBC 3.0 support in java.sql and javax.sql, among other things. @@ -477,9 +477,9 @@
December 8, 2000
The libgcj repository is now -closed: We're moving our sources over to the gcc +closed: We're moving our sources over to the GCC -tree. Read here +tree. Read here how you will soon check your sources out.
Index: java/status.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/java/status.html,v retrieving revision 1.32 diff -u -r1.32 status.html --- java/status.html 1 Nov 2012 22:17:47 -0000 1.32 +++ java/status.html 2 Jul 2014 15:31:27 -0000 @@ -93,10 +93,10 @@

You can also see a +href="libgcj-classpath-compare.html">a comparison of our classes with Classpath's. Differences here are merged from time to time. You can also see - + a comparison of the GUI branch with Classpath.

Index: java/libgcj-classpath-compare.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/java/libgcj-classpath-compare.html,v retrieving revision 1.308 diff -u -r1.308 libgcj-classpath-compare.html --- java/libgcj-classpath-compare.html 1 Dec 2004 17:31:54 -0000 1.308 +++ java/libgcj-classpath-compare.html 2 Jul 2014 15:31:27 -0000 @@ -1,5 +1,4 @@ libgcj -vs- Classpath (No GUI Classes) -

libgcj -vs- Classpath (No GUI Classes)

This page compares the "current" cvs libgcj against the "current" cvs Classpath. It was generated using the gen-classpath-compare Index: java/gui-compare/libgcj-classpath-compare.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/java/gui-compare/libgcj-classpath-compare.html,v retrieving revision 1.34 diff -u -r1.34 libgcj-classpath-compare.html --- java/gui-compare/libgcj-classpath-compare.html 1 Dec 2004 17:31:55 -0000 1.34 +++ java/gui-compare/libgcj-classpath-compare.html 2 Jul 2014 15:31:27 -0000 @@ -1,5 +1,4 @@ libgcj -vs- Classpath (GUI Classes only) -

libgcj -vs- Classpath (GUI Classes only)

This page compares the "current" cvs libgcj against the "current" cvs Classpath. It was generated using the gen-classpath-compare