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]

[wwwdocs] add micro-libgcj announcement to java/index.html


Attached is a patch for java/index.html adding my recent micro-libgcj announcement as a news item, as requested by Tom Tromey (http://gcc.gnu.org/ml/java/2006-09/msg00102.html).

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.169
diff -u -r1.169 index.html
--- index.html	23 Sep 2006 15:05:25 -0000	1.169
+++ index.html	26 Sep 2006 17:19:48 -0000
@@ -37,6 +37,18 @@
 <!-- News entries start here -->

 <dl class="news">
+<dt>September 11, 2006</dt>
+<dd>Joel Dice has
+<a
+href="http://gcc.gnu.org/ml/java/2006-09/msg00020.html";>announced</a> <a
+href="http://ulibgcj.sourceforge.net/status.html";>micro-libgcj
+0.1</a>, a lightweight version of libgcj intended to provide a usable
+subset of Java's features while remaining small and self-contained.
+This release fixes compatibility issues present in the initial 0.0
+release and adds
+optional <a href="http://ulibgcj.sourceforge.net/uswt.html";>SWT
+support</a>.</dd>
+
 <dt>June 13, 2006</dt>
 <dd>The May 2006 issue of Linux Journal contains the article &quot;<a
 href="http://www.linuxjournal.com/article/8757";>Embedded Java with


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