| Age | Commit message (Expand) | Author |
| 2000-10-30 | Reader.java: Merge docs from classpath. | Bryce McKinlay |
| 2000-10-06 | natField.cc (BooleanClass): Don't define. | Tom Tromey |
| 2000-10-05 | Makefile.am: Removed java/io/Replaceable.java and java/io/Resolvable.java. | Warren Levy |
| 2000-09-11 | Field.java (toString): Don't rely on Class.toString. | Tom Tromey |
| 2000-09-08 | PropertyChangeEvent.java (serialVersionUID): Added. | Warren Levy |
| 2000-09-04 | re GNATS java.io/203 (File.createTempFile doesn't close descriptor) | Anthony Green |
| 2000-09-04 | File.java (deleteOnExit): New method. | Anthony Green |
| 2000-09-01 | StreamTokenizer.java: Don't throw a NumberFormatException if a field is numer... | Andrew Haley |
| 2000-08-24 | PrintWriter.java (print(String)): Don't catch IOException, write(String) alre... | Mark Wielaard |
| 2000-08-19 | ZipInputStream.java (createZipEntry): Implemented. | Tom Tromey |
| 2000-08-16 | * java/io/ByteArrayOutputStream.java: Merged with Classpath. | Tom Tromey |
| 2000-08-07 | PipedInputStream.java (read(byte[],int,int)): Mostly rewrote. | Tom Tromey |
| 2000-08-06 | PrintWriter.java: Merged comments from Classpath. | Tom Tromey |
| 2000-08-06 | StreamTokenizer.java (TT_NONE): Now private. | Tom Tromey |
| 2000-08-04 | ObjectInputStream.java (readFields): Turn off readDataFromBlock while reading... | Warren Levy |
| 2000-08-02 | Makefile.in: Rebuilt. | Tom Tromey |
| 2000-07-28 | ObjectOutputStream.java (writeObject): Per spec, call NotSerializableExceptio... | Warren Levy |
| 2000-07-28 | ObjectStreamException.java: Made constructors protected. | Warren Levy |
| 2000-07-28 | OutputStreamWriter.java (close): Only flush if not closed. | Tom Tromey |
| 2000-07-27 | mauve-libgcj: Activated serialization tests. | Warren Levy |
| 2000-07-23 | StreamTokenizer.java: Merged with classpath. | Oskar Liljeblad |
| 2000-07-20 | File.java (getParentFile): New method, from Classpath via Oskar Liljeblad. | Tom Tromey |
| 2000-07-03 | PrintWriter.java (print): Call write(String), not print(String). | Tom Tromey |
| 2000-06-28 | re GNATS java.io/203 (File.createTempFile doesn't close descriptor) | Andrew Haley |
| 2000-06-28 | Gnu.java: New file. | Warren Levy |
| 2000-06-27 | PushbackInputStream.java (read): If there are characters in the buffer, don't... | Tom Tromey |
| 2000-06-27 | PropertyChangeEvent.java (oldVal): Renamed to oldValue. | Warren Levy |
| 2000-05-24 | ObjectOutputStream.java (writeObject): Use component type when writing arrays. | Warren Levy |
| 2000-05-19 | BufferedWriter.java: Merged with Classpath. | Tom Tromey |
| 2000-05-19 | Jumbo patch: | Tom Tromey |
| 2000-04-21 | PipedInputStream.java, [...]: Yet another new version from Classpath. | Tom Tromey |
| 2000-04-21 | re GNATS libgcj/15 (_REENTRANT should be defined more consistently) | Tom Tromey |
| 2000-04-21 | PipedInputStream.java, [...]: New version from Classpath. | Tom Tromey |
| 2000-04-21 | Fix for PR java.io/204: | Tom Tromey |
| 2000-04-16 | re GNATS java.io/202 (File creation doesn't observe umask) | Bryce McKinlay |
| 2000-04-11 | ObjectStreamException.java: New file. | Warren Levy |
| 2000-03-15 | [multiple changes] | Tom Tromey |
| 2000-03-07 | All files: Updated copyright information. | Tom Tromey |
| 2000-02-27 | File.java (File(String, String)): For dirPath, treat an empty String the same... | Bryce McKinlay |
| 2000-02-12 | File.java (createTempFile): Use low bits from counter, not high bits. | Tom Tromey |
| 2000-02-11 | * java/io/File.java (nextValue): Now synchronized. | Tom Tromey |
| 2000-02-11 | natFileDescriptorPosix.cc (open): Recognize EXCL flag. | Tom Tromey |
| 2000-02-03 | PipedOutputStream.java (write(byte[], int, int)): New method. | Tom Tromey |
| 2000-01-19 | * All files: Updated copyright to reflect Cygnus purchase. | Tom Tromey |
| 2000-01-16 | StreamTokenizer.java (nextToken): Avoid unread(TT_EOF). | Jeff Sturm |
| 1999-11-01 | PrintStream (PrintStream): Fix illegal usage of "this" before "super". | Bryce McKinlay |
| 1999-09-21 | OutputStreamWriter.java (OutputStreamWriter): Reverted previous patch; it too... | Tom Tromey |
| 1999-09-21 | OutputStreamWriter.java (OutputStreamWriter): Don't refer to `this' before ca... | Tom Tromey |
| 1999-09-10 | configure: Rebuilt. | Tom Tromey |
| 1999-09-03 | re GNATS libgcj/3 (FileInputStream.available always returns 0) | Tom Tromey |