summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* 2002-01-02 Andreas Tobler <a.tobler@schweiz.ch>tromey2002-01-052-1/+8
* * java/lang/Thread.java (stop): No longer synchronized.tromey2002-01-042-3/+8
* * java/lang/ieeefp.h: Fix bug in my hand-application of previoustromey2002-01-022-1/+6
* 2002-1-1 Andrew Pinski <pinskia@physics.uc.edu>tromey2002-01-022-5/+7
* 2001-12-29 Andreas Tobler <a.tobler@schweiz.ch>tromey2002-01-012-0/+9
* * java/io/ObjectInputStream.java (enableResolveObject): Usetromey2001-12-213-5/+16
* Fix for PR java/5165:tromey2001-12-212-5/+8
* Fix for PR libgcj/2428:tromey2001-12-213-4/+36
* For PR java/4766:tromey2001-12-202-0/+30
* 2001-12-20 Andrew Haley <aph@redhat.com>aph2001-12-205-0/+90
* * java/awt/FlowLayout.java (FlowLayout(), FlowLayout(int)): Settromey2001-12-192-26/+42
* * boehm.cc (_Jv_BuildGCDescr): Define unconditionally.bryce2001-12-192-4/+3
* * include/jvm.h (_Jv_BuildGCDescr): Declare unconditionally.bryce2001-12-193-4/+5
* * java/text/CollationElementIterator.java (secondaryOrder): Casttromey2001-12-182-3/+9
* For PR java/3417:tromey2001-12-183-0/+13
* * libjava.lang/PR3731.xfail: Removed.tromey2001-12-182-1/+2
* Inspired by PR java/5057:tromey2001-12-183-0/+24
* For PR java/5057:tromey2001-12-183-0/+23
* For PR libgcj/5103:tromey2001-12-168-316/+493
* For PR java/5088:tromey2001-12-164-26/+43
* * Makefile.in: Rebuilt.tromey2001-12-165-42/+99
* * java/io/DataOutputStream (write (byte[], int, int)): Updatebryce2001-12-162-1/+6
* gcc/java:bryce2001-12-155-2/+243
* Collections drop from Classpath:bryce2001-12-1527-6159/+11473
* For PR libgcj/5103:tromey2001-12-145-1/+67
* * libjava/prims.cc: Some old cleanups. The collector nowhboehm2001-12-145-37/+79
* * prims.cc (_Jv_RunMain): Use `using' to simplify code. Settromey2001-12-132-12/+11
* * jni.cc (call): Synchronize if required.tromey2001-12-122-0/+16
* * gij.cc (main): Clarify --help output.tromey2001-12-122-1/+3
* * gnu/gcj/runtime/StringBuffer.javatromey2001-12-122-1/+7
* * java/lang/String.java (String): New constructor.tromey2001-12-116-2/+253
* For PR libgcj/1147:tromey2001-12-112-4/+18
* Fix for PR libgcj/5064.tromey2001-12-112-3/+12
* * gnu/gcj/xlib/XImage.java (toString): Add missing initialization.bothner2001-12-102-0/+13
* * resolve.cc (_Jv_PrepareClass): Verify method here...tromey2001-12-104-39/+105
* * Makefile.in: Rebuilt.tromey2001-12-103-2/+7
* * libjava.lang/PR3731.out: Adjust output to reflect thatbryce2001-12-092-1/+5
* * Makefile.in: Rebuilt.tromey2001-12-096-36/+69
* * verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow):tromey2001-12-092-6/+13
* * java/lang/ClassLoader.java (defineClass): Rethrow anytromey2001-12-072-1/+4
* * java/lang/ThreadGroup.java (uncaughtException): Print message totromey2001-12-072-3/+7
* * verify.cc (_Jv_BytecodeVerifier::branch_prepass): Set start_PCtromey2001-12-072-3/+15
* * verify.cc (_Jv_BytecodeVerifier::FLAG_JSR_TARGET): Removed.tromey2001-12-072-2/+3
* * libjava.compile/BlankFinal.java: Removed; incorrect test.tromey2001-12-072-16/+4
* * verify.cc (_Jv_BytecodeVerifier::type_val): Addedtromey2001-12-062-19/+207
* * defineclass.cc (character): Removed.tromey2001-12-052-17/+9
* * verify.cc (_Jv_BytecodeVerifier::linked_utf8): New structure.tromey2001-12-042-4/+55
* * defineclass.cc (read_one_method_attribute): `end_pc' for antromey2001-12-043-34/+83
* * Makefile.in: Rebuilt with automake-gcj.bryce2001-12-042-62/+1232
* * defineclass.cc (handleMethodsEnd): Invoke verifier here...tromey2001-12-043-9/+20