OSDN Git Service

PR classpath/28666:
[pf3gnuchains/gcc-fork.git] / libjava / classpath / ChangeLog.gcj
index 7304d66..db24f53 100644 (file)
@@ -1,3 +1,29 @@
+2006-08-09  Tom Tromey  <tromey@redhat.com>
+
+       PR classpath/28666:
+       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.c
+       (Java_gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice_nativeGetDisplayModes):
+       Create a 'short' array.
+
+2006-08-07  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/28609:
+       * ltconfig: Copied from gcc.
+
+2006-07-20  Keith Seitz  <keiths@redhat.com>
+
+       * include/jvmti.h: Include copy from upstream before next merge.
+
+2006-07-12  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/27271:
+       * java/util/zip/ZipFile.java (getInputStream): Call addDummyByte
+       on PartialInputStream.
+       (PartialInputStream.dummyByteCount): New field.
+       (PartialInputStream.fillBuffer): Handle dummy byte.
+       (PartialInputStream.read): Likewise.
+       (PartialInputStream.addDummyByte): New method.
+
 2006-06-14  Tom Tromey  <tromey@redhat.com>
 
        PR java/28024: