FYI: I merged a couple more files with libgcj. I merged
java.io.BufferedOutputStream and java.io.BufferedWriter.
For the former I mostly went with the Classpath version, but I removed
some dead code and I removed the chunking from write(byte[]), because
I think it is not what is intended by the spec.
For BufferedWriter I went mostly with libgcj's version, since it
seemed more correct and more efficient. I merged in Classpath's
javadoc comments.
I started a page describing the merge status:
http://sourceware.cygnus.com/java/merge-status.html
The page is probably already wrong :-).
And it is hard to read right now. Suggestions welcome, preferably
with a patch since my HTML skills suck.
Tom