aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/nio
AgeCommit message (Expand)AuthorFilesLines
2005-01-07re PR libgcj/18115 (JNI nio buffer functions only work with byte buffers)Michael Koch9-2/+30
2004-11-242004-11-24 Michael Koch <konqueror@gmx.de>Michael Koch1-0/+12
2004-11-242004-11-24 Jeroen Frijters <address@bogus.example.com>Jeroen Frijters2-37/+105
2004-11-24NIOServerSocket.java: Added email to @author tag.Michael Koch5-60/+89
2004-11-24DirectByteBufferImpl.java, [...]: Reformatted.Michael Koch2-134/+134
2004-11-212004-11-21 Michael Koch <konqueror@gmx.de>Michael Koch1-4/+31
2004-11-18StackTraceElement.java: Made final.Jeroen Frijters1-0/+5
2004-11-172004-11-17 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+9
2004-11-16BufferedReader.java, [...]: Fixed javadocs all over.Michael Koch2-5/+19
2004-11-06URLClassLoader.java (URLClassLoader): Now package-private.Tom Tromey1-12/+8
2004-10-222004-10-22 Michael Koch <konqueror@gmx.de>Michael Koch9-20/+20
2004-10-182004-10-18 Sven de Marothy <sven@physto.se>Sven de Marothy1-2/+3
2004-10-18[multiple changes]Michael Koch1-1/+2
2004-10-16UTF_16.java, [...]: Cleanup.Michael Koch5-7/+11
2004-09-21ByteBuffer.java (hashCode): Implemented.Sven de Marothy7-14/+124
2004-08-30[multiple changes]Andreas Tobler7-7/+7
2004-07-172004-07-17 Michael Koch <konqueror@gmx.de>Michael Koch2-12/+4
2004-07-09Buffer.java, [...]: Fixed javadocs all over.Dalibor Topic24-278/+519
2004-05-302004-05-30 Michael Koch <konqueror@gmx.de>Michael Koch2-20/+39
2004-05-042004-05-04 Michael Koch <konqueror@gmx.de>Michael Koch7-167/+132
2004-04-222004-04-22 Michael Koch <konqueror@gmx.de>Michael Koch2-2/+12
2004-04-212004-04-21 Michael Koch <konqueror@gmx.de>Michael Koch3-6/+12
2004-04-20Channels.java: Merged coding style with GNU classpath.Michael Koch1-2/+2
2004-04-20Buffer.java, [...]: Fixed javadocs and jalopied all over java.nio.Michael Koch42-458/+610
2004-04-20ByteBufferImpl.java, [...]: Made sure all classes are final and removed final...Michael Koch14-115/+114
2004-03-182004-03-18 Michael Koch <konqueror@gmx.de>Michael Koch3-17/+28
2004-03-03Channels.java (newInputStream, [...]): Optimize when argument is a FileChanne...Per Bothner2-2/+48
2004-02-29MappedByteBuffer.java: (forceImpl...Per Bothner2-47/+103
2004-02-29FileChannelImpl.java: Moved to package gnu/java/nio/channels, since we need t...Per Bothner2-551/+0
2004-02-282004-02-28 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+1
2004-02-262004-02-26 Michael Koch <konqueror@gmx.de>Michael Koch3-11/+13
2004-02-16ByteBuffer.java (endian): Make non-private so other java.nio classes can inhe...Per Bothner5-96/+159
2004-02-16CharViewBufferImpl.java: New convenience constructor.Per Bothner6-6/+60
2004-02-16CharBufferImpl.java: Inline super constructor.Per Bothner12-48/+18
2004-02-14AbstractInterruptibleChannel.java (close): Set closed before calling implClos...Per Bothner1-1/+1
2004-02-08ByteBuffer.java (shiftDown): New helper method.Per Bothner12-548/+461
2004-01-30* gnu/java/net/PlainSocketImpl.javaMohan Embar1-3/+6
2004-01-23FileLockImpl.java: Fixed filename in copyright.Michael Koch2-4/+53
2004-01-072004-01-07 Michael Koch <konqueror@gmx.de>Michael Koch1-5/+5
2003-12-20* gnu/java/nio/SelectorImpl.javaMohan Embar1-2/+9
2003-12-19ChannelOutputStream.java: New file.Michael Koch1-2/+3
2003-12-19ChannelInputStream.java: New file.Michael Koch2-3/+6
2003-12-19OutputStreamChannel.java: New file.Michael Koch1-2/+3
2003-12-19InputStreamChannel.java: New file.Michael Koch1-3/+4
2003-12-022003-12-02 Michael Koch <konqueror@gmx.de>Michael Koch1-4/+7
2003-11-112003-11-11 Michael Koch <konqueror@gmx.de>Michael Koch1-2/+1
2003-10-21ByteOrder.java, [...]: Add code to load library with code for native methods ...Michael Koch3-0/+31
2003-10-132003-10-13 Michael Koch <konqueror@gmx.de>Michael Koch2-3/+8
2003-10-122003-10-12 Michael Koch <konqueror@gmx.de>Michael Koch1-6/+25
2003-10-11Channel.java, [...]: Removed redundant modifiers.Michael Koch5-8/+8