Files
gcc/libjava/java/io
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
..
2000-05-19 17:55:34 +00:00
2000-11-20 18:25:41 +00:00
2000-05-19 17:55:34 +00:00
2000-05-19 17:55:34 +00:00
2000-05-19 17:55:34 +00:00
2000-05-19 17:55:34 +00:00
2000-05-19 17:55:34 +00:00
2000-05-19 17:55:34 +00:00
2000-05-19 17:55:34 +00:00
2000-05-19 17:55:34 +00:00
2000-05-19 17:55:34 +00:00
2000-05-19 17:55:34 +00:00
2001-01-06 23:28:40 +00:00
2001-01-06 23:28:40 +00:00