configure.in (GCC_UNWIND_INCLUDE): Assume we're built within the same tree as gcc.
[gcc.git] / libjava / ChangeLog
index 59225f559a8cdc06d0bfe72bbd1434625ce55795..1e26ad1a2dc3b636e9b38f326e475bef73ac960b 100644 (file)
@@ -1,3 +1,29 @@
+2001-04-02  Richard Henderson  <rth@redhat.com>
+
+       * configure.in (GCC_UNWIND_INCLUDE): Assume we're built within
+       the same tree as gcc.
+       * configure: Rebuilt.
+
+       * exception.cc (_Jv_Throw): Clarify commentary.
+
+2001-04-02  Marcus G. Daniels  <mgd@swarm.org>
+
+       * jni.cc (wrap_value<jclass>): New specialization.
+
+2001-04-02  Tom Tromey  <tromey@redhat.com>
+
+       * 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.
+
 2001-04-02  Torsten Rueger  <torsten.rueger@firsthop.com>
 
        * java/text/MessageFormat.java (setLocale): Added missing `else'.