OSDN Git Service

* gcc.dg/overflow-warn-1.c, gcc.dg/overflow-warn-2.c,
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index 3c9d59b..fa70cfc 100644 (file)
@@ -1,3 +1,108 @@
+2005-02-15  Richard Henderson  <rth@redhat.com>
+
+       * Makefile.am (libgcj_la_SOURCES): Move all sources ...
+       (libgcj0_convenience_la_SOURCES): ... here.
+       (libgcj_la_LIBADD): Add libgcj0_convenience.la.
+       (libgcj_la_DEPENDENCIES): Include libgcj_la_LIBADD.
+       * Makefile.in: Regenerate.
+
+2005-02-14  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       * jawt.c: New file.
+       * include/jawt.h: Likewise.
+       * include/jawt_md.h: Likewise.
+       * include/Makefile.am (tool_include__HEADERS): Add jawt.h and
+       jawt_md.h files.
+       * include/Makefile.in: Regenerate.
+       * jni/classpath/classpath_jawt.h: Likewise.
+       * jni/gtk-peer/gtk_jawt.c: Likewise.
+       * Makefile.am: Build libjawt.so.
+       * Makefile.in: Regenerate.
+
+2005-02-14  Tom Tromey  <tromey@redhat.com>
+
+       * testsuite/libjava.lang/PR19921.java: Use correct class name.
+
+2005-02-14  Tom Tromey  <tromey@redhat.com>
+
+       * testsuite/libjava.lang/PR19921.out: Renamed from PR19929.out.
+       * testsuite/libjava.lang/PR19921.java: Renamed from PR19929.java.
+
+2005-02-14  Tom Tromey  <tromey@redhat.com>
+
+       For PR java/19929:
+       * testsuite/libjava.lang/PR19929.out: New file.
+       * testsuite/libjava.lang/PR19929.java: New file.
+
+2005-02-14  Anthony Green  <green@redhat.com>
+
+       PR libgcj/18116
+       * testsuite/libjava.jni/PR18116.c: New file.
+       * testsuite/libjava.jni/PR18116.java: New file.
+       * testsuite/libjava.jni/PR18116.out: New file.
+
+2005-02-13  Anthony Green  <green@redhat.com>
+
+       PR libgcj/18116
+       * jni.cc (nathash_add): Don't strdup the method signature.
+       (_Jv_JNI_RegisterNatives): Convert the slashes to dots in the
+       method signature.
+       Update copyright.
+
+2005-02-12  Mark Wielaard  <mark@klomp.org>
+
+       Fixes bug libgcj/8170
+       * java/lang/ClassLoader.java (loadClass): Don't rewrap
+       ClassNotFoundException.
+       * gnu/java/lang/MainThread.java (run): Chain NoClassDefFoundError.
+       * gnu/gcj/runtime/NameFinder.java (remove_interpreter): Removed.
+       (remove_internal): New field superceding remove_interpreter.
+       (sanitizeStack): Remove all no-package classes starting with "_Jv_".
+       Remove no-class methods starting with "_Jv_". And Replace null
+       class or method names with the empty string. Stop at either the
+       MainThread or a real Thread run() method.
+       (newElement): Made static.
+       * java/net/URLClassLoader.java (findClass): Throw
+       ClassNotFoundExceptions including urls, plus parent using toString().
+       (thisString): New field.
+       (toString): New method.
+
+2005-02-10  Tom Tromey  <tromey@redhat.com>
+
+       * external/sax/Makefile.in: Rebuilt.
+       * external/sax/Makefile.am (all-local): Removed.
+       (BUILT_SOURCES): New variable.
+       (mostlyclean-local): No error if no classes to delete.
+       * external/w3c_dom/Makefile.in: Rebuilt.
+       * external/w3c_dom/Makefile.am (all-local): Removed.
+       (BUILT_SOURCES): New variable.
+       (mostlyclean-local): No error if no classes to delete.
+
+2005-02-10  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * testsuite/libjava.mauve/xfails: Updated to reflect current state 
+       of mauve and libjava.
+
+2005-02-09  Tom Tromey  <tromey@redhat.com>
+
+       * gnu/java/net/protocol/jar/Connection.java (getJarFile): Open
+       jar file with OPEN_DELETE.
+       * java/util/zip/ZipFile.java (ZipFile): Call deleteOnExit when
+       OPEN_DELETE is used.
+
+2005-02-09  Tom Tromey  <tromey@redhat.com>
+
+       * java/util/zip/InflaterInputStream.java (markSupported):
+       Override.
+       (mark, reset): Likewise.
+
+2005-02-08  Tom Tromey  <tromey@redhat.com>
+
+       * java/net/URI.java (AUTHORITY_REGEXP): Handle case where user
+       name or port is missing.
+       (AUTHORITY_USERINFO_GROUP, AUTHORITY_HOST_GROUP,
+       AUTHORITY_PORT_GROUP): Updated.
+
 2005-02-08  Tom Tromey  <tromey@redhat.com>
 
        * configure: Rebuilt.