gcc/libjava/java
Michael Koch 948888e1e1 2003-11-26 Michael Koch <konqueror@gmx.de>
* java/net/Socket.java
	(implCreated): Dont set default value explicitely, added
	documentation.
	(inputShutdown): Likewise.
	(outputShutdown): Likewise.
	(bound): New private member variable.
	(bind): Set bound to true.
	(close): Set bound to false.
	(isBound): Return bound.
	* java/net/ServerSocket.java
	(bound): New private member variable.
	(bind): Set bound to true.
	(close): Set bound to false.
	(isBound): Return bound.

From-SVN: r73949
2003-11-26 12:45:21 +00:00
..
applet
awt TextLayout.java: Implement simple layouts using attributed strings and glyph vectors. 2003-11-21 00:10:28 +00:00
beans
io re PR libgcj/13062 (StreamTokenizer ignores commentChar) 2003-11-16 21:15:55 +00:00
lang * java/lang/Float.java (static): Removed. 2003-11-21 13:24:28 +00:00
math
net 2003-11-26 Michael Koch <konqueror@gmx.de> 2003-11-26 12:45:21 +00:00
nio
rmi
security
sql
text [multiple changes] 2003-11-19 12:06:38 +00:00
util Makefile.in: Rebuilt. 2003-11-25 01:57:29 +00:00