| Age | Commit message (Expand) | Author |
| 2005-04-01 | 2005-04-01 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2005-03-15 | natPlainSocketImplPosix.cc (read_helper): Handle count == 0 case. | David Daney |
| 2005-03-09 | re PR libgcj/20389 (BufferedInputStream gets ArrayIndexOutOfBoundsExeception) | David Daney |
| 2005-02-22 | 2005-02-22 Jeroen Frijters <jeroen@frijters.net> | Jeroen Frijters |
| 2005-02-22 | Check in missed file from last commit. | Bryce McKinlay |
| 2005-02-22 | [multiple changes] | Bryce McKinlay |
| 2005-02-21 | FileDescriptor.java (sync): Add real exception to SyncFailedException. | Mark Wielaard |
| 2005-02-21 | InputStreamReader.java: Fixed @author tag. | Michael Koch |
| 2005-02-20 | RE.java, [...]: Made 'inner' classes real public static inner classes... | Dalibor Topic |
| 2005-02-17 | GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... | Michael Koch |
| 2005-01-14 | File.java (toURI): Generate a URI which we understand. | Robin Green |
| 2005-01-11 | re PR libgcj/18840 (java.io.BufferedInputStream.read(byte[],..) methods don't... | Tom Tromey |
| 2004-11-25 | * Merged gcj-abi-2-dev-branch to trunk. | Tom Tromey |
| 2004-11-17 | BufferedInputStream.java (skip): Return zero on EOF. | David Daney |
| 2004-11-16 | BufferedReader.java, [...]: Fixed javadocs all over. | Michael Koch |
| 2004-11-06 | * java/io/FilePermission.java: Reindented. | Tom Tromey |
| 2004-11-06 | ObjectOutputStream.java (currentObjectStreamClass): Now package-private. | Tom Tromey |
| 2004-11-06 | 2004-11-06 Mattias Rehnberg <Mattias.Rehnberg@home.se> | Mattias Rehnberg |
| 2004-10-18 | BufferedInputStream.java: Fixed @author tag. | Michael Koch |
| 2004-10-09 | 2004-10-09 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2004-09-27 | 2004-09-27 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2004-09-25 | ObjectStreamField.java: Removed unused import statement. | Michael Koch |
| 2004-09-24 | ObjectInputStream.java: Re-ordered imports. | Michael Koch |
| 2004-09-24 | ObjectInputStream.java (callReadMethod): re-throw `ClassNotFoundException'. | Casey Marshall |
| 2004-09-24 | ObjectInputStream.java (readObject): Delegate instantation of Externalizable ... | Jeroen Frijters |
| 2004-09-09 | [multiple changes] | Michael Koch |
| 2004-08-30 | File.java File (String,String): Fixed handling of empty path. | Jeroen Frijters |
| 2004-07-27 | File.java (toURI): Throw RuntimeException, not InternalError. | Bryce McKinlay |
| 2004-07-23 | Connection.java: Use GetPropertyAction for privileged getProperty calls. | Bryce McKinlay |
| 2004-07-23 | ObjectStreamField (ObjectStreamField): Don't unset 'toset' for final fields. | Bryce McKinlay |
| 2004-07-20 | BufferedWriter.java (BufferedWriter): Use existing lock of chained Writer whe... | Bryce McKinlay |
| 2004-07-17 | [multiple changes] | Michael Koch |
| 2004-07-09 | ObjectInputStream.java (readFields): Use long datatype when shifting byte val... | Michael Koch |
| 2004-07-06 | File.java (toURI): Merge from Classpath. | Anthony Green |
| 2004-06-27 | FilePermission.java (usingPerms): Removed. | Mark Wielaard |
| 2004-06-21 | ObjectOutputStream.java: Add DEBUG statements everywhere. | Andrew Haley |
| 2004-06-01 | [multiple changes] | Michael Koch |
| 2004-05-31 | SequenceInputStream.java: Rename enum to e because enum is a keyword in Java ... | Michael Koch |
| 2004-05-16 | * java/io/Writer.java (Writer(Object)): Check for null lock object. | Mark Wielaard |
| 2004-05-05 | BufferedReader.java (skip): Removed unused variable. | Tom Tromey |
| 2004-05-03 | URLStreamHandler.java (toExternalForm): Removed unused variables. | Tom Tromey |
| 2004-04-20 | BufferedWriter.java: Reordered variables to be at top of the class. | Michael Koch |
| 2004-04-20 | [multiple changes] | Michael Koch |
| 2004-04-20 | BufferedWriter.java, [...]: Fixed javadocs all over, rename arguments to matc... | Michael Koch |
| 2004-04-20 | class.c (make_class_data): Add new field aux_info. | Bryce McKinlay |
| 2004-03-19 | BufferedReader.java: Use <=, not <&eq; to make gjdoc happy. | Mark Wielaard |
| 2004-03-19 | Reported by Stephen Crawley | Mark Wielaard |
| 2004-03-11 | BufferedInputStream.java (marktarget): New field for max mark limit. | Guilhem Lavaux |
| 2004-02-29 | FileDescriptor.java: Implement on top of FileChannel. | Per Bothner |
| 2004-02-28 | ObjectInputStream.java: Compile fix, damn I commited the wrong code. | Michael Koch |