Age | Commit message (Expand) | Author | Files | Lines |
2003-08-10 | re PR libgcj/11778 (System.out PrintStream does too much buffering) | Bryce McKinlay | 1 | -17/+24 |
2003-08-08 | [multiple changes] | Andrew Haley | 1 | -1/+1 |
2003-08-06 | FilePermission.java (equals): Use correct index for last character of path. | Tom Tromey | 1 | -3/+5 |
2003-08-01 | More for PR libgcj/11737: | Tom Tromey | 2 | -23/+42 |
2003-08-01 | re PR libgcj/11737 (java.io.ObjectOutputStream.writeObject does not work with... | Tom Tromey | 1 | -13/+41 |
2003-07-26 | natFileDescriptorPosix.cc (write): Try again on EINTR. | Tom Tromey | 1 | -23/+37 |
2003-07-13 | FileChannelImpl.java, [...]: Removed. | Michael Koch | 3 | -3/+3 |
2003-07-09 | ObjectOutputStream.java (writeObject): break after calling writeClassDescript... | Mark Wielaard | 1 | -1/+4 |
2003-06-28 | 2003-06-28 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -55/+18 |
2003-06-27 | 2003-06-27 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -3/+1 |
2003-06-25 | 2003-06-25 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -78/+87 |
2003-06-24 | 2003-06-24 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -26/+11 |
2003-06-21 | 2003-06-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -20/+28 |
2003-06-20 | 2003-06-20 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -6/+18 |
2003-06-14 | BufferedReader.java, [...]: New versions from classpath. | Michael Koch | 2 | -1/+5 |
2003-06-12 | ClassLoader.java (loadClass): Not deprecated. | Tom Tromey | 1 | -23/+9 |
2003-06-10 | PrintStream.java: Merged version from classpath. | Michael Koch | 1 | -144/+85 |
2003-06-07 | re PR libgcj/8738 (java.io.CharArrayWriter's write methods erroneously throw ... | Mark Wielaard | 2 | -4/+11 |
2003-06-05 | posix.h (O_SYNC): Define if not available and a reasonable... | Loren J. Rittle | 1 | -2/+0 |
2003-05-27 | 2003-05-27 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -12/+38 |
2003-05-25 | PushbackInputStream.java, [...]: Merged new versions from classpath. | Michael Koch | 1 | -3/+3 |
2003-05-23 | re PR libgcj/10838 (GCC 3.3 [libjava]: java.io.ObjectInputStream syntax error) | Jeff Sturm | 1 | -1/+1 |
2003-05-20 | 2003-05-20 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -6/+12 |
2003-05-20 | DataInputStream.java: Reformatted, Replaced < and & with html entitites in do... | Michael Koch | 3 | -147/+158 |
2003-05-16 | 2003-05-16 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -0/+2 |
2003-05-13 | 2003-05-13 Michael Koch <konqueror@gmx.de> | Michael Koch | 5 | -20/+35 |
2003-05-09 | 2003-05-09 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -26/+110 |
2003-05-06 | 2003-05-06 Michael Koch <konqueror@gmx.de> | Michael Koch | 5 | -98/+264 |
2003-05-05 | DataInputStream.java: Reordered methods to match libgcj. | Michael Koch | 1 | -49/+66 |
2003-04-20 | BufferedReader.java, [...]: Imports from Classpath. | Tom Tromey | 4 | -19/+20 |
2003-04-19 | File.java (getAbsolutePath): On Windows, take care of paths like "C:", "G:foo... | Ranjit Mathew | 2 | -10/+102 |
2003-04-07 | 2003-04-07 Aaron M. Renn (arenn@urbanophile.com) | Aaron M. Renn | 9 | -73/+241 |
2003-04-06 | 2003-04-06 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -4/+11 |
2003-03-31 | 2003-03-31 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -61/+1100 |
2003-03-28 | File.java: Import needed classes instead of whole packages... | Michael Koch | 3 | -64/+94 |
2003-03-28 | 2003-03-28 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -28/+14 |
2003-03-28 | 2003�03-28 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -20/+37 |
2003-03-25 | 2003-03-25 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -12/+125 |
2003-03-24 | 2003-03-24 Michael Koch <konqueror@gmx.de> | Michael Koch | 8 | -50/+113 |
2003-03-24 | RandomAccessFile.java: More little merges with libgcj. | Michael Koch | 1 | -42/+403 |
2003-03-24 | DataInputStream.java (): Wrapped documentation line. | Michael Koch | 9 | -437/+728 |
2003-03-23 | BufferedOutputStream.java: Reformated. | Michael Koch | 26 | -969/+729 |
2003-03-21 | 2003-03-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -1/+137 |
2003-03-20 | 2003-03-20 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -7/+37 |
2003-03-20 | DataOutputStream.java, [...]: Merged copyright statements with classpath for ... | Michael Koch | 9 | -63/+317 |
2003-03-19 | 2003-03-19 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -1/+46 |
2003-03-18 | BufferedOutputStream.java, [...]: More merges from classpath. | Michael Koch | 5 | -808/+790 |
2003-03-18 | BufferedReader.java, [...]: Merged from classpath. | Michael Koch | 24 | -1239/+1245 |
2003-03-14 | ObjectInputStream.java (readObject): Cleaned up the class hierarchy loop. | Jeroen Frijters | 3 | -110/+90 |
2003-03-09 | re PR libgcj/9934 (Bugs in natFileDescriptorPosix.cc:available()) | Tom Tromey | 1 | -2/+2 |