Age | Commit message (Expand) | Author | Files | Lines |
2006-01-17 | Imported GNU Classpath 0.20 | Mark Wielaard | 1 | -0/+96 |
2006-01-03 | PR libgcj/9715, PR libgcj/19132: | David Daney | 1 | -24/+70 |
2005-07-16 | Major merge with Classpath. | Tom Tromey | 76 | -11429/+0 |
2005-06-30 | Update FSF address | Kelley Cook | 83 | -166/+166 |
2005-05-17 | Charset.java (encode, decode): Synchronize on 'this', not the class. | Tom Tromey | 1 | -32/+26 |
2005-05-04 | FileLock.java (toString): Entirely avoid String "+". | Tom Tromey | 1 | -12/+15 |
2005-05-03 | re PR libgcj/21372 (FileChannel.tryLock() return value incorrect) | Andrew Overholt | 1 | -1/+11 |
2005-04-29 | 2005-04-29 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -9/+16 |
2005-04-27 | [multiple changes] | Michael Koch | 1 | -23/+83 |
2005-04-20 | [multiple changes] | Michael Koch | 2 | -21/+95 |
2005-04-03 | re PR libgcj/20727 (double free or corruption) | Anthony Green | 1 | -1/+1 |
2005-02-23 | ChannelReader: Fixed comments. | Robert Schuster | 1 | -1/+3 |
2005-02-22 | 2005-02-22 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -12/+13 |
2005-02-19 | SelectorImpl.java: Reworked import statements. | Michael Koch | 2 | -9/+13 |
2005-02-18 | Charset.java (forName): Throws IllegalArgumentException when argument is null... | Robert Schuster | 1 | -1/+16 |
2005-02-17 | [multiple changes] | Michael Koch | 15 | -0/+69 |
2005-02-17 | GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... | Michael Koch | 11 | -21/+21 |
2005-01-07 | re PR libgcj/18115 (JNI nio buffer functions only work with byte buffers) | Michael Koch | 9 | -2/+30 |
2004-11-24 | 2004-11-24 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -0/+12 |
2004-11-24 | 2004-11-24 Jeroen Frijters <address@bogus.example.com> | Jeroen Frijters | 2 | -37/+105 |
2004-11-24 | NIOServerSocket.java: Added email to @author tag. | Michael Koch | 5 | -60/+89 |
2004-11-24 | DirectByteBufferImpl.java, [...]: Reformatted. | Michael Koch | 2 | -134/+134 |
2004-11-21 | 2004-11-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -4/+31 |
2004-11-18 | StackTraceElement.java: Made final. | Jeroen Frijters | 1 | -0/+5 |
2004-11-17 | 2004-11-17 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -1/+9 |
2004-11-16 | BufferedReader.java, [...]: Fixed javadocs all over. | Michael Koch | 2 | -5/+19 |
2004-11-06 | URLClassLoader.java (URLClassLoader): Now package-private. | Tom Tromey | 1 | -12/+8 |
2004-10-22 | 2004-10-22 Michael Koch <konqueror@gmx.de> | Michael Koch | 9 | -20/+20 |
2004-10-18 | 2004-10-18 Sven de Marothy <sven@physto.se> | Sven de Marothy | 1 | -2/+3 |
2004-10-18 | [multiple changes] | Michael Koch | 1 | -1/+2 |
2004-10-16 | UTF_16.java, [...]: Cleanup. | Michael Koch | 5 | -7/+11 |
2004-09-21 | ByteBuffer.java (hashCode): Implemented. | Sven de Marothy | 7 | -14/+124 |
2004-08-30 | [multiple changes] | Andreas Tobler | 7 | -7/+7 |
2004-07-17 | 2004-07-17 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -12/+4 |
2004-07-09 | Buffer.java, [...]: Fixed javadocs all over. | Dalibor Topic | 24 | -278/+519 |
2004-05-30 | 2004-05-30 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -20/+39 |
2004-05-04 | 2004-05-04 Michael Koch <konqueror@gmx.de> | Michael Koch | 7 | -167/+132 |
2004-04-22 | 2004-04-22 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -2/+12 |
2004-04-21 | 2004-04-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -6/+12 |
2004-04-20 | Channels.java: Merged coding style with GNU classpath. | Michael Koch | 1 | -2/+2 |
2004-04-20 | Buffer.java, [...]: Fixed javadocs and jalopied all over java.nio. | Michael Koch | 42 | -458/+610 |
2004-04-20 | ByteBufferImpl.java, [...]: Made sure all classes are final and removed final... | Michael Koch | 14 | -115/+114 |
2004-03-18 | 2004-03-18 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -17/+28 |
2004-03-03 | Channels.java (newInputStream, [...]): Optimize when argument is a FileChanne... | Per Bothner | 2 | -2/+48 |
2004-02-29 | MappedByteBuffer.java: (forceImpl... | Per Bothner | 2 | -47/+103 |
2004-02-29 | FileChannelImpl.java: Moved to package gnu/java/nio/channels, since we need t... | Per Bothner | 2 | -551/+0 |
2004-02-28 | 2004-02-28 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -1/+1 |
2004-02-26 | 2004-02-26 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -11/+13 |
2004-02-16 | ByteBuffer.java (endian): Make non-private so other java.nio classes can inhe... | Per Bothner | 5 | -96/+159 |
2004-02-16 | CharViewBufferImpl.java: New convenience constructor. | Per Bothner | 6 | -6/+60 |