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