OSDN Git Service

* java/lang/ieeefp.h: Fix bug in my hand-application of previous
[pf3gnuchains/gcc-fork.git] / libjava /
2002-01-02 tromey * java/lang/ieeefp.h: Fix bug in my hand-application...
2002-01-02 tromey2002-1-1 Andrew Pinski <pinskia@physics.uc.edu>
2002-01-01 tromey2001-12-29 Andreas Tobler <a.tobler@schweiz.ch>
2001-12-21 tromey * java/io/ObjectInputStream.java (enableResolveObject...
2001-12-21 tromey Fix for PR java/5165:
2001-12-21 tromey Fix for PR libgcj/2428:
2001-12-20 tromey For PR java/4766:
2001-12-20 aph2001-12-20 Andrew Haley <aph@redhat.com>
2001-12-19 tromey * java/awt/FlowLayout.java (FlowLayout(), FlowLayout...
2001-12-19 bryce * boehm.cc (_Jv_BuildGCDescr): Define unconditionally.
2001-12-19 bryce * include/jvm.h (_Jv_BuildGCDescr): Declare unconditio...
2001-12-18 tromey * java/text/CollationElementIterator.java (secondaryOr...
2001-12-18 tromey For PR java/3417:
2001-12-18 tromey * libjava.lang/PR3731.xfail: Removed.
2001-12-18 tromey Inspired by PR java/5057:
2001-12-18 tromey For PR java/5057:
2001-12-16 tromey For PR libgcj/5103:
2001-12-16 tromey For PR java/5088:
2001-12-16 tromey * Makefile.in: Rebuilt.
2001-12-16 bryce * java/io/DataOutputStream (write (byte[], int, int...
2001-12-15 brycegcc/java:
2001-12-15 bryceCollections drop from Classpath:
2001-12-14 tromey For PR libgcj/5103:
2001-12-14 hboehm * libjava/prims.cc: Some old cleanups. The collector now
2001-12-13 tromey * prims.cc (_Jv_RunMain): Use `using' to simplify...
2001-12-12 tromey * jni.cc (call): Synchronize if required.
2001-12-12 tromey * gij.cc (main): Clarify --help output.
2001-12-12 tromey * gnu/gcj/runtime/StringBuffer.java
2001-12-11 tromey * java/lang/String.java (String): New constructor.
2001-12-11 tromey For PR libgcj/1147:
2001-12-11 tromey Fix for PR libgcj/5064.
2001-12-10 bothner * gnu/gcj/xlib/XImage.java (toString): Add missing...
2001-12-10 tromey * resolve.cc (_Jv_PrepareClass): Verify method here...
2001-12-10 tromey * Makefile.in: Rebuilt.
2001-12-09 bryce * libjava.lang/PR3731.out: Adjust output to reflect...
2001-12-09 tromey * Makefile.in: Rebuilt.
2001-12-09 tromey * verify.cc (_Jv_BytecodeVerifier::is_assignable_from_...
2001-12-07 tromey * java/lang/ClassLoader.java (defineClass): Rethrow any
2001-12-07 tromey * java/lang/ThreadGroup.java (uncaughtException):...
2001-12-07 tromey * verify.cc (_Jv_BytecodeVerifier::branch_prepass...
2001-12-07 tromey * verify.cc (_Jv_BytecodeVerifier::FLAG_JSR_TARGET...
2001-12-07 tromey * libjava.compile/BlankFinal.java: Removed; incorrect...
2001-12-06 tromey * verify.cc (_Jv_BytecodeVerifier::type_val): Added
2001-12-05 tromey * defineclass.cc (character): Removed.
2001-12-04 tromey * verify.cc (_Jv_BytecodeVerifier::linked_utf8): New...
2001-12-04 tromey * defineclass.cc (read_one_method_attribute): `end_pc...
2001-12-04 bryce * Makefile.in: Rebuilt with automake-gcj.
2001-12-04 tromey * defineclass.cc (handleMethodsEnd): Invoke verifier...
2001-12-02 bryce * Makefile.am (nat_files, x_nat_files): Make sure...
2001-11-30 bryceRemove ">>>"
2001-11-30 bryce * Makefile.am (nat_headers, x_nat_headers): Depend...
2001-11-26 tromey Fix for PR libgcj/2024, plus other class name cleanups:
2001-11-25 tromey * verify.cc (_Jv_BytecodeVerifier::branch_prepass...
2001-11-25 tromey Fix for PR libgcj/4583:
2001-11-20 tromey * verify.cc (_Jv_BytecodeVerifier::branch_prepass...
2001-11-20 tromey * verify.cc (_Jv_BytecodeVerifier::require_array_type...
2001-11-19 tromey * verify.cc (_Jv_BytecodeVerifier::verify_instructions_0)
2001-11-19 tromey * verify.cc (type::to_array): New method.
2001-11-19 tromey * verify.cc (_Jv_BytecodeVerifier::branch_prepass...
2001-11-19 tromey * verify.cc (_Jv_BytecodeVerifier::get_type_val_for_si...
2001-11-19 tromey * verify.cc (_Jv_BytecodeVerifier::get_ushort): Use...
2001-11-19 tromey * verify.cc (_Jv_BytecodeVerifier::pop_type): Put...
2001-11-18 tromey * verify.cc: Include StringBuffer.h.
2001-11-17 greenObvious jni weak reference fix
2001-11-16 tromey * verify.cc (_Jv_BytecodeVerifier::check_field_constan...
2001-11-16 tromey * verify.cc (_Jv_BytecodeVerifier::is_assignable_from_...
2001-11-16 tromey Re-merge with Classpath, from Brian Jones:
2001-11-16 mark * java/util/Timer.java (TaskQueue.isStopped): Remove...
2001-11-16 tromey * verify.cc (type::compatible): Use _Jv_IsAssignableFrom.
2001-11-15 hboehm * java/lang/natString.cc: correct argument order for
2001-11-15 tromey * verify.cc (class _Jv_BytecodeVerifier) [op_dup2...
2001-11-14 tromey * java/lang/reflect/Constructor.java (toString): Use...
2001-11-14 tromey Re-merges with Classpath, from various people:
2001-11-14 tromey Re-merges with Classpath, from various people:
2001-11-13 tromey Fix for PR libgcj/4859:
2001-11-13 tromey * Makefile.in: Rebuilt.
2001-11-12 bryce * boehm.cc (_Jv_GCCanReclaimSoftReference)...
2001-11-09 jsturm * verify.cc: Wrap in #ifdef INTERPRETER...#endif.
2001-11-07 tromey * verify.cc (skip_padding): Fail if padding byte is...
2001-11-07 tromey * HACKING: Make people commit their own patches.
2001-11-05 tromey * java/lang/Class.h (Class): Made _Jv_BytecodeVerifier...
2001-11-05 bryce * java/util/ResourceBundle.java (class Security):...
2001-11-04 bryce * java/util/ResourceBundle.java (getClassContext)...
2001-11-04 tromey * defineclass.cc (handleClassBegin): Use Object::class...
2001-11-03 hboehm2001-11-02 Hans Boehm <Hans_Boehm@hp.com>
2001-11-02 bryce * libjava.lang/TLtest.xfail: New file. Needs threads.
2001-10-31 jsm28 * HACKING, gnu/gcj/xlib/Pixmap.java, gnu/gcj/xlib...
2001-10-30 bryce * jni.cc (JNI_CreateJavaVM): Call _Jv_CreateJav...
2001-10-29 tromey * java/util/zip/GZIPOutputStream.java (write(int)...
2001-10-27 tromey * include/jni.h (struct JNINativeInterface) [GetString...
2001-10-26 tromey * java/util/zip/Adler32.java: Use correct class name...
2001-10-26 bryceOops!
2001-10-26 bryce * java/lang/VMClassLoader.java (getPrimitiveClass...
2001-10-25 apbianco2001-10-04 Alexandre Petit-Bianco <apbianco@redhat...
2001-10-25 hboehm * include/boehm-gc.h: Call thread local allocation...
2001-10-25 bryce2001-10-25 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
2001-10-24 ljrittleCorrect date.
2001-10-24 ljrittle * configure.in (case $THREADS): Add *-*-freebsd* confi...
2001-10-24 tromey2001-10-24 Tom Tromey <tromey@redhat.com>
2001-10-24 tromey * java/lang/reflect/Field.java: Made many methods...
next