OSDN Git Service

* configure.ac: Add sys/rw_lock.h to AC_CHECK_HEADERS.
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index f8af155..ac0388c 100644 (file)
@@ -1,3 +1,129 @@
+2006-05-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+        * configure.ac: Add sys/rw_lock.h to AC_CHECK_HEADERS.
+        * configure: Rebuilt.
+        * include/config.h.in: Likewise.
+       * include/posix.h: If HAVE_SYS_RW_LOCK_H is defined, include
+       <sys/rw_lock.h>.
+
+2006-05-24  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/27024:
+       * sources.am, Makefile.in: Rebuilt.
+       * gnu/java/net/DefaultContentHandlerFactory.java: Removed.
+       * java/net/URLConnection.java: Removed.
+
+2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
+
+       * Makefile.am: Add install-html target. Add install-html to .PHONY
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+       * gcj/Makefile.in: Regenerate.
+       * include/Makefile.in: Regenerate.
+       * testsuite/Makefile.in: Regenerate.
+
+2006-05-24  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * testsuite/libjava.lang/stacktrace.java: New file.
+       * testsuite/libjava.lang/stacktrace.out: Likewise.
+
+2006-05-24  Tom Tromey  <tromey@redhat.com>
+
+       * sources.am, Makefile.in: Rebuilt.
+       * scripts/makemake.tcl: Accept -verbose command-line option.
+       (is_verbose): New global.
+       (verbose): Use it.
+       (classify_source_file): Don't special case '.' for 'package'
+       type.
+
+2006-05-24  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/27729:
+       * java/lang/reflect/natField.cc (getAddr): Added parens.
+       * java/lang/reflect/natConstructor.cc (getModifiersInternal):
+       Renamed.  Don't mask flags.
+       * java/lang/reflect/Constructor.java (CONSTRUCTOR_MODIFIERS): New
+       constant.
+       (getModifiersInternal): Renamed.
+       (getModifiers): Rewrote.
+       (isSynthetic, isVarArgs): New methods.
+       (hashCode): Rewrote.
+       (addTypeParameters, toGenericString): New methods.
+       (getTypeParameters): Rewrote.
+       (getSignature): New method.
+       (getGenericParameterTypes, getGenericExceptionTypes): Likewise.
+       * java/lang/reflect/natMethod.cc (getModifiersInternal):
+       Renamed.  Don't mask flags.
+       * java/lang/reflect/natField.cc (getModifiersInternal): Renamed.
+       Don't mask flags.
+       * java/lang/reflect/Modifier.java (BRIDGE, VARARGS, SYNTHETIC,
+       ENUM): New constants.
+       (INVISIBLE): Changed value.
+       * java/lang/reflect/Method.java: Mostly merged with Classpath.
+       (getModifiersInternal): Renamed.
+       (getModifiers): Rewrote.
+       (isBridge, isSynthetic, isVarArgs): New methods.
+       (toGenericString): Likewise.
+       (getTypeParameters): Likewise.
+       (getSignature): Likewise.
+       (getGenericExceptionTypes, getGenericParameterTypes,
+       getGenericReturnType): Likewise.
+       (METHOD_MODIFIERS): New constant.
+       * java/lang/reflect/Field.java: Mostly merged with Classpath.
+       Added javadoc everywhere.
+       (getModifiersInternal): Renamed.
+       (getModifiers, isSynthetic, isEnumConstant): Rewrote.
+       (toGenericString): New method.
+       (getGenericType, getSignature): Likewise.
+       (FIELD_MODIFIERS): New constant.
+
+2006-05-24  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/27731:
+       * java/lang/natMath.cc (cbrt, cosh, expm1, hypot, log1p, sinh,
+       tanh): New methods.
+       * java/lang/Math.java (cbrt, cosh, expm1, hypot, log1p, sinh,
+       tanh): Declare.
+
+2006-05-22  Mark Wielaard  <mark@klomp.org>
+
+       * HACKING: Update GNU Classpath import instructions.
+
+2006-05-21  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * java/lang/natClass.cc (_Jv_FindMethodInCache): Mark klass, name and
+       signature as MAYBE_UNUSED for HAVE_TLS == 0.
+       (_Jv_AddMethodToCache): Mark klass and method as MAYBE_UNUSED for
+       HAVE_TLS == 0.
+
+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):
@@ -7,7 +133,7 @@
 
 2006-05-18  Mark Wielaard  <mark@klomp.org>
 
-       Imported GNU Classpath 0.90
+       Imported GNU Classpath 0.91
        * scripts/makemake.tcl: LocaleData.java moved to gnu/java/locale.
 
        * sources.am: Regenerated.