| Age | Commit message (Expand) | Author |
| 2000-12-26 | FileDescriptor.java: Initialize fd to -1. | Jeff Sturm |
| 2000-12-15 | * java/io/StringWriter.java (StringWriter(int)): Now public. | Tom Tromey |
| 2000-12-15 | * java/io/SerializablePermission.java (legal_names): Now private. | Tom Tromey |
| 2000-12-08 | FileInputStream.java (close): Check if the fd is valid. | Warren Levy |
| 2000-12-04 | FilePermission.java: Made class final per spec. | Warren Levy |
| 2000-11-29 | InflaterInputStream (read): Don't return -1 unless the infate() call didn't d... | Bryce McKinlay |
| 2000-11-28 | DataInputStream.java: Merge classpath docs. | Bryce McKinlay |
| 2000-11-26 | System.java (setProperties): Only call init_properties() if properties is null. | Bryce McKinlay |
| 2000-11-20 | Makefile.in: Rebuilt. | Tom Tromey |
| 2000-11-17 | PushbackReader.java: Merged with Classpath. | Tom Tromey |
| 2000-11-03 | ObjectInputStream.java (readObject): Added code to conditionally dump out the... | Warren Levy |
| 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 |