gcc/libjava/java
Michael Koch cfeb18dbec re PR libgcj/13176 (Revert PrintStream changes)
2003-12-08  Michael Koch  <konqueror@gmx.de>

	Fix for PR libgcj/13176.
	* java/io/PrintStream.java: Partly revert my previous patches to get
	(line_separator): New field.
	(converter): New field.
	(work): New field.
	(work_bytes): New field.
	(pw): Removed.
	(closed): Removed.
	(PrintStrean): Initialize converter and not pw.
	(checkError): Flush always, pw doesn't exist anymore.
	(close): Close underlying out stream.
	(print): New method.
	(writeChars): New method.
	(print): Use new internal print method.
	(println): Likewise.

From-SVN: r74419
2003-12-08 12:45:59 +00:00
..
applet AppletContext.java: Fix typo and remove redundant modifiers. 2002-11-14 20:35:27 +00:00
awt MenuComponent.java: Import java.io.Serialization. 2003-12-04 19:31:01 +00:00
beans BeanDescriptor.java, [...]: Explicitely import used classes. 2003-12-04 19:36:13 +00:00
io re PR libgcj/13176 (Revert PrintStream changes) 2003-12-08 12:45:59 +00:00
lang Class.h (hack_signers): Renamed signers to hack_signers. 2003-12-03 21:26:59 +00:00
math Font.java, [...]: Removed some redundant obj == null checks. 2003-11-11 12:22:20 +00:00
net 2003-12-04 Michael Koch <konqueror@gmx.de> 2003-12-04 10:59:56 +00:00
nio 2003-12-02 Michael Koch <konqueror@gmx.de> 2003-12-02 15:11:57 +00:00
rmi Font.java, [...]: Removed some redundant obj == null checks. 2003-11-11 12:22:20 +00:00
security Security.java: Don't use &nbsp; in the api doc. 2003-12-02 17:31:46 +00:00
sql Font.java, [...]: Removed some redundant obj == null checks. 2003-11-11 12:22:20 +00:00
text SimpleDateFormat.java (compileFormat): isLowerCase() and isUpperCase() allow too many characters. 2003-12-02 16:15:15 +00:00
util Hashtable.java (Hashtable(Map)): Use putAll, not putAllInternal. 2003-12-07 23:00:49 +00:00