gcc/libjava
Warren Levy 07515641a5 DatagramSocket.java (laddr): Removed.
* java/net/DatagramSocket.java (laddr): Removed.
	(DatagramSocket): Removed attempts to get or set laddr if null.
	(getLocalAddress): Reimplemented per spec.
	* java/net/MulticastSocket.java (setTimeToLive): Throw exception
	when ttl is 0.
	(joinGroup): Throw NullPointerException if any argument is null.
	(leaveGroup): ditto.
	* java/net/PlainDatagramSocketImpl.java: Updated comments.
	* java/net/PlainSocketImpl.java (timeout): Added.
	(getInputStream): Added FIXME comment on how to support timeouts
	for TCP.
	* java/net/ServerSocket.java (ServerSocket): Added FIXME comment.
	* java/net/Socket.java: Added FIXME comments to identify
	conflicting specs between the JCL and JDK 1.2 documents.
	* java/net/natPlainDatagramSocketImpl.cc (bind): Use INADDR_ANY
	if host is null.  Get localport value resolved by kernel if bind
	lport is 0.
	(receive): Implemented support for timeouts in UDP.
	(setOption): Implemented based on natPlainSocketImpl version.
	(getOption): ditto.
	* java/net/natPlainSocketImpl.cc (bind): Get localport value
	resolved by kernel if bind lport is 0.
	(connect): Get localport value resolved by kernel if bind wasn't
	done to set localport.
	(accept): Implemented support for timeouts for ServerSocket.
	(setOption): Save value for SO_TIMEOUT.
	(getOption): Return timeout for SO_TIMEOUT.

From-SVN: r27230
1999-05-28 19:29:53 +00:00
..
doc * doc/cni.sgml: Document RawData. 1999-05-05 16:15:04 -07:00
gnu/gcj RawData.java: Added copyright header. 1999-05-10 08:42:28 +00:00
include sparc-signal.h (INIT_FPE, INIT_SEGV): SA_NODEFER added to signal options to allow the same exceptions to be rethrown... 1999-05-21 06:03:30 +00:00
java DatagramSocket.java (laddr): Removed. 1999-05-28 19:29:53 +00:00
testsuite Makefile.in: Rebuilt. 1999-05-21 13:09:54 +00:00
COPYING.LIB Initial revision 1999-04-07 14:42:40 +00:00
ChangeLog DatagramSocket.java (laddr): Removed. 1999-05-28 19:29:53 +00:00
LIBGCJ_LICENSE Initial revision 1999-04-07 14:42:40 +00:00
Makefile.am Makefile.in: Rebuilt. 1999-05-21 13:09:54 +00:00
Makefile.in Makefile.in: Rebuilt. 1999-05-21 13:09:54 +00:00
acconfig.h acconfig.h (GCJVERSION): New undef. 1999-05-07 18:44:38 +00:00
acinclude.m4 aclocal.m4, configure: Rebuilt. 1999-05-19 12:55:15 +00:00
aclocal.m4 aclocal.m4, configure: Rebuilt. 1999-05-19 12:55:15 +00:00
boehm.cc Initial revision 1999-04-07 14:42:40 +00:00
chartables.pl Initial revision 1999-04-07 14:42:40 +00:00
classes.pl javaprims.h: Updated namespace declarations. 1999-05-12 11:23:44 +00:00
configure Makefile.in: Rebuilt. 1999-05-21 13:09:54 +00:00
configure.host Initial revision 1999-04-07 14:42:40 +00:00
configure.in Makefile.in: Rebuilt. 1999-05-21 13:09:54 +00:00
exception.cc Initial revision 1999-04-07 14:42:40 +00:00
jni.cc Initial revision 1999-04-07 14:42:40 +00:00
libgcj.spec.in Makefile.in: Rebuilt. 1999-05-11 13:03:47 +00:00
libtool-version libtool-version: New file. 1999-05-07 17:00:51 +00:00
mauve-libgcj * mauve-libgcj: Enable java.util.zip. 1999-05-19 09:26:17 +00:00
no-threads.cc Initial revision 1999-04-07 14:42:40 +00:00
nogc.cc Initial revision 1999-04-07 14:42:40 +00:00
posix-threads.cc Initial revision 1999-04-07 14:42:40 +00:00
prims.cc prims.cc (catch_fpe): Call to HANDLE_DIVIDE_OVERFLOW added. 1999-05-20 08:26:55 +00:00
quick-threads.cc Initial revision 1999-04-07 14:42:40 +00:00