OSDN Git Service

* init.c (build_new_1): Bail early if the call to new fails.
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
2000-07-07 tromey * java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass):
2000-07-03 tromey * java/io/PrintWriter.java (print): Call write(String...
2000-06-30 tromey * include/jni.h: Include <gcj/array.h>. Fixes PR...
2000-06-28 aph2000-06-27 Andrew Haley <aph@cygnus.com>
2000-06-28 warrenlRemoved extraneous conflict marker.
2000-06-28 warrenl * gnu/java/security/provider/Gnu.java: New file.
2000-06-28 bryce * ThreadGroup.java: Added synchronized flag to many...
2000-06-28 warrenl * java/security/Principal.java: New file.
2000-06-27 tromey2000-06-27 Rolf W. Rasmussen <rolfwr@ii.uib.no>
2000-06-27 tromey * java/io/PushbackInputStream.java (read): If there...
2000-06-27 tromey * java/lang/Double.java (valueOf): Call parseDouble().
2000-06-27 warrenl * java/beans/PropertyChangeEvent.java (oldVal): Rename...
2000-06-24 tromey * java/lang/natDouble.cc (parseDouble): Renamed from
2000-06-23 tromey * java/lang/ieeefp.h: Handle ia64, fr30, mcore.
2000-06-23 tromey * java/lang/reflect/natMethod.cc: Include <alloca.h>.
2000-06-21 bryce2000-06-21 Bryce McKinlay <bryce@albatross.co.nz>
2000-06-20 bryce2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
2000-06-18 tromey * java/lang/natClass.cc (forName): Removed dead code...
2000-06-16 tromey Fix for PR libgcj/261:
2000-06-16 tromey * gnu/gcj/convert/natIconv.cc (iconv_adapter): New...
2000-06-15 bryce2000-06-15 Bryce McKinlay <bryce@albatross.co.nz>
2000-06-15 bryce2000-06-15 Bryce McKinlay <bryce@albatross.co.nz>
2000-05-31 tromey * prims.cc (DECLARE_PRIM_TYPE): Define a vtable as...
2000-05-31 bryce2000-05-31 Bryce McKinlay <bryce@albatross.co.nz>
2000-05-30 tromey * include/name-finder.h: Include <sys/wait.h>.
2000-05-24 warrenl * java/io/ObjectOutputStream.java (writeObject): Use...
2000-05-20 bryce2000-05-20 Bryce McKinlay <bryce@albatross.co.nz>
2000-05-20 tromey * Makefile.in: Rebuilt.
2000-05-20 bryce2000-05-20 Bryce McKinlay <bryce@albatross.co.nz>
2000-05-20 tromeyRemoved duplicate ChangeLog entry
2000-05-19 tromey * java/io/BufferedWriter.java: Merged with Classpath.
2000-05-19 tromeyJumbo patch:
2000-05-18 bryce From Gregory R. Warnes <warnes@biostat.washington...
2000-05-18 bryce2000-05-18 Bryce McKinlay <bryce@albatross.co.nz>
2000-05-16 aph2000-05-15 Andrew Haley <aph@cygnus.com>
2000-05-11 tromey * java/util/zip/ZipInputStream.java (getNextEntry...
2000-05-10 bryce2000-05-10 Bryce McKinlay <bryce@albatross.co.nz>
2000-05-10 bryce2000-05-10 Bryce McKinlay <bryce@albatross.co.nz>
2000-05-09 tromey * java/lang/StringBuffer.java (toString): Don't mark...
2000-05-07 tromey * Makefile.in: Rebuilt.
2000-05-06 tromey * Makefile.in: Rebuilt.
2000-05-05 tromey Fix for PR libgcj/220:
2000-05-05 tromey * gcj/field.h (JvFieldIsRef): Return false for gnu...
2000-05-05 bryce2000-05-05 Bryce McKinlay <bryce@albatross.co.nz>
2000-05-04 tromeyRemoved erroneous ChangeLog entry
2000-05-04 tromey * java/util/Locale.java (Locale): Don't explicitly...
2000-05-01 tromey2000-04-28 Jakub Jelinek <jakub@redhat.com>
2000-04-28 tromeyRemoved mistakenly-committed ChangeLog entry
2000-04-28 tromey * libgcj.spec.in (*jc1): Added -fasynchronous-exceptions.
2000-04-28 bryce2000-04-28 Bryce McKinlay <bryce@albatross.co.nz>
2000-04-27 tromey Runtime support for PR gcj/2:
2000-04-27 bryce2000-04-27 Bryce McKinlay <bryce@albatross.co.nz>
2000-04-26 tromey * Makefile.in: Rebuilt.
2000-04-24 tromey * gnu/gcj/runtime/natFirstThread.cc (run): Initialize...
2000-04-22 green+ 2000-04-22 Anthony Green <green@cygnus.com>
2000-04-21 tromey * java/io/PipedInputStream.java, java/io/PipedOutputSt...
2000-04-21 tromey Fix for PR libgcj/15:
2000-04-21 tromey * java/io/PipedInputStream.java, java/io/PipedReader...
2000-04-21 tromey Fix for PR libgcj/213:
2000-04-21 tromey * gnu/gcj/protocol/file/Handler.java (openConnection...
2000-04-21 tromey Fix for PR java.io/204:
2000-04-20 tromey Fix for PR libgcj/212:
2000-04-20 tromey * jni.cc (_Jv_JNI_PopSystemFrame): Clear `env->ex'.
2000-04-20 tromey * jni.cc (_Jv_JNI_FindClass): Use system class loader...
2000-04-19 bryce2000-04-19 Bryce McKinlay <bryce@albatross.co.nz>
2000-04-16 bryce2000-04-16 Bryce McKinlay <bryce@albatross.co.nz>
2000-04-12 tromey * java/lang/natString.cc (intern): Temporarily disable...
2000-04-12 tromey * java/lang/natString.cc (unintern): Added `obj' argument.
2000-04-11 tromey * java/util/Vector.java (VectorEnumeration): Now ...
2000-04-11 warrenl * java/io/ObjectStreamException.java: New file.
2000-04-09 green2000-04-08 Anthony Green <green@cygnus.com>
2000-04-09 green2000-04-08 Anthony Green <green@cygnus.com>
2000-04-09 green2000-04-08 Anthony Green <green@cygnus.com>
2000-04-09 tromey * Makefile.in: Rebuilt.
2000-04-09 green2000-04-08 Anthony Green <green@redhat.com>
2000-04-06 tromey * configure: Rebuilt.
2000-04-04 tromey * Makefile.in: Rebuilt.
2000-04-03 tromey * include/jvm.h (_Jv_GetArrayElementFromElementType...
2000-04-03 tromey * Makefile.in: Rebuilt.
2000-04-02 greenJVMPI changes...
2000-03-28 bryceSynchronized gcjh commands for java/lang/Thread.h with...
2000-03-28 bryce * Makefile.in: New #defines and friends for...
2000-03-27 tromey * jni.cc (_Jv_JNI_PopSystemFrame): If environment...
2000-03-26 tromey2000-03-26 Tom Tromey <tromey@cygnus.com>
2000-03-24 warrenl * java/math/BigInteger.java(divide): Handle the specia...
2000-03-24 warrenl * java/awt/Font.java(isBold): Fix syntax error.
2000-03-21 bryce2000-03-21 Bryce McKinlay <bryce@albatross.co.nz>
2000-03-21 bryce * java/lang/natClass.cc (isInstance): Use JV_CL...
2000-03-21 bryce * java/lang/natClass.cc (isInstance): Use _Jv_I...
2000-03-21 bryce2000-03-21 Bryce McKinlay <bryce@albatross.co.nz>
2000-03-19 warrenl * java/awt/Color.java: Specified java.io for Serializable.
2000-03-19 warrenl * java/awt/Color.java: Rewrote to be more memory effic...
2000-03-17 warrenl * java/awt/Color.java: New file.
2000-03-15 tromey2000-03-15 Tom Tromey <tromey@cygnus.com>
2000-03-14 tromey * jni.cc (mangled_name): Fixed assertion.
2000-03-10 warrenl * java/security/Key.java(serialVersionUID): Set to...
2000-03-10 warrenl * java/security/AlgorithmParameterGeneratorSpi.java...
2000-03-09 bryceUpdated README.
2000-03-09 bryce2000-03-09 Bryce McKinlay <bryce@albatross.co.nz>
2000-03-09 tromey * java/lang/reflect/natArray.cc (newInstance): Don...
next