summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Makefile.am (nat_files, x_nat_files): Make sure the dependenciesbryce2001-12-023-4/+12
* Remove ">>>"bryce2001-11-301-1/+0
* * Makefile.am (nat_headers, x_nat_headers): Depend on .class files, notbryce2001-11-305-1308/+126
* Fix for PR libgcj/2024, plus other class name cleanups:tromey2001-11-266-86/+118
* * verify.cc (_Jv_BytecodeVerifier::branch_prepass): Usetromey2001-11-253-10/+19
* Fix for PR libgcj/4583:tromey2001-11-252-8/+117
* * verify.cc (_Jv_BytecodeVerifier::branch_prepass) [op_iinc]:tromey2001-11-202-6/+15
* * verify.cc (_Jv_BytecodeVerifier::require_array_type): Specialtromey2001-11-202-3/+19
* * verify.cc (_Jv_BytecodeVerifier::verify_instructions_0)tromey2001-11-192-3/+12
* * verify.cc (type::to_array): New method.tromey2001-11-192-1/+22
* * verify.cc (_Jv_BytecodeVerifier::branch_prepass) [op_sipush]:tromey2001-11-192-2/+6
* * verify.cc (_Jv_BytecodeVerifier::get_type_val_for_signature):tromey2001-11-192-0/+6
* * verify.cc (_Jv_BytecodeVerifier::get_ushort): Use `jint' fortromey2001-11-192-10/+17
* * verify.cc (_Jv_BytecodeVerifier::pop_type): Put PC into errortromey2001-11-192-12/+25
* * verify.cc: Include StringBuffer.h.tromey2001-11-182-41/+101
* Obvious jni weak reference fixgreen2001-11-172-1/+5
* * verify.cc (_Jv_BytecodeVerifier::check_field_constant): Handletromey2001-11-162-1/+6
* * verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow): Newtromey2001-11-162-8/+63
* Re-merge with Classpath, from Brian Jones:tromey2001-11-162-1/+12
* * java/util/Timer.java (TaskQueue.isStopped): Remove method.mark2001-11-162-11/+16
* * verify.cc (type::compatible): Use _Jv_IsAssignableFrom.tromey2001-11-162-2/+11