Hi, The last two weeks my day job was very busy. Which meant that I didn't do any work on Classpath. And now I have a big cold for which I am also blaming my day job since some of my co-workers were also sick.
But enough excuses. I saw the list that Tom Tromey made about the merge status of Classpath/libgcj <http://gcc.gnu.org/java/libgcj-classpath-compare.html>. And since my cold prevents me from doing any work that needs thinking I decided to merge all the Interfaces since that is trivial work that can be done without to much thought. The following patch brings us 13 classes closer to a full merge. 2001-09-30 Mark Wielaard <[EMAIL PROTECTED]> * java/io/DataInput.java: Merged with libgcj. * java/io/DataOutput.java: Idem. * java/io/FilenameFilter.java: Idem. * java/io/Serializable.java: Idem. Remove explicit serialVersionUID. * java/lang/Cloneable.java: Merged with libgcj. * java/lang/Comparable.java: Idem. * java/lang/Runnable.java: Idem. * java/lang/reflect/Member.java: Idem. Note that the values of DECLARED and PUBLIC were switched. * java/net/ContentHandlerFactory.java: Merged with libgcj. * java/net/FileNameMap.java: Idem. * java/net/PlainDatagramSocketImpl.java: Added IP_TTL field. * java/net/SocketOptions.java: Removed IP_TTL field. Merged with libgcj. * java/net/SocketImplFactory.java: Merged with libgcj. * java/net/URLStreamHandlerFactory.java: Idem. I have already committed it to Classpath CVS. Cheers, Mark -- Stuff to read: <http://www.toad.com/gnu/whatswrong.html> What's Wrong with Copy Protection, by John Gilmore _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

