| Age | Commit message (Expand) | Author |
| 2003-04-20 | BufferedReader.java, [...]: Imports from Classpath. | Tom Tromey |
| 2003-04-19 | File.java (getAbsolutePath): On Windows, take care of paths like "C:", "G:foo... | Ranjit Mathew |
| 2003-04-07 | 2003-04-07 Aaron M. Renn (arenn@urbanophile.com) | Aaron M. Renn |
| 2003-04-06 | 2003-04-06 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-03-31 | 2003-03-31 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-03-28 | File.java: Import needed classes instead of whole packages... | Michael Koch |
| 2003-03-28 | 2003-03-28 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-03-28 | 2003�03-28 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-03-25 | 2003-03-25 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-03-24 | 2003-03-24 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-03-24 | RandomAccessFile.java: More little merges with libgcj. | Michael Koch |
| 2003-03-24 | DataInputStream.java (): Wrapped documentation line. | Michael Koch |
| 2003-03-23 | BufferedOutputStream.java: Reformated. | Michael Koch |
| 2003-03-21 | 2003-03-21 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-03-20 | 2003-03-20 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-03-20 | DataOutputStream.java, [...]: Merged copyright statements with classpath for ... | Michael Koch |
| 2003-03-19 | 2003-03-19 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-03-18 | BufferedOutputStream.java, [...]: More merges from classpath. | Michael Koch |
| 2003-03-18 | BufferedReader.java, [...]: Merged from classpath. | Michael Koch |
| 2003-03-14 | ObjectInputStream.java (readObject): Cleaned up the class hierarchy loop. | Jeroen Frijters |
| 2003-03-09 | re PR libgcj/9934 (Bugs in natFileDescriptorPosix.cc:available()) | Tom Tromey |
| 2003-03-02 | File.java (normalizePath): Remove trailing separator on Windows only if path ... | Ranjit Mathew |
| 2003-03-01 | File (getAbsolutePath): Prefix drive specifier on Windows for paths starting ... | Ranjit Mathew |
| 2003-03-01 | ObjectInputStream.java: Reindent. | Mark Wielaard |
| 2003-02-28 | Makefile.am (nat_source_files): Remove java/io/natObjectOutputStream.cc. | Mark Wielaard |
| 2003-02-24 | ClassLoader.java (defineClass(byte[],int,int)): Deprecate. | Tom Tromey |
| 2003-02-13 | InputStreamReader.java (getEncoding): Return null when closed. | Mark Wielaard |
| 2003-02-13 | BufferedOutputStream.java (write(int)): Only flush when next byte cannot be b... | Mark Wielaard |
| 2003-02-11 | 2003-02-11 Ranjit Mathew <rmathew@hotmail.com> | Ranjit Mathew |
| 2003-02-04 | PipedOutputStream.java (flush): Declare as throwing IOException. | Tom Tromey |
| 2003-01-24 | re PR java/9253 (on win32, java.io.File.listFiles("C:\\") returns pwd instead... | Ranjit Mathew |
| 2003-01-21 | natFileWin32.cc (isAbsolute): Check path length before looking at any charact... | Vladimir Puskas |
| 2003-01-20 | Makefile.am (core_java_source_files): Add VMObjectStreamClass.java. | Mark Wielaard |
| 2003-01-04 | FileDescriptor.java (position): New private field. | Mark Wielaard |
| 2003-01-04 | Merge with Classpath: | Mark Wielaard |
| 2003-01-04 | FileInputStream.java (finalize): Don't explicitly finalize FileDescriptor. | Mark Wielaard |
| 2003-01-02 | Makefile.in: Rebuilt. | Tom Tromey |
| 2002-12-02 | Bug compatibility, for PR libgcj/8738: | Tom Tromey |
| 2002-11-20 | 2002-11-20 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2002-11-10 | natFileDescriptorWin32.cc (read): Handle case where count is 0. | Tom Tromey |
| 2002-11-10 | Externalizable.java, [...]: New versions from Classpath. | Tom Tromey |
| 2002-11-03 | GNU Classpath merge. | Mark Wielaard |
| 2002-10-23 | natFileWin32.cc (attr): Use FindFirstFile( ) instead of GetFileAttributesEx( ... | Ranjit Mathew |
| 2002-10-01 | ObjectInputStream.java (resolveProxyClass): New method from Classpath. | Tom Tromey |
| 2002-08-29 | natFileDescriptorPosix.cc (setLength): Handle case where ftruncate is missing. | Tom Tromey |
| 2002-08-13 | RandomAccessFile.java (skipBytes): Return number of bytes skipped. | Jesse Rosenstock |
| 2002-07-26 | natFileDescriptorPosix.cc: Don't include sys/socket.h or fcntl.h. | Tom Tromey |
| 2002-07-24 | natFileDescriptorWin32.cc (setLength): New method. | Tom Tromey |
| 2002-07-24 | [multiple changes] | Mark Wielaard |
| 2002-07-16 | StreamTokenizer.java (pushBack): Update documentation. | Mark Wielaard |