public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Gerald Pfeifer <gerald@pfeifer.com>
To: gcc-patches@gcc.gnu.org
Cc: java-patches@gcc.gnu.org
Subject: [wwwdocs] Move java/gcj-announce.txt to news/gcj-announce.txt
Date: Thu, 29 Dec 2016 23:36:00 -0000	[thread overview]
Message-ID: <alpine.LSU.2.20.1612291838320.2994@anthias.pfeifer.com> (raw)

Move java/gcj-announce.txt to news/gcj-announce.txt, and since
this was a significant announcement with probably references out
there, add a redirect as well.  (And fix an incomplete sentence
in news/javaannounce.html while we are already there.)

Applied.

Gerald

Index: news.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v
retrieving revision 1.153
diff -u -r1.153 news.html
--- news.html	29 Dec 2016 20:57:31 -0000	1.153
+++ news.html	29 Dec 2016 22:34:21 -0000
@@ -1704,7 +1704,7 @@
 
 <dt><b>September 6, 1998</b></dt>
 <dd>
-Cygnus donates <a href="java/gcj-announce.txt"><b>Java front end</b></a>.
+Cygnus donates <a href="news/gcj-announce.txt"><b>Java front end</b></a>.
 </dd>
 
 <dt><b>September 3, 1998</b></dt>
Index: gcc-2.95/features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/features.html,v
retrieving revision 1.40
diff -u -r1.40 features.html
--- gcc-2.95/features.html	28 Jun 2014 07:45:10 -0000	1.40
+++ gcc-2.95/features.html	29 Dec 2016 22:34:27 -0000
@@ -34,9 +34,9 @@
     <li><a href="c++features.html">Many C++ improvements</a>.</li>
     <li><a href="https://gcc.gnu.org/onlinedocs/gcc-3.4.6/g77/News.html">Many
     Fortran improvements</a>.</li>
-    <li><a href="../java/gcj-announce.txt">Java</a>
+    <li><a href="../news/gcj-announce.txt">Java</a>
     front-end has been integrated.
-    <a href="../news/javaannounce.html">runtime library</a>
+    A <a href="../news/javaannounce.html">runtime library</a>
     is available separately.</li>
     <li><a href="../c99status.html">ISO C99 support</a></li>
     <li><a href="../news/chill.html">Chill</a> front-end and runtime has been
Index: java/gcj-announce.txt
===================================================================
RCS file: java/gcj-announce.txt
diff -N java/gcj-announce.txt
--- java/gcj-announce.txt	8 Feb 2001 17:34:35 -0000	1.3
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,27 +0,0 @@
-September 6, 1998
-
-We're happy to announce public availability of a new GCC based native
-code compiler for the Java(TM) language.
-
-The new GNU based compiler, GCJ, compiles both Java source files and
-bytecode compiled Java class files to native code for a wide range of
-target architectures.
-
-GCJ is a work in progress.  We're also working on the set of runtime
-libraries needed for executing GCJ compiled code, and extensions to
-GDB, the GNU debugger, for debugging GCJ compiled code.
-
-Full details are available on the GCJ web pages:
-
-     http://soruces.redhat.com/java/
-
-Anthony Green
-Cygnus Solutions
-
-
-Java and all Java-based marks are trademarks or registered trademarks
-of Sun Microsystems, Inc. in the United States and other
-countries. The Free Software Foundation and Cygnus Solutions are
-independent of Sun Microsystems, Inc.
-
-[URL of the web page updated - Jim Kingdon, July 2000]
Index: news/gcj-announce.txt
===================================================================
RCS file: news/gcj-announce.txt
diff -N news/gcj-announce.txt
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ news/gcj-announce.txt	29 Dec 2016 22:34:27 -0000
@@ -0,0 +1,27 @@
+September 6, 1998
+
+We're happy to announce public availability of a new GCC based native
+code compiler for the Java(TM) language.
+
+The new GNU based compiler, GCJ, compiles both Java source files and
+bytecode compiled Java class files to native code for a wide range of
+target architectures.
+
+GCJ is a work in progress.  We're also working on the set of runtime
+libraries needed for executing GCJ compiled code, and extensions to
+GDB, the GNU debugger, for debugging GCJ compiled code.
+
+Full details are available on the GCJ web pages:
+
+     http://sources.redhat.com/java/
+
+Anthony Green
+Cygnus Solutions
+
+
+Java and all Java-based marks are trademarks or registered trademarks
+of Sun Microsystems, Inc. in the United States and other
+countries. The Free Software Foundation and Cygnus Solutions are
+independent of Sun Microsystems, Inc.
+
+[URL of the web page updated - Jim Kingdon, July 2000]
Index: .htaccess
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/.htaccess,v
retrieving revision 1.40
diff -u -r1.40 .htaccess
--- .htaccess	29 Dec 2016 21:53:16 -0000	1.40
+++ .htaccess	29 Dec 2016 22:41:46 -0000
@@ -49,6 +49,7 @@
 Redirect permanent /onlinedocs/g77/		https://gcc.gnu.org/onlinedocs/gcc-3.4.6/g77/
 
 Redirect permanent /java/gcj.html		https://gcc.gnu.org/
+Redirect permanent /java/gcj-announce.txt	https://gcc.gnu.org/news/gcj-announce.txt
 Redirect permanent /java/libgcj.html		https://gcc.gnu.org/
 Redirect permanent /java/about.html		https://gcc.gnu.org/about.html
 Redirect permanent /java/FAQ.html		https://gcc.gnu.org/faq.html

                 reply	other threads:[~2016-12-29 23:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LSU.2.20.1612291838320.2994@anthias.pfeifer.com \
    --to=gerald@pfeifer.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=java-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).