OSDN Git Service

Testcase for pr 21173
[pf3gnuchains/gcc-fork.git] / gcc / java / verify.c
2005-04-19 aph2005-04-18 Andrew Haley <aph@redhat.com>
2005-01-10 rmathew * verify.c: Revert to the version before the...
2004-11-25 tromey * verify.c (defer_merging): Don't use C++-style comment.
2004-11-25 tromey * Merged gcj-abi-2-dev-branch to trunk.
2004-10-17 steven * class.c (ident_subst): Always alloca buffer.
2004-07-24 mrs * boehm.c (set_bit): Improve type safety wrt...
2004-07-21 aph2004-07-20 Andrew Haley <aph@redhat.com>
2004-07-07 nathan * tree.h (TYPE_BINFO_OFFSET, TYPE_BINFO_VTABLE,
2004-07-04 rmathew * verify.c: Correct array element access formatting...
2004-07-04 rmathew * verify.c: Insert a short blurb at the start referrin...
2004-06-27 rmathew Formatting fixes.
2003-12-20 kazu * class.c: Remove uses of "register" specifier in
2003-10-28 fche* approved by aph
2003-01-18 kazu * check-init.c: Fix comment typos.
2003-01-12 ghazi * All Files: Convert to ISO C style function definitions.
2003-01-10 ghazi * class.c, gjavah.c, parse.y, verify.c: Don't use...
2003-01-09 ghazi * All Files: Remove PARAMS macro.
2003-01-01 neroden * Make-lang.in, boehm.c, buffer.c,
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-11-18 aph2002-11-14 Jens-Michael Hoffmann <jensmh@gmx.de>
2002-09-11 tromey2002-09-03 Jesse Rosenstock <jmr@ugcs.caltech.edu>
2002-09-05 aph2002-08-28 Andrew Haley <aph@redhat.com>
2002-06-04 zack * java-tree.h, class.c, expr.c, jcf-parse.c, parse.y,
2001-12-16 jsm28 * ChangeLog, Make-lang.in, class.c, expr.c, gcj.texi...
2001-12-03 bothner * verify.c (subroutine_nesting): New function.
2001-09-14 mmitchel * verify.c (verify_jvm_instructions): Fix typo.
2001-07-07 zack * verify.c: Don't use // comments.
2001-04-29 ghazi * jcf-io.c (read_zip_member): Cast to long in comparis...
2001-04-26 bothner * verify.c (verify_jvm_instructions): For field instr...
2001-03-24 bothnere
2001-03-16 bothner * verify.c (verify_jvm_instructions): Better error...
2001-02-04 kenner * diagnostic.h (set_internal_error_function): Renamed.
2001-01-24 apbianco2001-01-23 Alexandre Petit-Bianco <apbianco@cygnus...
2001-01-21 bothner * verify.c (VERIFICATION_ERROR_WITH_INDEX): New macro.
2001-01-21 bothner * verify.c (merge_type_state): Stil may have to merge...
2001-01-14 bothner Various patches to emit better messages on verificatio...
2000-10-21 ghaziWarning fixes:
2000-09-12 tromey * expr.c (pop_type_0): Return `Object' if trying to...
2000-09-07 apbianco2000-09-05 Alexandre Petit-Bianco <apbianco@cygnus...
2000-08-16 apbianco2000-08-14 Alexandre Petit-Bianco <apbianco@cygnus...
2000-03-14 apbiancoAdded Java 1.1 language features.
2000-01-21 ghazi * buffer.h: PROTO -> PARAMS.
1999-12-06 apbiancoTue Nov 30 12:36:15 1999 Anthony Green <green@cygnus...
1999-10-14 ghazi * jcf-dump.c (print_constant, disassemble_method)...
1999-09-02 ghazi * class.c (finish_class): Remove unused parameter...
1999-08-28 law * gjavah.c, jcf-write.c, verify.c: Do not use...
1999-08-26 apbiancoWed Aug 25 15:37:15 1999 Gregg Townsend <gmt@cs.arizo...
1999-08-25 ghazi * gjavah.c (print_name, print_base_classname, utf8_cmp,
1999-08-10 ghazi * check-init.c (check_bool2_init, done_alternative...
1999-07-30 ghaziWarning fixes:
1999-06-22 tromey1999-06-22 Andrew Haley <aph@cygnus.com>
1999-06-21 aph1999-06-21 Andrew Haley <aph@cygnus.com>
1999-05-19 ghaziWarning fixes:
1999-05-18 tromey * java-except.h (struct eh_range): Removed unused...
1999-05-06 bothnerFix thinko.
1999-05-05 bothner
1999-04-06 bothner
1999-03-28 ghaziWarning fixes:
1999-03-21 ghazi * Makefile.in (jcf-dump.o): Depend on $(CONFIG_H)
1999-03-12 ghaziWarning fixes:
1999-02-02 bothner Optimize: `return (a ? b : c)' as: `if (a) return...
1999-01-23 ghaziUpdate copyrights for the last patch
1999-01-23 ghaziWarning fixes:
1999-01-16 bothner
1998-12-23 bothnerd
1998-11-14 bothner
1998-10-12 bothner
1998-09-14 law * Makefile.in: Add many missing dependencies.
1998-09-06 greenInitial revision