OSDN Git Service

* init.c (build_new_1): Bail early if the call to new fails.
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index 80378dd..779aef4 100644 (file)
@@ -1,3 +1,48 @@
+2000-07-06  Tom Tromey  <tromey@cygnus.com>
+
+       * java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass):
+       Initialize static final String fields.
+
+2000-07-03  Tom Tromey  <tromey@cygnus.com>
+
+       * java/io/PrintWriter.java (print): Call write(String), not
+       print(String).  See PR libgcj/277.
+       (print(String)): Use write, not out.write.
+
+2000-06-30  Tom Tromey  <tromey@cygnus.com>
+
+       * include/jni.h: Include <gcj/array.h>.  Fixes PR libgcj/270.
+
+2000-06-27  Andrew Haley  <aph@cygnus.com>
+
+       * java/io/File.java (createTempFile): Close the FileDescriptor
+       used to create a temp file.  Fixes some of PR 203.
+       * java/io/natFileDescriptorPosix.cc (open): Call garbage
+       collection if we run out of file handles.
+
+2000-06-28  Warren Levy  <warrenl@cygnus.com>
+
+       * gnu/java/security/provider/Gnu.java: New file.
+       * gnu/java/security/provider/SHA.java: New file.
+       * gnu/java/security/provider/SHA1PRNG.java: New file.
+       * Makefile.am: Added the above files.
+       * Makefile.in: Rebuilt.
+
+       * java/io/ObjectStreamClass.java (setUID): Use Gnu SHA instead of SHS.
+
+2000-06-28  Bryce McKinlay  <bryce@albatross.co.nz>
+
+       * ThreadGroup.java: Added synchronized flag to many methods.
+       (destroyed_flag): Removed.
+       (isDestroyed, removeGroup, removeThread): Test for parent == null.      
+       (activeCount): Added spec note.
+
+2000-06-27  Warren Levy  <warrenl@cygnus.com>
+
+       * java/security/Principal.java: New file.
+       * Makefile.am: Added Principal.java.
+       * Makefile.in: Rebuilt.
+
 2000-06-27  Rolf W. Rasmussen  <rolfwr@ii.uib.no>
 
        * java/awt/event/MouseEvent.java: Fixed coordinate space
        * include/i386-signal.h (MAKE_THROW_FRAME): Ditto.
        * include/ppc-signal.h: New file.
 
->>>>>>> 1.385
 2000-05-18  Bryce McKinlay  <bryce@albatross.co.nz>
 
        * java/lang/Thread.java: Declare `data' as Object, not RawData.