OSDN Git Service

2006-05-20 Andreas Tobler <a.tobler@schweiz.ch>
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index 87c18c1..f55b902 100644 (file)
@@ -1,3 +1,97 @@
+2006-05-20  Andreas Tobler  <a.tobler@schweiz.ch>
+           John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * configure.ac: Add the POSIX thread libs to the HP-UX PA
+       configuration. Add signal specification for HP-UX PA.
+       * configure: Rebuilt.
+       * configure.host: Add defaults for the HP-UX PA architecture.
+       Add descriptor files for HP-UX PA 32-bit and 64-bit.
+       * include/hppa-signal.h: New file.
+       * include/posix.h: Add shared library suffix for HP-UX.
+       * sysdep/pa/descriptor-pa32-hpux.h: New file.
+       * sysdep/pa/descriptor-pa64-hpux.h: Likewise.
+
+2006-05-19  Ranjit Mathew  <rmathew@gcc.gnu.org>
+
+       * ChangeLog: Correct incorrect GNU Classpath version in the
+       entry for the latest import.
+
+2006-05-18  Tom Tromey  <tromey@redhat.com>
+
+       * source.am, Makefile.in: Rebuilt.
+       * Makefile.am (property_files): Removed.
+       * scripts/makemake.tcl (properties_map): New global.
+       (properties_files): Likewise.
+       (emit_property_files): New proc.
+       (scan_packages): Scan META-INF.
+       Print property_files variable.  Scan classpath/resource.
+
+2006-05-18  Tom Tromey  <tromey@redhat.com>
+
+       * testsuite/libjava.special/special.exp (gcj_special_pr21115):
+       Renamed.
+       (gcj_write_and_byte_compile): New proc.
+       (gcj_special_lazy_illegal_access): Likewise.
+
+2006-05-18  Mark Wielaard  <mark@klomp.org>
+
+       Imported GNU Classpath 0.91
+       * scripts/makemake.tcl: LocaleData.java moved to gnu/java/locale.
+
+       * sources.am: Regenerated.
+       * gcj/javaprims.h: Regenerated.
+       * Makefile.in: Regenerated.
+       * gcj/Makefile.in: Regenerated.
+       * include/Makefile.in: Regenerated.
+       * testsuite/Makefile.in: Regenerated.
+
+       * gnu/java/lang/VMInstrumentationImpl.java: New override.
+       * gnu/java/net/local/LocalSocketImpl.java: Likewise.
+       * gnu/classpath/jdwp/VMMethod.java: Likewise.
+       * gnu/classpath/jdwp/VMVirtualMachine.java: Update to latest
+       interface.
+       * java/lang/Thread.java: Add UncaughtExceptionHandler.
+       * java/lang/reflect/Method.java: Implements GenericDeclaration and
+       isSynthetic(),
+       * java/lang/reflect/Field.java: Likewise.
+       * java/lang/reflect/Constructor.java
+       * java/lang/Class.java: Implements Type, GenericDeclaration,
+       getSimpleName() and getEnclosing*() methods.
+       * java/lang/Class.h: Add new public methods.
+       * java/lang/Math.java: Add signum(), ulp() and log10().
+       * java/lang/natMath.cc (log10): New function.
+       * java/security/VMSecureRandom.java: New override.
+       * java/util/logging/Logger.java: Updated to latest classpath
+       version.
+       * java/util/logging/LogManager.java: New override.
+
+2006-05-15  Bryce McKinlay  <mckinlay@redhat.com>
+
+       PR libgcj/27352
+       * java/lang/Class.java (getClassLoaderInternal): New method.
+       (forName (String, Class)): Use getClassLoaderInternal.
+       (getPackage): Likewise.
+       (getResource): Likewise.
+       (getResourceAsStream): Likewise.
+       (desiredAssertionStatus): Likewise.
+
+2006-05-15  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * stacktrace.cc (StackTrace::FillInFrameInfo): Use
+       UNWRAP_FUNCTION_DESCRIPTOR to compare frame->start_ip against the
+       klass->methods[j].ncode.
+
+2006-05-13  Tom Tromey  <tromey@redhat.com>
+
+       * sources.am, Makefile.in: Rebuilt.
+       * Makefile.am (nat_source_files): Mention natVMChannels.cc, not
+       natChannels.cc.
+       * java/nio/channels/natVMChannels.cc: Renamed from
+       natChannels.cc.
+       * java/nio/channels/Channels.java: Removed.
+       * java/nio/channels/natChannels.cc: Removed.
+       * java/nio/channels/VMChannels.java: New file.
+
 2006-05-13  Tom Tromey  <tromey@redhat.com>
 
        * sources.am, Makefile.in: Rebuilt.
        * testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Add check for
        HP-UX and add appropriate extension for shared libraries, sl.
        (gcj_jni_test_one): Likewise.
-       
+
        * testsuite/lib/libjava.exp (libjava_find_lib): Add sl to the shared
        library extensions.