gcc/libjava/java
Tom Tromey 0003efa0b3 PrintStream.java (out): Removed field.
* java/io/PrintStream.java (out): Removed field.  Fixes PR
	java/2449.
	(write): Call flush, not out.flush, per spec.
	(close): Flush output stream, per spec.  Handle
	InterruptedIOException.
	(checkError): Likewise.
	(flush, print, write): Handle InterruptedIOException per spec.
	(PrintStream): Don't create BufferedOutputStream.
	(work_bytes): New field.
	(writeChars): Use work_bytes.  Don't assume `out' is a
	BufferedOutputStream.

From-SVN: r41014
2001-04-02 21:16:38 +00:00
..
applet backport: Applet.java: New file. 2000-07-12 05:52:04 +01:00
awt Cursor.java (Cursor(String)): Set type to custom. 2001-01-11 17:49:47 +00:00
beans * java/bean/Beans.java (instantiate): enable Applet code from Classpath 2001-01-18 00:43:17 +00:00
io PrintStream.java (out): Removed field. 2001-04-02 21:16:38 +00:00
lang natSystem.cc (init_properties): Revert yesterday's changes to "file.separator"... 2001-04-02 06:23:10 +01:00
math Changes merged from Kawa's gnu.math. 2001-03-01 22:55:33 -08:00
net URLStreamHandler.java (parseURL): Fix bug which would "canonicalize" "../../xxx" to "/xxx". 2001-03-19 15:31:14 -08:00
security Makefile.am: Removed java/io/Replaceable.java and java/io/Resolvable.java. 2000-10-05 23:57:16 +00:00
sql Fix comments for doclets 2001-01-06 23:28:40 +00:00
text re PR libgcj/2429 (java.text.MessageFormat should usefully set text on exceptions) 2001-04-02 19:55:56 +00:00
util DeflaterOutputStream.java (deflate): Loop while def.needsInput. 2001-04-01 14:28:45 -07:00