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