| Commit message (Expand) | Author | Age | Files | Lines |
* | * Makefile.in: Rebuilt with automake-gcj. | bryce | 2001-12-04 | 2 | -62/+1232 |
* | * defineclass.cc (handleMethodsEnd): Invoke verifier here... | tromey | 2001-12-04 | 3 | -9/+20 |
* | * Makefile.am (nat_files, x_nat_files): Make sure the dependencies | bryce | 2001-12-02 | 3 | -4/+12 |
* | Remove ">>>" | bryce | 2001-11-30 | 1 | -1/+0 |
* | * Makefile.am (nat_headers, x_nat_headers): Depend on .class files, not | bryce | 2001-11-30 | 5 | -1308/+126 |
* | Fix for PR libgcj/2024, plus other class name cleanups: | tromey | 2001-11-26 | 6 | -86/+118 |
* | * verify.cc (_Jv_BytecodeVerifier::branch_prepass): Use | tromey | 2001-11-25 | 3 | -10/+19 |
* | Fix for PR libgcj/4583: | tromey | 2001-11-25 | 2 | -8/+117 |
* | * verify.cc (_Jv_BytecodeVerifier::branch_prepass) [op_iinc]: | tromey | 2001-11-20 | 2 | -6/+15 |
* | * verify.cc (_Jv_BytecodeVerifier::require_array_type): Special | tromey | 2001-11-20 | 2 | -3/+19 |
* | * verify.cc (_Jv_BytecodeVerifier::verify_instructions_0) | tromey | 2001-11-19 | 2 | -3/+12 |
* | * verify.cc (type::to_array): New method. | tromey | 2001-11-19 | 2 | -1/+22 |
* | * verify.cc (_Jv_BytecodeVerifier::branch_prepass) [op_sipush]: | tromey | 2001-11-19 | 2 | -2/+6 |
* | * verify.cc (_Jv_BytecodeVerifier::get_type_val_for_signature): | tromey | 2001-11-19 | 2 | -0/+6 |
* | * verify.cc (_Jv_BytecodeVerifier::get_ushort): Use `jint' for | tromey | 2001-11-19 | 2 | -10/+17 |
* | * verify.cc (_Jv_BytecodeVerifier::pop_type): Put PC into error | tromey | 2001-11-19 | 2 | -12/+25 |
* | * verify.cc: Include StringBuffer.h. | tromey | 2001-11-18 | 2 | -41/+101 |
* | Obvious jni weak reference fix | green | 2001-11-17 | 2 | -1/+5 |
* | * verify.cc (_Jv_BytecodeVerifier::check_field_constant): Handle | tromey | 2001-11-16 | 2 | -1/+6 |
* | * verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow): New | tromey | 2001-11-16 | 2 | -8/+63 |
* | Re-merge with Classpath, from Brian Jones: | tromey | 2001-11-16 | 2 | -1/+12 |
* | * java/util/Timer.java (TaskQueue.isStopped): Remove method. | mark | 2001-11-16 | 2 | -11/+16 |
* | * verify.cc (type::compatible): Use _Jv_IsAssignableFrom. | tromey | 2001-11-16 | 2 | -2/+11 |
* | * java/lang/natString.cc: correct argument order for | hboehm | 2001-11-15 | 2 | -1/+6 |
* | * verify.cc (class _Jv_BytecodeVerifier) [op_dup2]: Fixed logic. | tromey | 2001-11-15 | 2 | -18/+78 |
* | * java/lang/reflect/Constructor.java (toString): Use more | tromey | 2001-11-14 | 2 | -1/+4 |
* | Re-merges with Classpath, from various people: | tromey | 2001-11-14 | 3 | -102/+168 |
* | Re-merges with Classpath, from various people: | tromey | 2001-11-14 | 7 | -88/+230 |
* | Fix for PR libgcj/4859: | tromey | 2001-11-13 | 2 | -2/+18 |
* | * Makefile.in: Rebuilt. | tromey | 2001-11-13 | 5 | -21/+241 |
* | * boehm.cc (_Jv_GCCanReclaimSoftReference): Fix warning. | bryce | 2001-11-12 | 2 | -1/+5 |
* | * verify.cc: Wrap in #ifdef INTERPRETER...#endif. | jsturm | 2001-11-09 | 2 | -0/+8 |
* | * verify.cc (skip_padding): Fail if padding byte is nonzero. | tromey | 2001-11-07 | 2 | -1/+6 |
* | * HACKING: Make people commit their own patches. | tromey | 2001-11-07 | 2 | -2/+10 |
* | * java/lang/Class.h (Class): Made _Jv_BytecodeVerifier a friend. | tromey | 2001-11-05 | 8 | -47/+2513 |
* | * java/util/ResourceBundle.java (class Security): Now static. | bryce | 2001-11-05 | 2 | -1/+5 |
* | * java/util/ResourceBundle.java (getClassContext): Removed. | bryce | 2001-11-04 | 5 | -95/+66 |
* | * defineclass.cc (handleClassBegin): Use Object::class$, not | tromey | 2001-11-04 | 2 | -2/+7 |
* | 2001-11-02 Hans Boehm <Hans_Boehm@hp.com> | hboehm | 2001-11-03 | 2 | -1/+6 |
* | * libjava.lang/TLtest.xfail: New file. Needs threads. | bryce | 2001-11-02 | 2 | -0/+5 |
* | * HACKING, gnu/gcj/xlib/Pixmap.java, gnu/gcj/xlib/XException.java, | jsm28 | 2001-10-31 | 51 | -92/+126 |
* | * jni.cc (JNI_CreateJavaVM): Call _Jv_CreateJavaVM. Don't call | bryce | 2001-10-30 | 2 | -2/+8 |
* | * java/util/zip/GZIPOutputStream.java (write(int)): New method. | tromey | 2001-10-29 | 2 | -1/+12 |
* | * include/jni.h (struct JNINativeInterface) [GetStringLength]: | tromey | 2001-10-27 | 2 | -1/+6 |
* | * java/util/zip/Adler32.java: Use correct class name. (Re-merge | tromey | 2001-10-26 | 2 | -1/+6 |
* | Oops! | bryce | 2001-10-26 | 1 | -1/+1 |
* | * java/lang/VMClassLoader.java (getPrimitiveClass): Now native. Now | bryce | 2001-10-26 | 11 | -36/+37 |
* | 2001-10-04 Alexandre Petit-Bianco <apbianco@redhat.com> | apbianco | 2001-10-25 | 3 | -0/+51 |
* | * include/boehm-gc.h: Call thread local allocation functions | hboehm | 2001-10-25 | 2 | -2/+23 |
* | 2001-10-25 Bryce McKinlay <bryce@waitaki.otago.ac.nz> | bryce | 2001-10-25 | 2 | -3/+7 |