OSDN Git Service

* config/ia64/elf.h: Remove CPP_PREDEFINES.
[pf3gnuchains/gcc-fork.git] / libjava / defineclass.cc
2002-06-24 tromey * verify.cc (branch_prepass): Updated for change to...
2002-06-20 tromey For PR libgcj/7073:
2001-12-10 tromey * resolve.cc (_Jv_PrepareClass): Verify method here...
2001-12-05 tromey * defineclass.cc (character): Removed.
2001-12-04 tromey * defineclass.cc (read_one_method_attribute): `end_pc...
2001-12-04 tromey * defineclass.cc (handleMethodsEnd): Invoke verifier...
2001-11-26 tromey Fix for PR libgcj/2024, plus other class name cleanups:
2001-11-05 tromey * java/lang/Class.h (Class): Made _Jv_BytecodeVerifier...
2001-11-04 tromey * defineclass.cc (handleClassBegin): Use Object::class...
2001-10-16 bryce Eliminate use of C++ static constructors.
2001-10-07 jsm28config:
2001-08-24 tromey * java/lang/reflect/Field.java (toString): Use
2001-05-24 tromey2001-05-23 Tom Tromey <tromey@redhat.com>
2001-03-26 rth * exception.cc (java_eh_info): Make value type jthrowable.
2001-02-24 bothner Change to sometimes include class name in ClassFormatE...
2001-02-15 green2001-02-15 Anthony Green <green@redhat.com>
2000-10-20 tromey From Arno J. Klaassen:
2000-10-06 tromey * java/lang/reflect/natField.cc (BooleanClass): Don...
2000-09-14 aoliva* defineclass.cc: Include alloca.h only if HAVE_ALLOCA_H.
2000-05-31 bryce2000-05-31 Bryce McKinlay <bryce@albatross.co.nz>
2000-03-07 tromey * All files: Updated copyright information.
2000-02-04 tromey * defineclass.cc (handleMethodsBegin): Allocate _Jv_Me...
2000-01-20 tromey * resolve.cc (StringClass): Removed.
2000-01-19 tromey * All files: Updated copyright to reflect Cygnus purchase.
1999-09-10 tromey * configure: Rebuilt.
1999-09-01 tromey * java/lang/reflect/Modifier.java (ALL_FLAGS): New...
1999-08-10 greenMon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak...
1999-08-09 green * defineclass.cc (_Jv_VerifyClassName): Verify array...
1999-08-08 green1999-08-09 Anthony Green <green@cygnus.com>