gcc/libjava/java
Michael Koch b7caf8dd94 2002-09-11 Michael Koch <konqueror@gmx.de>
* java/net/Socket.java
	(Socket): protected to public (since JDK 1.4). Added @specnote.
	(bind): New method.
	(connect): Two new methods.
	(getKeepalive): Get correct socket option.
	(setKeepalive): Set correct socket option.
	(getOOBInline): New method.
	(setOOBInline): New method.
	* java/net/ServerSocket.java
	(bind): Two new methods.
	(getInetAddress): Reimplemented, catch exception.
	(getLocalSocketAddress): New method.
	(setReuseAddress): New method.
	(getReuseAdress): New method.
	(setReceiveBufferSize): New method.
	(getReceiveBufferSize): New method.
	(toString): Made string JDK 1.4 compliant.

From-SVN: r57032
2002-09-11 10:16:00 +00:00
..
applet Add license clarification. 2002-01-22 22:40:42 +00:00
awt [multiple changes] 2002-08-09 06:52:52 +01:00
beans Makefile.in: Rebuilt. 2002-07-15 16:05:13 +00:00
io natFileDescriptorPosix.cc (setLength): Handle case where ftruncate is missing. 2002-08-29 18:05:15 +00:00
lang Class.h (_getDeclaredMethod): Declare. 2002-09-03 21:33:46 +00:00
math [multiple changes] 2002-02-14 23:16:11 +00:00
net 2002-09-11 Michael Koch <konqueror@gmx.de> 2002-09-11 10:16:00 +00:00
rmi ActivateFailedException.java: Remerge from Classpath version. 2002-06-17 19:11:40 +00:00
security Merge JDK 1.4 java.security changes from classpath. 2002-05-24 12:57:40 +01:00
sql Reformat JDBC classes and add new JDK 1.4 classes and methods. 2002-06-21 06:39:33 +01:00
text 2002-07-02 Tom Tromey <tromey@redhat.com> 2002-07-02 19:43:06 +00:00
util re PR libgcj/7785 (Calendar.getTimeInMillis/setTimeInMillis should be public) 2002-08-31 05:27:15 +00:00