Age | Commit message (Expand) | Author | Files | Lines |
2008-09-23 | re PR libgcj/8995 (race cases in interpreter) | Andrew Haley | 1 | -1/+3 |
2007-09-17 | defineclass.cc (MAJOR_1_6): New define. | Tom Tromey | 1 | -3/+5 |
2007-06-15 | java-interp.h (_Jv_LocalVarTableEntry): Add union for bytecode_pc and direct-... | Keith Seitz | 1 | -4/+3 |
2007-03-07 | ffi.h.in (ffi_closure_alloc, [...]): New. | Alexandre Oliva | 1 | -3/+4 |
2007-02-15 | defineclass.cc (_Jv_ClassReader::read_one_code_attribute): Added LocalVariabl... | Kyle Galloway | 1 | -0/+43 |
2007-01-09 | Merged gcj-eclipse branch to trunk. | Tom Tromey | 1 | -98/+395 |
2006-02-08 | link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const ... | Bryce McKinlay | 1 | -8/+8 |
2006-02-08 | PR libgcj/26063, PR libgcj/17978, PR libgcj/10598: | Tom Tromey | 1 | -19/+16 |
2005-09-15 | re PR libgcj/16032 (libgcj should reject class files with incorrect version n... | Tom Tromey | 1 | -7/+27 |
2005-07-17 | * defineclass.cc (handleClassBegin): Remove unused variable. | Andreas Jaeger | 1 | -1/+0 |
2005-06-24 | natClassLoader.cc (_Jv_UnregisterClass): Handle case where class' name is NULL. | Tom Tromey | 1 | -13/+27 |
2005-06-15 | re PR libgcj/21906 (hang when invoking abstract method) | Tom Tromey | 1 | -1/+2 |
2005-03-10 | New Stack Trace infrastructure. | Bryce McKinlay | 1 | -13/+45 |
2005-02-07 | defineclass.cc (handleClassBegin): Use _Jv_RegisterInitiatingLoader. | Tom Tromey | 1 | -8/+6 |
2005-01-10 | PR libgcj/12016, PR libgcj/18405, PR libgcj/17738: | Tom Tromey | 1 | -2/+2 |
2004-11-25 | * Merged gcj-abi-2-dev-branch to trunk. | Tom Tromey | 1 | -43/+39 |
2004-08-23 | defineclass.cc: Include <stdio.h>. | Hans Boehm | 1 | -0/+1 |
2004-08-13 | re PR libgcj/17020 (gij should ignore all reserved method flags) | Bryce McKinlay | 1 | -11/+10 |
2004-08-11 | javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields an... | Per Bothner | 1 | -20/+18 |
2004-07-19 | Print -verbose:message on "loading", not initialization. | Per Bothner | 1 | -0/+2 |
2004-05-06 | defineclass.cc (_Jv_ClassReader::prepare_pool_entry): Use verify_field_signat... | Bryce McKinlay | 1 | -4/+4 |
2004-04-20 | class.c (make_class_data): Add new field aux_info. | Bryce McKinlay | 1 | -14/+18 |
2003-10-24 | lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New. | Andrew Haley | 1 | -0/+2 |
2003-07-29 | defineclass.cc (handleField): Throw exception if field name is duplicated. | Tom Tromey | 1 | -10/+27 |
2003-01-24 | defineclass.cc (handleMethodsEnd): Precompute code for static method. | Tom Tromey | 1 | -1/+20 |
2002-12-19 | natClassLoader.cc (defineClass0): Removed erroneous comment. | Tom Tromey | 1 | -1/+1 |
2002-12-05 | Class.h (_Jv_SetVTableEntries): Updated declaration. | Tom Tromey | 1 | -5/+9 |
2002-09-25 | * java/lang/natClassLoader.cc: | Tom Tromey | 1 | -1/+0 |
2002-06-24 | verify.cc (branch_prepass): Updated for change to exception handler type. | Tom Tromey | 1 | -5/+6 |
2002-06-20 | For PR libgcj/7073: | Tom Tromey | 1 | -19/+15 |
2001-12-10 | resolve.cc (_Jv_PrepareClass): Verify method here... | Tom Tromey | 1 | -10/+1 |
2001-12-05 | defineclass.cc (character): Removed. | Tom Tromey | 1 | -17/+2 |
2001-12-04 | defineclass.cc (read_one_method_attribute): `end_pc' for an exception can be ... | Tom Tromey | 1 | -1/+3 |
2001-12-04 | defineclass.cc (handleMethodsEnd): Invoke verifier here... | Tom Tromey | 1 | -7/+11 |
2001-11-26 | Fix for PR libgcj/2024, plus other class name cleanups: | Tom Tromey | 1 | -77/+77 |
2001-11-05 | Class.h (Class): Made _Jv_BytecodeVerifier a friend. | Tom Tromey | 1 | -17/+7 |
2001-11-04 | defineclass.cc (handleClassBegin): Use Object::class$, not Class::class$, whe... | Tom Tromey | 1 | -2/+2 |
2001-10-16 | Eliminate use of C++ static constructors. | Bryce McKinlay | 1 | -5/+6 |
2001-10-07 | acinclude.m4: Fix spelling error of "separate" as "seperate". | Joseph Myers | 1 | -1/+1 |
2001-08-24 | Field.java (toString): Use Method.appendClassName. | Tom Tromey | 1 | -3/+36 |
2001-05-24 | [multiple changes] | Tom Tromey | 1 | -12/+12 |
2001-03-25 | exception.cc (java_eh_info): Make value type jthrowable. | Richard Henderson | 1 | -13/+10 |
2001-02-23 | Change to sometimes include class name in ClassFormatError message. | Per Bothner | 1 | -49/+93 |
2001-02-15 | defineclass.cc: Don't include alloca.h. | Anthony Green | 1 | -4/+1 |
2000-10-20 | From Arno J. Klaassen: | Tom Tromey | 1 | -0/+1 |
2000-10-06 | natField.cc (BooleanClass): Don't define. | Tom Tromey | 1 | -7/+3 |
2000-09-14 | defineclass.cc: Include alloca.h only if HAVE_ALLOCA_H. | Alexandre Oliva | 1 | -0/+2 |
2000-05-31 | cni.h: Include <string.h>. | Bryce McKinlay | 1 | -0/+1 |
2000-03-07 | All files: Updated copyright information. | Tom Tromey | 1 | -1/+1 |
2000-02-04 | defineclass.cc (handleMethodsBegin): Allocate _Jv_MethodBase pointers. | Tom Tromey | 1 | -9/+24 |