gcc/libjava/gnu/java/nio
Tom Tromey 8479d5f123 [multiple changes]
2005-12-26  Anthony Green  <green@redhat.com>

	* gnu/java/nio/SocketChannelImpl.java (read): Compute the right amount
	of data to read (dst.remaining()).
	* gnu/java/nio/DatagramChannelImpl.java (receive): Ditto.

2005-11-11  Mark Wielaard  <mark@klomp.org>

	Reported by john.zigman@anu.edu.au as bug #24608.
	* gnu/java/nio/SocketChannelImpl.java (read): Put readBytes in
	destination ByteBuffer when it doesn't have an array instead of len
	bytes.

From-SVN: r109422
2006-01-06 18:57:36 +00:00
..
channels Update FSF address 2005-06-30 03:22:09 +00:00
DatagramChannelImpl.java [multiple changes] 2006-01-06 18:57:36 +00:00
DatagramChannelSelectionKey.java Update FSF address 2005-06-30 03:22:09 +00:00
natNIOServerSocket.cc NIOSocket.java (setChannel): Initialize impl. 2003-10-11 18:01:35 +00:00
natPipeImplEcos.cc PipeImpl.java: Use VMPipe for native stuff. 2004-09-24 06:41:57 +00:00
natPipeImplPosix.cc dtoa.c (_dtoa_r): Initialize variables ilim, ilim1 and spec_case. 2005-03-05 08:47:58 +01:00
natPipeImplWin32.cc PipeImpl.java: Use VMPipe for native stuff. 2004-09-24 06:41:57 +00:00
natSelectorImplEcos.cc PipeImpl.java: Use VMPipe for native stuff. 2004-09-24 06:41:57 +00:00
natSelectorImplPosix.cc PipeImpl.java: Use VMPipe for native stuff. 2004-09-24 06:41:57 +00:00
natSelectorImplWin32.cc PipeImpl.java: Use VMPipe for native stuff. 2004-09-24 06:41:57 +00:00
NIOServerSocket.java Update FSF address 2005-06-30 03:22:09 +00:00
ServerSocketChannelImpl.java Update FSF address 2005-06-30 03:22:09 +00:00
ServerSocketChannelSelectionKey.java Update FSF address 2005-06-30 03:22:09 +00:00
SocketChannelImpl.java [multiple changes] 2006-01-06 18:57:36 +00:00
SocketChannelSelectionKey.java Update FSF address 2005-06-30 03:22:09 +00:00
VMPipe.java Update FSF address 2005-06-30 03:22:09 +00:00
VMSelector.java Update FSF address 2005-06-30 03:22:09 +00:00