OSDN Git Service

* aclocal.m4, configure: Rebuilt.
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index 9cb3eb7..9dc403c 100644 (file)
@@ -1,3 +1,107 @@
+2001-06-12  Tom Tromey  <tromey@redhat.com>
+
+       * aclocal.m4, configure: Rebuilt.
+       * acinclude.m4: Find configure.host in srcdir.
+
+2001-06-07  Tom Tromey  <tromey@redhat.com>
+
+       Fix for PR libgcj/3059:
+       * java/lang/natSystem.cc (init_properties): Define `java.home'.
+       * Makefile.in: Rebuilt.
+       * Makefile.am (AM_CXXFLAGS): Define PREFIX.
+
+2001-06-10  Alexandre Petit-Bianco  <apbianco@redhat.com>
+
+       * exception.cc (cstdlib): Replaces stdlib.h.
+       (_Jv_Throw): Use std::abort().
+       (PERSONALITY_FUNCTION): Likewise.
+
+2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
+
+       * acinclude.m4 (AC_EXEEXT): Work around in case it expands to
+       nothing, as in autoconf 2.50.
+       * aclocal.m4, configure: Rebuilt.
+
+2001-06-08  Tom Tromey  <tromey@redhat.com>
+
+       * configure: Rebuilt.
+       * configure.in: Compute new aux dir using `pwd'.
+
+2001-06-07  Tom Tromey  <tromey@redhat.com>
+
+       For PR bootstrap/3075:
+       * configure, aclocal.m4, Makefile.am: Rebuilt.
+       * configure.in: Pass `--with-auxdir' to subdir configure.  Don't
+       call AC_CONFIG_AUX_DIR or AC_CANONICAL_SYSTEM.  Look for unwind.h
+       relative to libgcj_basedir.
+       * acinclude.m4 ((LIBGCJ_CONFIGURE): Call AC_CONFIG_AUX_DIR and
+       AC_CANONICAL_SYSTEM here.
+       * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
+       libgcj_basedir.
+       ($(extra_headers)): New target.
+
+2001-06-05  Martin Kahlert  <martin.kahlert@infineon.com>
+           Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
+
+       * java/lang/natClass.cc (_Jv_IsAssignableFrom): Ensure that ancestors
+       table index is within allowed bounds. Ensure that we dont try to access
+       class itable at a negative offset. Avoid an ancestor table lookup if
+       source is a primitive type class.
+       (isInstance): Remove redundant isPrimitive() check.
+
+2001-06-04  Tom Tromey  <tromey@redhat.com>
+
+       * java/security/PublicKey.java: Extend Key.
+       * java/security/PrivateKey.java: Extend Key.
+
+2001-06-02  Anthony Green  <green@redhat.com>
+
+       * java/lang/natRuntime.cc (_Jv_FindSymbolInExecutable): Provide an
+       alternate when USE_LTDL not defined.
+
+2001-06-02  Anthony Green  <green@redhat.com>
+
+       * configure: Rebuild.
+       * configure.in: Remove data_start hack.
+       * libgcj.spec.in: Ditto.
+       * Makefile.in: Rebuild.
+       * Makefile.am: Ditto.
+       * libgcjdata.c: Remove.
+       
+2001-06-02  Anthony Green  <green@redhat.com>
+
+       * configure: Rebuild.
+       * configure.in (LIBFFIINCS, LIBFFI): Introduce.  Add
+       --without-libffi option.  Tweak --disable-java-net processing.
+       * Makefile.in: Rebuild.
+       * Makefile.am (LIBFFIINCS, LIBFFI): Use.
+       * include/config.h.in: Rebuild.
+       * acconfig.h (USE_LIBFFI): Define.
+       * java/lang/reflect/natMethod.c: Use USE_LIBFFI.
+
+2001-06-02  Anthony Green  <green@redhat.com>
+
+       * configure: Rebuilt.
+       * configure.in: Test for sigaction on native builds.
+       * prims.cc: Check HAVE_SIGACTION.
+       * include/config.h.in: Rebuilt.
+
+2001-05-31  Jeff Sturm  <jsturm@one-point.com>
+
+       * natFile.cc (get_entry): Removed functions.
+       (performList): Call readdir or readdir_r if HAVE_READDIR_R defined.
+       Allocate enough storage for d_name if using readdir_r.
+
+2001-05-31  Tom Tromey  <tromey@redhat.com>
+
+       * java/io/natFileDescriptorPosix.cc (open): Allocate buffer to
+       correct size.
+       (write): Loop until write completes.  From Corey Minyard.
+
+2001-05-29  Laurent Guerby  <guerby@acm.org>
+
+       * java/awt/geom/Rectangle2D.java: fix doc typo.
+
 2001-05-31  Tom Tromey  <tromey@redhat.com>
 
        * java/sql/DriverManager.java (getDrivers): Handle case where