From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3927 invoked by alias); 31 Jan 2004 14:41:30 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 3646 invoked from network); 31 Jan 2004 14:41:27 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 31 Jan 2004 14:41:27 -0000 Received: from fleche.redhat.com (tf0208.peakpeak.com [204.144.239.208]) by gash2.peakpeak.com (8.9.3/8.9.3.1) with ESMTP id HAA07062; Sat, 31 Jan 2004 07:41:26 -0700 Received: by fleche.redhat.com (Postfix, from userid 1000) id 80FAD4F8245; Sat, 31 Jan 2004 07:31:39 -0700 (MST) To: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org Subject: Patch: FYI: automated libgcj/classpath comparison Message-Id: <20040131143139.80FAD4F8245@fleche.redhat.com> Date: Sat, 31 Jan 2004 14:51:00 -0000 From: tromey@redhat.com (Tom Tromey) X-SW-Source: 2004-01/txt/msg03485.txt.bz2 This is an automated classpath/libgcj comparison check-in. Index: ChangeLog from Tom Tromey * libgcj-classpath-compare.html: Rebuilt. Index: libgcj-classpath-compare.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/java/libgcj-classpath-compare.html,v retrieving revision 1.198 diff -u -r1.198 libgcj-classpath-compare.html --- libgcj-classpath-compare.html 30 Jan 2004 14:26:57 -0000 1.198 +++ libgcj-classpath-compare.html 31 Jan 2004 14:41:11 -0000 @@ -8,7 +8,7 @@

This page compares the "current" cvs libgcj against the "current" cvs Classpath. It was generated using the gen-classpath-compare script (available in gcc cvs repository in wwwdocs/bin/) on -2004-01-30. +2004-01-31. This table intentionally omits certain classes which are not of interest. If the third column shows a "Diff" link, then that means the script believes that the class has been merged, but a difference @@ -24,6 +24,8 @@ gnu.java.awt.peer.EmbeddedWindowPeer Yes No Yes gnu.java.awt.peer.gtk.GtkEmbeddedWindowPeer Yes No Yes gnu.java.awt.peer.gtk.GtkToolkit Yes Yes Diff + gnu.java.nio.ServerSocketChannelImpl Yes Yes Diff + gnu.java.nio.SocketChannelImpl Yes Yes Diff gnu.javax.swing.plaf.gtk.GtkBorders No Yes No gnu.javax.swing.plaf.gtk.GtkCheckBoxUI No Yes No gnu.javax.swing.plaf.gtk.GtkIconFactory No Yes No @@ -65,12 +67,15 @@ java.net.InetAddress Yes Yes Diff java.net.JarURLConnection Yes Yes Diff java.net.MimeTypeMapper No Yes No + java.net.ServerSocket Yes Yes Diff + java.net.Socket Yes Yes Diff java.net.URL Yes Yes Diff java.net.URLClassLoader Yes Yes Diff java.net.URLConnection Yes Yes Diff java.nio.DirectByteBufferImpl Yes Yes Diff java.nio.MappedByteBufferImpl Yes Yes Diff java.nio.channels.FileChannelImpl Yes Yes Diff + java.nio.channels.spi.AbstractSelectableChannel Yes Yes Diff java.security.BasicPermission Yes Yes Diff java.text.CollationElementIterator Yes Yes Diff java.text.CollationKey Yes Yes Diff