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]

Re: gcc web site note


>>>>> "Gerald" == Gerald Pfeifer <gp@suse.de> writes:

[ 3.4 updates for java ]

Gerald> Nevertheless, good stuff!

Thanks, I corrected the things you pointed out.

Can I commit the appended?  We can add more things as we find them.
In particular I'm still waiting for information on how the Windows
port has improved.

Tom

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.89
diff -u -r1.89 changes.html
--- changes.html 14 Jan 2004 23:06:42 -0000 1.89
+++ changes.html 26 Jan 2004 22:26:15 -0000
@@ -455,7 +455,27 @@
 <h3>Java</h3>
 
   <ul>
-    <li></li>
+    <li>Compiling a .jar file will now cause non-.class entries to be
+      automatically compiled as resources.</li>
+    <li>libgcj has been ported to Darwin.</li>
+    <li>Jeff Sturm has adapted Jan Hubicka's call graph optimization
+      code to gcj.</li>
+    <li>libgcj has a new <code>gcjlib</code> URL type; this
+      lets <code>URLClassLoader</code> load code from shared
+      libraries.</li>
+    <li>libgcj has been much more completely merged with <a
+      href="http://www.classpath.org/";>GNU Classpath</a>.</li>
+    <li>Class loading is now much more correct; in particular the
+      caller's class loader is now used when that is required.</li>
+    <li><a href="http://www.eclipse.org/";>Eclipse 2.x</a> will run
+      out of the box using <code>gij</code>.</li>
+    <li>Parts of <code>java.nio</code> have been implemented.
+      Direct and indirect buffers work, as do fundamental file and
+      socket operations.</li>
+    <li><code>java.awt</code> has been improved, though it is still
+      not ready for general use.</li>
+    <li>The HTTP protocol handler now uses HTTP/1.1 and can handle
+      the POST method.</li>
   </ul>
 
 <h3>Fortran</h3>


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