gcc/libjava/java/nio
Michael Koch 11dde1bb18 NIOServerSocket.java: Added email to @author tag.
2004-11-24  Michael Koch  <konqueror@gmx.de>

	* gnu/java/nio/NIOServerSocket.java: Added email to @author tag.
	* java/nio/DirectByteBufferImpl.java:
	Moved native methods to java.nio.VMDirectByteBuffer class.
	* java/nio/MappedByteBufferImpl.java:
	Use native methods from java.nio.VMDirectByteBuffer class.
	* java/nio/VMDirectByteBuffer.java: New file,
	* java/nio/natDirectByteBufferImpl.cc:
	Moved all methods into java.nio.VMDirectByteBuffer class.
	* java/nio/channels/spi/AbstractSelectableChannel.java
	(register): Only re-use valid keys.
	* Makefile.am: Added java/nio/VMDirectByteBuffer.java.
	* Makefile.in: Regenerated.

From-SVN: r91146
2004-11-24 10:44:18 +00:00
..
channels NIOServerSocket.java: Added email to @author tag. 2004-11-24 10:44:18 +00:00
charset URLClassLoader.java (URLClassLoader): Now package-private. 2004-11-06 23:22:05 +00:00
Buffer.java 2004-10-22 Michael Koch <konqueror@gmx.de> 2004-10-22 17:14:29 +00:00
BufferOverflowException.java
BufferUnderflowException.java
ByteBuffer.java 2004-10-22 Michael Koch <konqueror@gmx.de> 2004-10-22 17:14:29 +00:00
ByteBufferHelper.java 2004-10-18 Sven de Marothy <sven@physto.se> 2004-10-18 14:41:45 +00:00
ByteBufferImpl.java
ByteOrder.java BufferedReader.java, [...]: Fixed javadocs all over. 2004-11-16 11:30:14 +00:00
CharBuffer.java 2004-10-22 Michael Koch <konqueror@gmx.de> 2004-10-22 17:14:29 +00:00
CharBufferImpl.java
CharViewBufferImpl.java
DirectByteBufferImpl.java NIOServerSocket.java: Added email to @author tag. 2004-11-24 10:44:18 +00:00
DoubleBuffer.java 2004-10-22 Michael Koch <konqueror@gmx.de> 2004-10-22 17:14:29 +00:00
DoubleBufferImpl.java
DoubleViewBufferImpl.java
FloatBuffer.java 2004-10-22 Michael Koch <konqueror@gmx.de> 2004-10-22 17:14:29 +00:00
FloatBufferImpl.java
FloatViewBufferImpl.java
IntBuffer.java 2004-10-22 Michael Koch <konqueror@gmx.de> 2004-10-22 17:14:29 +00:00
IntBufferImpl.java
IntViewBufferImpl.java
InvalidMarkException.java
LongBuffer.java 2004-10-22 Michael Koch <konqueror@gmx.de> 2004-10-22 17:14:29 +00:00
LongBufferImpl.java
LongViewBufferImpl.java
MappedByteBuffer.java UTF_16.java, [...]: Cleanup. 2004-10-16 18:06:03 +00:00
MappedByteBufferImpl.java NIOServerSocket.java: Added email to @author tag. 2004-11-24 10:44:18 +00:00
natDirectByteBufferImpl.cc NIOServerSocket.java: Added email to @author tag. 2004-11-24 10:44:18 +00:00
ReadOnlyBufferException.java
ShortBuffer.java 2004-10-22 Michael Koch <konqueror@gmx.de> 2004-10-22 17:14:29 +00:00
ShortBufferImpl.java
ShortViewBufferImpl.java
VMDirectByteBuffer.java NIOServerSocket.java: Added email to @author tag. 2004-11-24 10:44:18 +00:00