Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.
[gcc.git] / gcc / java / jcf-dump.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-10-08 Zack Weinbergsystem.h (GCCBUGURL): Delete.
2002-10-01 Nathan Sidwelljcf-dump.c (print_constant, [...]): Don't fall foul...
2002-09-21 Kazu HirataChangeLog: Follow spelling conventions.
2002-06-04 Zack Weinbergjava-tree.h, [...]: Remove all #if JAVA_USE_HANDLES...
2002-04-12 Anthony GreenAdd --extdirs support.
2002-03-03 Per BothnerMake --CLASSPATH by a synonym for --classpath and ...
2002-02-20 Nic Ferriergcj.texi: Option `--classpath' becomes `--CLASSPATH...
2002-02-18 Tom Tromeyjava-tree.h (TYPE_STRICTFP): New macro.
2002-01-31 Joseph Myersgccbug.in: Follow GNU Coding Standards for --version.
2001-12-27 Kaveh R. Ghazicollect2.c (is_ctor_dtor): Const-ify.
2001-08-30 Per Bothnerjcf-dump.c (print_constant): Fix fencepost error so...
2001-08-16 Tom Tromeyjcf-dump.c (main): Updated for change to jcf_path_seal.
2001-01-12 Joseph Myersg77spec.c (lang_specific_driver): Update copyright...
2000-11-26 Joseph Myersg77spec.c (lang_specific_driver): Update copyright...
2000-11-04 Tom Tromeylang-options.h: Mention -Wout-of-date.
2000-05-04 Kaveh R. Ghazijcf-dump.c (SPECIAL_IINC): Ensure arguments match forma...
2000-04-21 Jason Schroederjcf-dump.c (SPECIAL_IINC): Fixed typo printing iinc...
2000-03-14 Alexandre Petit... Added Java 1.1 language features.
2000-02-26 Jeff LawFix copyrights
2000-02-21 Joerg Brunsmannjcf-dump.c (main): Test for correct condition after...
2000-02-18 Martin v. Löwisgcc.texi (Bug Reporting): Refer to bugs.html.
2000-02-15 Kaveh R. GhaziMakefile.in (TREE_H, [...]): Depend on version.h.
2000-02-02 Tom Tromeyjv-scan.c: Include version.c, <getopt.h>.
2000-01-21 Kaveh R. Ghazibuffer.h: PROTO -> PARAMS.
1999-12-31 Kaveh R. Ghaziclass.c (assume_compiled, [...]): Add static prototype.
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-10 Kaveh R. Ghazicheck-init.c (check_bool2_init, [...]): Add static...
1999-07-30 Kaveh R. GhaziWarning fixes:
1999-03-23 Kaveh R. GhaziWarning fixes:
1999-03-21 Kaveh R. GhaziMakefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdi...
1999-03-15 Per Bothnerclass.c (make_class): Don't set CLASS_P here (because...
1999-03-12 Kaveh R. GhaziWarning fixes:
1999-03-06 Kaveh R. GhaziMakefile.in (jcf-parse.o): Depend on $(PARSE_H).
1999-01-23 Kaveh R. GhaziWarning fixes:
1999-01-06 Jeff LawFix copyrights.
1999-01-06 Per Bothnerlex.h: Moved static function declarations to lex.c...
1998-12-12 Per BothnerLoks of changes so we can better compile from source.
1998-12-06 Per Bothnerjcf-dump.c (INVOKE): If invokeinterface, print number...
1998-12-03 Per Bothnerjcf-dump.c (main): Fix error message.
1998-11-11 Per Bothnerjcf-dump.c (TABLE_SWITCH): Fix typos.
1998-11-11 Tom Tromey* jcf-dump.c (main): Correctly recognize `--'-style...
1998-10-22 Tom Tromeyjcf-io.c (find_class): Use saw_java_source to determine...
1998-10-14 Tom Tromeyjcf-write.c (write_classfile): Add output class file...
1998-10-13 Tom Tromeyjcf-dump.c (process_class): Use FATAL_EXIT_CODE, not -1.
1998-10-12 Per Bothner
1998-09-06 Anthony GreenInitial revision