Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-11-02 | * libjava.lang/TLtest.xfail: New file. Needs threads. | Bryce McKinlay | 2 | -0/+5 |
2001-10-31 | HACKING, [...]: Fix spelling errors. | Joseph Myers | 51 | -92/+126 |
2001-10-30 | jni.cc (JNI_CreateJavaVM): Call _Jv_CreateJavaVM. | Bryce McKinlay | 2 | -2/+8 |
2001-10-29 | re PR libgcj/4728 (java.util.zip.GZIPOutputStream.write(int) doesn't update CRC) | Tom Tromey | 2 | -1/+12 |
2001-10-27 | jni.h (struct JNINativeInterface): Returns jsize, not jint. | Tom Tromey | 2 | -1/+6 |
2001-10-26 | Adler32.java: Use correct class name. | Tom Tromey | 2 | -1/+6 |
2001-10-26 | Oops! | Bryce McKinlay | 1 | -1/+1 |
2001-10-26 | VMClassLoader.java (getPrimitiveClass): Now native. | Bryce McKinlay | 11 | -36/+37 |
2001-10-25 | re PR java/3096 (GCJ does not increment) | Alexandre Petit-Bianco | 3 | -0/+51 |
2001-10-25 | boehm-gc.h: Call thread local allocation functions if THREAD_LOCAL_ALLOC is d... | Hans Boehm | 2 | -2/+23 |
2001-10-25 | natClassLoader.cc (_Jv_RegisterClassHookDefault): Use snprintf, not asprintf. | Bryce McKinlay | 2 | -3/+7 |
2001-10-24 | Correct date. | Loren J. Rittle | 1 | -1/+1 |
2001-10-24 | configure.in (case $THREADS): Add *-*-freebsd* configuration. | Loren J. Rittle | 4 | -305/+370 |