Age | Commit message (Expand) | Author | Files | Lines |
2001-12-09 | Makefile.in: Rebuilt. | Tom Tromey | 6 | -36/+69 |
2001-12-09 | verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow): Handle case of arr... | Tom Tromey | 2 | -6/+13 |
2001-12-07 | ClassLoader.java (defineClass): Rethrow any LinkageError. | Tom Tromey | 2 | -1/+4 |
2001-12-07 | ThreadGroup.java (uncaughtException): Print message to System.err. | Tom Tromey | 2 | -3/+7 |
2001-12-07 | verify.cc (_Jv_BytecodeVerifier::branch_prepass): Set start_PC earlier, for e... | Tom Tromey | 2 | -3/+15 |
2001-12-07 | verify.cc (_Jv_BytecodeVerifier::FLAG_JSR_TARGET): Removed. | Tom Tromey | 2 | -2/+3 |
2001-12-07 | * libjava.compile/BlankFinal.java: Removed; incorrect test. | Tom Tromey | 2 | -16/+4 |
2001-12-06 | verify.cc (_Jv_BytecodeVerifier::type_val): Added unused_by_subroutine_type. | Tom Tromey | 2 | -19/+207 |
2001-12-05 | defineclass.cc (character): Removed. | Tom Tromey | 2 | -17/+9 |
2001-12-04 | verify.cc (_Jv_BytecodeVerifier::linked_utf8): New structure. | Tom Tromey | 2 | -4/+55 |
2001-12-04 | defineclass.cc (read_one_method_attribute): `end_pc' for an exception can be ... | Tom Tromey | 3 | -34/+83 |
2001-12-04 | * Makefile.in: Rebuilt with automake-gcj. | Bryce McKinlay | 2 | -62/+1232 |
2001-12-04 | defineclass.cc (handleMethodsEnd): Invoke verifier here... | Tom Tromey | 3 | -9/+20 |
2001-12-02 | Makefile.am (nat_files, [...]): Make sure the dependencies don't get deleted ... | Bryce McKinlay | 3 | -4/+12 |
2001-11-30 | Remove ">>>" | Bryce McKinlay | 1 | -1/+0 |
2001-11-30 | Makefile.am (nat_headers, [...]): Depend on .class files, not libgcj.jar. | Bryce McKinlay | 5 | -1308/+126 |
2001-11-26 | Fix for PR libgcj/2024, plus other class name cleanups: | Tom Tromey | 6 | -86/+118 |
2001-11-25 | verify.cc (_Jv_BytecodeVerifier::branch_prepass): Use java_opcode as type for... | Tom Tromey | 3 | -10/+19 |
2001-11-25 | re PR libgcj/4583 (problems BigDecimal(double) ctor.) | Tom Tromey | 2 | -8/+117 |
2001-11-20 | verify.cc (_Jv_BytecodeVerifier::branch_prepass): Uses two operand bytes, not... | Tom Tromey | 2 | -6/+15 |
2001-11-20 | verify.cc (_Jv_BytecodeVerifier::require_array_type): Special case for boolea... | Tom Tromey | 2 | -3/+19 |
2001-11-19 | verify.cc (_Jv_BytecodeVerifier::verify_instructions_0): Shift argument is an... | Tom Tromey | 2 | -3/+12 |
2001-11-19 | verify.cc (type::to_array): New method. | Tom Tromey | 2 | -1/+22 |
2001-11-19 | verify.cc (_Jv_BytecodeVerifier::branch_prepass): Skip a short, not a byte. | Tom Tromey | 2 | -2/+6 |
2001-11-19 | verify.cc (_Jv_BytecodeVerifier::get_type_val_for_signature): Added `B' case. | Tom Tromey | 2 | -0/+6 |
2001-11-19 | verify.cc (_Jv_BytecodeVerifier::get_ushort): Use `jint' for temporary values. | Tom Tromey | 2 | -10/+17 |
2001-11-19 | verify.cc (_Jv_BytecodeVerifier::pop_type): Put PC into error message. | Tom Tromey | 2 | -12/+25 |
2001-11-18 | verify.cc: Include StringBuffer.h. | Tom Tromey | 2 | -41/+101 |
2001-11-17 | Obvious jni weak reference fix | Anthony Green | 2 | -1/+5 |
2001-11-16 | verify.cc (_Jv_BytecodeVerifier::check_field_constant): Handle case where fie... | Tom Tromey | 2 | -1/+6 |
2001-11-16 | verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow): New method. | Tom Tromey | 2 | -8/+63 |
2001-11-16 | Re-merge with Classpath, from Brian Jones: | Tom Tromey | 2 | -1/+12 |
2001-11-16 | Timer.java (TaskQueue.isStopped): Remove method. | Mark Wielaard | 2 | -11/+16 |
2001-11-16 | verify.cc (type::compatible): Use _Jv_IsAssignableFrom. | Tom Tromey | 2 | -2/+11 |
2001-11-15 | natString.cc: correct argument order for _Jv_AllocPtrFreeObj | Hans Boehm | 2 | -1/+6 |
2001-11-15 | verify.cc (class _Jv_BytecodeVerifier): Fixed logic. | Tom Tromey | 2 | -18/+78 |
2001-11-14 | Constructor.java (toString): Use more efficient form of Modifier.toString(). | Tom Tromey | 2 | -1/+4 |
2001-11-14 | Re-merges with Classpath, from various people: | Tom Tromey | 3 | -102/+168 |
2001-11-14 | Re-merges with Classpath, from various people: | Tom Tromey | 7 | -88/+230 |
2001-11-13 | re PR libgcj/4859 (java.util.Timer class throw IllegalStateException on cance... | Tom Tromey | 2 | -2/+18 |
2001-11-13 | Makefile.in: Rebuilt. | Tom Tromey | 5 | -21/+241 |
2001-11-12 | * boehm.cc (_Jv_GCCanReclaimSoftReference): Fix warning. | Bryce McKinlay | 2 | -1/+5 |
2001-11-09 | * verify.cc: Wrap in #ifdef INTERPRETER...#endif. | Jeff Sturm | 2 | -0/+8 |
2001-11-07 | * verify.cc (skip_padding): Fail if padding byte is nonzero. | Tom Tromey | 2 | -1/+6 |
2001-11-07 | * HACKING: Make people commit their own patches. | Tom Tromey | 2 | -2/+10 |
2001-11-05 | Class.h (Class): Made _Jv_BytecodeVerifier a friend. | Tom Tromey | 8 | -47/+2513 |
2001-11-05 | * java/util/ResourceBundle.java (class Security): Now static. | Bryce McKinlay | 2 | -1/+5 |
2001-11-04 | ResourceBundle.java (getClassContext): Removed. | Bryce McKinlay | 5 | -95/+66 |
2001-11-04 | defineclass.cc (handleClassBegin): Use Object::class$, not Class::class$, whe... | Tom Tromey | 2 | -2/+7 |
2001-11-03 | natResourceBundle.cc (getClassContext): return array of Class instead of arra... | Hans Boehm | 2 | -1/+6 |