Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.
[gcc.git] / gcc / java / verify.c
2003-01-01 Steven BosscherMake-lang.in, [...]: Replace "GNU CC" with "GCC" in...
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-11-18 Jens-Michael Hoffmannbuffer.c: Remove unnecessary casts.
2002-09-11 Jesse RosenstockFor PR java/5794:
2002-09-05 Andrew Haleyverify.c (verify_jvm_instructions): Allow exception...
2002-06-04 Zack Weinbergjava-tree.h, [...]: Remove all #if JAVA_USE_HANDLES...
2001-12-16 Joseph MyersChangeLog, [...]: Fix spelling errors.
2001-12-03 Per Bothnerverify.c (subroutine_nesting): New function.
2001-09-14 Mark Mitchell* verify.c (verify_jvm_instructions): Fix typo.
2001-07-07 Zack Weinberg* verify.c: Don't use // comments.
2001-04-29 Kaveh R. Ghazijcf-io.c (read_zip_member): Cast to long in comparison...
2001-04-26 Per Bothnerverify.c (verify_jvm_instructions): For field instructi...
2001-03-24 Per Bothnerre PR java/1208 (Gcj can't compile a class file it...
2001-03-16 Per Bothnerverify.c (verify_jvm_instructions): Better error msgs...
2001-02-04 Richard Kennerdiagnostic.h (set_internal_error_function): Renamed.
2001-01-24 Alexandre Petit... class.c (layout_class): Don't lay the superclass out...
2001-01-21 Per Bothnerverify.c (VERIFICATION_ERROR_WITH_INDEX): New macro.
2001-01-21 Per Bothnerverify.c (merge_type_state): Stil may have to merge...
2001-01-14 Per BothnerVarious patches to emit better messages on verification...
2000-10-21 Kaveh R. GhaziWarning fixes:
2000-09-12 Tom Tromeyexpr.c (pop_type_0): Return `Object' if trying to merge...
2000-09-07 Alexandre Petit... verify.c (merge_types): Load the types to merge if...
2000-08-16 Alexandre Petit... jcf-write.c (generate_bytecode_conditional): Re-install...
2000-03-14 Alexandre Petit... Added Java 1.1 language features.
2000-01-21 Kaveh R. Ghazibuffer.h: PROTO -> PARAMS.
1999-12-06 Alexandre Petit... [multiple changes]
1999-10-14 Kaveh R. Ghazijcf-dump.c (print_constant, [...]): Don't call a variad...
1999-09-02 Kaveh R. Ghaziclass.c (finish_class): Remove unused parameter, all...
1999-08-28 Jeffrey A Lawgjavah.c, [...]: Do not use C++ style comments in C...
1999-08-26 Gregg Townsendverify.c (verify_jvm_instructions): Don't check instruc...
1999-08-25 Kaveh R. Ghazigjavah.c (print_name, [...]): Add static prototype.
1999-08-10 Kaveh R. Ghazicheck-init.c (check_bool2_init, [...]): Add static...
1999-07-30 Kaveh R. GhaziWarning fixes:
1999-06-22 Andrew Haleyverify.c (verify_jvm_instructions): Check for pending...
1999-06-21 Andrew Haleyexcept.c (find_handler_in_range): The upper limit for...
1999-05-19 Kaveh R. GhaziWarning fixes:
1999-05-18 Tom Tromeyjava-except.h (struct eh_range): Removed unused `next...
1999-05-06 Per BothnerFix thinko.
1999-05-05 Per Bothnerverify.c (verify_jvm_instructions): Better error messages.
1999-04-06 Per Bothnerexpr.c (pop_type_0): New function.
1999-03-28 Kaveh R. GhaziWarning fixes:
1999-03-21 Kaveh R. GhaziMakefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdi...
1999-03-12 Kaveh R. GhaziWarning fixes:
1999-02-02 Per BothnerOptimize: `return (a ? b : c)' as: `if (a) return b...
1999-01-23 Kaveh GhaziUpdate copyrights for the last patch
1999-01-23 Kaveh R. GhaziWarning fixes:
1999-01-16 Per Bothnerexpr.c (process_jvm_instruction): Coerce to correct...
1998-12-23 Per Bothnerexpr.c (process_jvm_instruction): Do load_type_state...
1998-11-14 Per BothnerAllow uses of interface types to verify.
1998-10-12 Per Bothner
1998-09-14 Jeffrey A LawMakefile.in: Add many missing dependencies.
1998-09-06 Anthony GreenInitial revision