aboutsummaryrefslogtreecommitdiff
path: root/libjava/defineclass.cc
AgeCommit message (Expand)Author
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-04-232012-04-23 Andrew Haley <aph@redhat.com>Andrew Haley
2008-09-232008-09-17 Andrew Haley <aph@redhat.com>Andrew Haley
2007-09-17 * defineclass.cc (MAJOR_1_6): New define.Tom Tromey
2007-06-15 * include/java-interp.h (_Jv_LocalVarTableEntry): Add unionKeith Seitz
2007-03-07libffi/ChangeLog:Alexandre Oliva
2007-02-152007-02-15 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
2006-02-082006-02-08 Bryce McKinlay <mckinlay@redhat.com>Bryce McKinlay
2006-02-08 PR libgcj/26063, PR libgcj/17978, PR libgcj/10598:Tom Tromey
2005-09-15 PR libgcj/16032:Tom Tromey
2005-07-17 * defineclass.cc (handleClassBegin): Remove unused variable.Andreas Jaeger
2005-06-24 * java/lang/natClassLoader.cc (_Jv_UnregisterClass): Handle caseTom Tromey
2005-06-15gcc/java/:Tom Tromey
2005-03-102005-03-10 Bryce McKinlay <mckinlay@redhat.com>Bryce McKinlay
2005-02-07 * defineclass.cc (handleClassBegin): UseTom 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 PR libgcj/17020Bryce McKinlay
2004-08-12 * gcj/javaprims.h (_Jv_Utf8Const): Change struct to a class,Per Bothner
2004-07-19 Print -verbose:message on "loading", not initialization.Per Bothner
2004-05-06 * defineclass.cc (_Jv_ClassReader::prepare_pool_entry): UseBryce McKinlay
2004-04-202004-04-19 Bryce McKinlay <mckinlay@redhat.com>Bryce McKinlay
2003-10-242003-10-22 Andrew Haley <aph@redhat.com>Andrew Haley
2003-07-29 * defineclass.cc (handleField): Throw exception if field name isTom Tromey
2003-01-24 * defineclass.cc (handleMethodsEnd): Precompute code for staticTom Tromey
2002-12-19 * java/lang/natClassLoader.cc (defineClass0): Removed erroneousTom Tromey
2002-12-05 * java/lang/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 exceptionTom 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 anTom 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 * java/lang/Class.h (Class): Made _Jv_BytecodeVerifier a friend.Tom Tromey
2001-11-04 * defineclass.cc (handleClassBegin): Use Object::class$, notTom Tromey
2001-10-16 Eliminate use of C++ static constructors.Bryce McKinlay
2001-10-07config:Joseph Myers
2001-08-24 * java/lang/reflect/Field.java (toString): UseTom Tromey
2001-05-242001-05-23 Tom Tromey <tromey@redhat.com>Tom Tromey
2001-03-26 * exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson
2001-02-24 Change to sometimes include class name in ClassFormatError message.Per Bothner
2001-02-152001-02-15 Anthony Green <green@redhat.com>Anthony Green
2000-10-20 From Arno J. Klaassen:Tom Tromey
2000-10-06 * java/lang/reflect/natField.cc (BooleanClass): Don't define.Tom Tromey
2000-09-14* defineclass.cc: Include alloca.h only if HAVE_ALLOCA_H.Alexandre Oliva
2000-05-312000-05-31 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay