| Age | Commit message (Expand) | Author |
| 2002-03-10 | Win32Process.java: Added comment. | Tom Tromey |
| 2002-03-10 | natFileDescriptorWin32.cc (read): Return -1 if zero bytes read and no failure... | Adam Megacz |
| 2002-03-06 | natFileDescriptorEcos.cc (init): Don't use GetStdHandle. | Tom Tromey |
| 2002-03-06 | FileDescriptor.java: Initialize in/out/err in init(). | Adam Megacz |
| 2002-02-12 | natFilePosix.cc: Copied this from natFile.cc. | Adam Megacz |
| 2002-02-12 | natFileWin32.cc, [...]: Added #undef STRICT to make windows.h and java/lang/r... | Adam Megacz |
| 2002-02-12 | natFileWin32.cc: Created a placeholder class with lots of FIXMEs. | Adam Megacz |
| 2002-02-08 | natFile.cc (_access): Use __builtin_alloca. | Tom Tromey |
| 2002-02-07 | natThrowable.cc: Updated copyright. | Tom Tromey |
| 2002-02-07 | natFile.cc (_access): Don't stack-allocate buffer. | Tom Tromey |
| 2002-02-07 | embedded updates | Anthony Green |
| 2002-02-02 | * java/io/natFile.cc: Removed old "FIXME" comments. | Tom Tromey |
| 2002-01-22 | Add license clarification. | Mark Wielaard |
| 2001-12-21 | ObjectInputStream.java (enableResolveObject): Use correct security check. | Tom Tromey |
| 2001-12-16 | DataOutputStream (write (byte[], int, int)): Update "written" correctly. | Bryce McKinlay |
| 2001-12-09 | Makefile.in: Rebuilt. | Tom Tromey |
| 2001-10-31 | HACKING, [...]: Fix spelling errors. | Joseph Myers |
| 2001-10-23 | * java/io/BufferedWriter.java (localFlush): Don't synchronize. | Tom Tromey |
| 2001-10-23 | BufferedWriter (write (String, int, int)): Remove redundant bounds checks. | Bryce McKinlay |
| 2001-10-18 | BufferedWriter.java (write(String,int,int)): Correctly check bounds. | Tom Tromey |
| 2001-10-08 | re PR libgcj/4481 (java.io.File.getParent not working properly) | Tom Tromey |
| 2001-10-08 | * java/io/BufferedInputStream.java: Merge with Classpath | Mark Wielaard |
| 2001-10-04 | SequenceInputStream.java: Merge with Classpath | Mark Wielaard |
| 2001-10-01 | FileWriter.java: Merge with Classpath. | Mark Wielaard |
| 2001-09-30 | DataInput.java: Merge with Classpath. | Mark Wielaard |
| 2001-09-27 | Configuration.java.in (INIT_LOAD_LIBRARY): New constant. | Tom Tromey |
| 2001-09-26 | DataInputStream.java (readChar): Use readFully. | Tom Tromey |
| 2001-09-21 | posix-threads.cc (_Jv_ThreadInterrupt): Re-enable interrupt of blocking IO vi... | Bryce McKinlay |
| 2001-09-14 | File.java (normalizePath): Use equals() not '==' for string comparison. | Bryce McKinlay |
| 2001-09-12 | * java/io/File.java (toURL): Use getAbsolutePath and `file://'. | Tom Tromey |
| 2001-09-02 | Makefile.in: Rebuilt. | Tom Tromey |
| 2001-09-01 | BufferedReader.java, [...]: Re-merged with Classpath. | Tom Tromey |
| 2001-08-31 | Re-merge with Classpath: | Tom Tromey |
| 2001-08-31 | ByteArrayOutputStream.java: Re-merged with Classpath. | Tom Tromey |
| 2001-08-31 | * java/io/ByteArrayInputStream.java: Merged with Classpath. | Tom Tromey |
| 2001-08-31 | * java/io/BufferedReader.java: Re-merged with Classpath. | Tom Tromey |
| 2001-08-06 | InputStreamReader.java (refill): Only call refill on BufferedInputStream when... | Tom Tromey |
| 2001-08-05 | StringWriter.java: Merged with Classpath. | Tom Tromey |
| 2001-08-02 | RandomAccessFile.java (seek): Let seek go past end of file. | Tom Tromey |
| 2001-07-18 | natFileWin32.cc (_access): Renamed. | Tom Tromey |
| 2001-07-13 | re PR libgcj/3426 (java.io.InputStreamReader, infinite loop) | Tom Tromey |
| 2001-07-12 | Report from Henner Zeller: | Tom Tromey |
| 2001-07-02 | For PR libgcj/3523: | Jeremy Nimmer |
| 2001-06-26 | natFileDescriptorPosix.cc (open): Change error message formatting. | Tom Tromey |
| 2001-06-01 | natFile.cc (get_entry): Removed functions. | Jeff Sturm |
| 2001-05-31 | natFileDescriptorPosix.cc (open): Allocate buffer to correct size. | Tom Tromey |
| 2001-04-30 | natFile.cc (performSetReadOnly): Fix #ifdef test. | Matt Kraai |
| 2001-04-26 | re PR libgcj/2237 (serialization doesn't throw exception on failure) | Bryce McKinlay |
| 2001-04-12 | Makefile.am: Make a libtool convenience library. | Bryce McKinlay |
| 2001-04-02 | PrintStream.java (out): Removed field. | Tom Tromey |