This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

java/docs.html PATCH


One problem: the link to the CNI documentation should be to
*current* documentation, not the old paper from 1999.

I also added a link for my Linux Journal article from a year ago.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index: docs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/docs.html,v
retrieving revision 1.23
diff -u -r1.23 docs.html
--- docs.html	31 Oct 2002 14:47:43 -0000	1.23
+++ docs.html	27 Jan 2004 06:52:46 -0000
@@ -26,7 +26,7 @@
       <li>How to <a href="gdb.html">debug</a> a Java program using GDB.</li>
       <li><a href="faq.html">Frequently Asked Questions</a>.</li>
       <li>How to <a href="contrib.html">contribute</a>.</li>
-      <li><a href="papers/cni/t1.html">CNI Documentation</a>.</li>
+      <li><a href="http://gcc.gnu.org/onlinedocs/gcj/About-CNI.html";>CNI Documentation</a>.</li>
     </ul>
 
 <br />
@@ -62,6 +62,13 @@
 conferences and magazines.</p>
 
 <ul>
+  <li>
+     <b>January 2003</b>: "<cite>Compiling Java with GCJ</cite>"
+     is an overview article that appeared in the <a href="http://www.linuxjournal.com/";><cite>Linux Journal</cite></a>.
+      <br />[<a href="http://www.linuxjournal.com/article.php?sid=4860";>HTML</a>]
+      <br />Author: <a href="http://www.bothner.com/";>Per Bothner</a>.
+      </li>
+
   <li><a name="CNI">
       <b>February 1999</b>: "<cite>The Cygnus Native Interface for C++/Java Integration</cite>".</a>
        <br />[<a href="papers/cni/t1.html">HTML</a>] 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]