| Commit message (Expand) | Author | Age | Files | Lines |
| * | * verify.cc (_Jv_BytecodeVerifier::FLAG_JSR_TARGET): Removed. | tromey | 2001-12-07 | 1 | -0/+3 |
| * | * verify.cc (_Jv_BytecodeVerifier::type_val): Added | tromey | 2001-12-06 | 1 | -0/+25 |
| * | * defineclass.cc (character): Removed. | tromey | 2001-12-05 | 1 | -0/+7 |
| * | * verify.cc (_Jv_BytecodeVerifier::linked_utf8): New structure. | tromey | 2001-12-04 | 1 | -0/+10 |
| * | * defineclass.cc (read_one_method_attribute): `end_pc' for an | tromey | 2001-12-04 | 1 | -0/+25 |
| * | * Makefile.in: Rebuilt with automake-gcj. | bryce | 2001-12-04 | 1 | -0/+4 |
| * | * defineclass.cc (handleMethodsEnd): Invoke verifier here... | tromey | 2001-12-04 | 1 | -0/+7 |
| * | * Makefile.am (nat_files, x_nat_files): Make sure the dependencies | bryce | 2001-12-02 | 1 | -0/+6 |
| * | Remove ">>>" | bryce | 2001-11-30 | 1 | -1/+0 |
| * | * Makefile.am (nat_headers, x_nat_headers): Depend on .class files, not | bryce | 2001-11-30 | 1 | -0/+13 |
| * | Fix for PR libgcj/2024, plus other class name cleanups: | tromey | 2001-11-26 | 1 | -0/+24 |
| * | * verify.cc (_Jv_BytecodeVerifier::branch_prepass): Use | tromey | 2001-11-25 | 1 | -0/+9 |
| * | Fix for PR libgcj/4583: | tromey | 2001-11-25 | 1 | -0/+6 |
| * | * verify.cc (_Jv_BytecodeVerifier::branch_prepass) [op_iinc]: | tromey | 2001-11-20 | 1 | -0/+9 |
| * | * verify.cc (_Jv_BytecodeVerifier::require_array_type): Special | tromey | 2001-11-20 | 1 | -0/+6 |
| * | * verify.cc (_Jv_BytecodeVerifier::verify_instructions_0) | tromey | 2001-11-19 | 1 | -0/+6 |
| * | * verify.cc (type::to_array): New method. | tromey | 2001-11-19 | 1 | -0/+4 |
| * | * verify.cc (_Jv_BytecodeVerifier::branch_prepass) [op_sipush]: | tromey | 2001-11-19 | 1 | -0/+4 |
| * | * verify.cc (_Jv_BytecodeVerifier::get_type_val_for_signature): | tromey | 2001-11-19 | 1 | -0/+3 |
| * | * verify.cc (_Jv_BytecodeVerifier::get_ushort): Use `jint' for | tromey | 2001-11-19 | 1 | -0/+7 |
| * | * verify.cc (_Jv_BytecodeVerifier::pop_type): Put PC into error | tromey | 2001-11-19 | 1 | -0/+9 |
| * | * verify.cc: Include StringBuffer.h. | tromey | 2001-11-18 | 1 | -0/+21 |
| * | Obvious jni weak reference fix | green | 2001-11-17 | 1 | -0/+4 |
| * | * verify.cc (_Jv_BytecodeVerifier::check_field_constant): Handle | tromey | 2001-11-16 | 1 | -0/+3 |
| * | * verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow): New | tromey | 2001-11-16 | 1 | -0/+7 |
| * | Re-merge with Classpath, from Brian Jones: | tromey | 2001-11-16 | 1 | -0/+8 |
| * | * java/util/Timer.java (TaskQueue.isStopped): Remove method. | mark | 2001-11-16 | 1 | -0/+6 |
| * | * verify.cc (type::compatible): Use _Jv_IsAssignableFrom. | tromey | 2001-11-16 | 1 | -0/+5 |
| * | * java/lang/natString.cc: correct argument order for | hboehm | 2001-11-15 | 1 | -0/+5 |
| * | * verify.cc (class _Jv_BytecodeVerifier) [op_dup2]: Fixed logic. | tromey | 2001-11-15 | 1 | -0/+8 |
| * | * java/lang/reflect/Constructor.java (toString): Use more | tromey | 2001-11-14 | 1 | -0/+3 |
| * | Re-merges with Classpath, from various people: | tromey | 2001-11-14 | 1 | -3/+6 |
| * | Re-merges with Classpath, from various people: | tromey | 2001-11-14 | 1 | -0/+15 |
| * | Fix for PR libgcj/4859: | tromey | 2001-11-13 | 1 | -0/+7 |
| * | * Makefile.in: Rebuilt. | tromey | 2001-11-13 | 1 | -0/+63 |
| * | * boehm.cc (_Jv_GCCanReclaimSoftReference): Fix warning. | bryce | 2001-11-12 | 1 | -0/+4 |
| * | * verify.cc: Wrap in #ifdef INTERPRETER...#endif. | jsturm | 2001-11-09 | 1 | -0/+4 |
| * | * verify.cc (skip_padding): Fail if padding byte is nonzero. | tromey | 2001-11-07 | 1 | -0/+4 |
| * | * HACKING: Make people commit their own patches. | tromey | 2001-11-07 | 1 | -0/+4 |
| * | * java/lang/Class.h (Class): Made _Jv_BytecodeVerifier a friend. | tromey | 2001-11-05 | 1 | -0/+17 |
| * | * java/util/ResourceBundle.java (class Security): Now static. | bryce | 2001-11-05 | 1 | -0/+4 |
| * | * java/util/ResourceBundle.java (getClassContext): Removed. | bryce | 2001-11-04 | 1 | -0/+8 |
| * | * defineclass.cc (handleClassBegin): Use Object::class$, not | tromey | 2001-11-04 | 1 | -0/+5 |
| * | 2001-11-02 Hans Boehm <Hans_Boehm@hp.com> | hboehm | 2001-11-03 | 1 | -0/+5 |
| * | * HACKING, gnu/gcj/xlib/Pixmap.java, gnu/gcj/xlib/XException.java, | jsm28 | 2001-10-31 | 1 | -4/+38 |
| * | * jni.cc (JNI_CreateJavaVM): Call _Jv_CreateJavaVM. Don't call | bryce | 2001-10-30 | 1 | -0/+5 |
| * | * java/util/zip/GZIPOutputStream.java (write(int)): New method. | tromey | 2001-10-29 | 1 | -0/+5 |
| * | * include/jni.h (struct JNINativeInterface) [GetStringLength]: | tromey | 2001-10-27 | 1 | -0/+5 |
| * | * java/util/zip/Adler32.java: Use correct class name. (Re-merge | tromey | 2001-10-26 | 1 | -0/+5 |
| * | * java/lang/VMClassLoader.java (getPrimitiveClass): Now native. Now | bryce | 2001-10-26 | 1 | -0/+16 |