OSDN Git Service

PR c/15498
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index 416047a..2a3039e 100644 (file)
@@ -1,3 +1,143 @@
+2004-09-14  Richard Henderson  <rth@redhat.com>
+
+       * java/lang/natPosixProcess.cc (waitForSignal): Ignore return
+       value of sigsuspend.
+
+2004-09-12  Tom Tromey  <tromey@redhat.com>
+
+       * javax/naming/CompoundName.java (CompoundName): Don't check for
+       separator in "flat" case.
+
+2004-09-12  Michael Koch  <konqueror@gmx.de>
+
+       * libltdl/configure.ac: Fixed AM_INIT_AUTOMAKE usage and replaces
+       AM_CONFIG_HEADER by AC_CONFIG_FILES.
+       * libltdl/Makefile.in, libltdl/aclocal.m4, libltdl/configure:
+       Regenerate.
+
+2004-09-11  Mohan Embar  <gnustuff@thisiscool.com>
+
+       PR libgcj/14751
+       * win32-threads.cc (_Jv_ThreadInitData): Zero out thread
+       handle in newly-allocated _Jv_Thread_t.
+       (_Jv_ThreadDestroyData): Close thread handle.
+       (_Jv_ThreadStart): Remove obsolete comment.
+       Store handle of newly-created thread in _Jv_Thread_t.
+       * include/win32-threads.h: #define WIN32_LEAN_AND_MEAN
+       before including <windows.h>
+       #define _Jv_HaveCondDestroy
+
+2004-09-11  Mohan Embar  <gnustuff@thisiscool.com>
+
+       * java/lang/natThread.cc (finalize_native): Destroy
+       join conditional variable and mutex if these destroy
+       operations are supported.
+
+2004-09-10  Dalibor Topic <robilad@kaffe.org>
+
+       * gnu/java/net/protocol/file/Connection.java (permission): New field.
+       (DEFAULT_PERMISSION): New constant.
+       (Connection): Create a FilePermission with permission to read file.
+
+2004-09-10  Michael Koch  <konqueror@gmx.de>
+
+       * gnu/java/net/protocol/file/Connection.java
+       (getLastModified): Moved around.
+       (getPermission): Return stored permission.
+
+2004-09-10  Michael Koch  <konqueror@gmx.de>
+
+       * Makefile.in: Regenerate.
+
+2004-09-10  Michael Koch  <konqueror@gmx.de>
+
+       * Makefile.am: Reverted accidently commited stuff.
+       * configure: Regenerated.
+
+2004-09-10  Michael Koch  <konqueror@gmx.de>
+
+       * gnu/java/net/protocol/file/Connection.java
+       (lineSeparator): Made non-final.
+       (static): Removed.
+       (connect): Initialize lineSeparator lazily. Use ByteArrayInputStream
+       instead of StringBufferInputStream.
+
+2004-09-10  Michael Koch  <konqueror@gmx.de>
+
+       * gnu/java/net/protocol/file/Connection.java
+       (connect): Handle file is a directory case.
+
+2004-09-10  Michael Koch  <konqueror@gmx.de>
+
+       * Makefile.am
+       (xlib_includes): Removed.
+       (AM_CPPFLAGS): Renamed from INCLUDES.
+       (lib_gnu_awt_xlib_la_CPPFLAGS): New automake variable.
+       * Makefile.in: Regenerate.
+
+2004-09-09  Michael Koch  <konqueror@gmx.de>
+
+       * java/security/ProtectionDomain.java,
+       * java/util/PropertyPermissionCollection.java:
+       Fixed javadocs all over.
+
+2004-09-09  Sven de Marothy  <sven@physto.se>
+
+       Patch from David Gilbert <david.gilbert@object-refinery.com>
+       * java/lang/Comparable.java: Fixed documentation errors.
+       * java/util/Arrays.java: Likewise.
+
+2004-09-09  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * java/net/Inet4Address.java
+       (Inet4Address): Added comment to serialization UID.
+       * java/text/Format.java
+       (Format): Added comment to serialization UID.
+
+2004-09-09  Michael Koch  <konqueror@gmx.de>
+
+       * java/lang/System.java
+       (err): Fixed javadoci to point to setErr() and not setOut().
+
+2004-09-09  Jeroen Frijters  <jeroen@frijters.net>
+
+       (normalizePath): Added special case for windows systems.
+
+2004-09-09  Michael Koch  <konqueror@gmx.de>
+
+       * java/io/File.java
+       (dupSeparator): Made private.
+       (File(URI)): New constructor.
+       (getParentFile): Fixed javadoc.
+       (createTempFile): Reformated.
+       (setReadOnly): Added comment.
+       (deleteOnExit): Merged javadoc with classpath version.
+
+2004-09-09  Michael Koch  <konqueror@gmx.de>
+
+       * Makefile.am: Don't try to include deps.mk.
+       * Makefile.in: Regenerated.
+
+2004-09-08  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * configure.ac (AC_CONFIG_COMMANDS): Don't create subdirectories and
+       .d files.
+       * configure: Rebuilt.
+
+2004-09-04  Mohan Embar  <gnustuff@thisiscool.com>
+
+       * java/net/natNetworkInterfaceWin32.cc (getRealNetworkInterfaces):
+       Changed pfn from static local to local.
+
+2004-09-03  Bryce McKinlay  <mckinlay@redhat.com>
+            H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR libgcj/17290
+       * Makefile.am (GCJCOMPILE): Remove definition.
+       (AM_CFLAGS): Add -fclasspath and -fbootclasspath flags.
+       Use LTGCJCOMPILE, not GCJCOMPILE, to build .lo targets.
+       * Makefile.in: Rebuilt.
+
 2004-09-03  Kelley Cook  <kcook@gcc.gnu.org>
 
        * configure.ac (enable-gc-debug): Update help for new syntax.