aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-dump.c
AgeCommit message (Expand)AuthorFilesLines
2001-08-30jcf-dump.c (print_constant): Fix fencepost error so "Float" and "Double" are ...Per Bothner1-5/+6
2001-08-16jcf-dump.c (main): Updated for change to jcf_path_seal.Tom Tromey1-2/+2
2001-01-12g77spec.c (lang_specific_driver): Update copyright year to 2001.Joseph Myers1-1/+1
2000-11-26g77spec.c (lang_specific_driver): Update copyright year to 2000.Joseph Myers1-1/+1
2000-11-04lang-options.h: Mention -Wout-of-date.Tom Tromey1-0/+4
2000-05-04jcf-dump.c (SPECIAL_IINC): Ensure arguments match format specifiers in calls ...Kaveh R. Ghazi1-2/+2
2000-04-20jcf-dump.c (SPECIAL_IINC): Fixed typo printing iinc instruction.Jason Schroeder1-1/+1
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-0/+32
2000-02-26Fix copyrightsJeff Law1-1/+1
2000-02-21jcf-dump.c (main): Test for correct condition after output file creation.Joerg Brunsmann1-1/+1
2000-02-18gcc.texi (Bug Reporting): Refer to bugs.html.Martin v. Löwis1-1/+1
2000-02-15Makefile.in (TREE_H, [...]): Depend on version.h.Kaveh R. Ghazi1-1/+1
2000-02-02jv-scan.c: Include version.c, <getopt.h>.Tom Tromey1-43/+128
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-13/+13
1999-12-31class.c (assume_compiled, [...]): Add static prototype.Kaveh R. Ghazi1-1/+1
1999-10-14jcf-dump.c (print_constant, [...]): Don't call a variadic function with a non...Kaveh R. Ghazi1-19/+33
1999-09-02class.c (finish_class): Remove unused parameter, all callers changed.Kaveh R. Ghazi1-6/+6
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-10/+13
1999-07-30Warning fixes:Kaveh R. Ghazi1-2/+2
1999-03-23Warning fixes:Kaveh R. Ghazi1-4/+6
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-20/+22
1999-03-15class.c (make_class): Don't set CLASS_P here (because this function is also c...Per Bothner1-8/+16
1999-03-12Warning fixes:Kaveh R. Ghazi1-3/+2
1999-03-06Makefile.in (jcf-parse.o): Depend on $(PARSE_H).Kaveh R. Ghazi1-1/+0
1999-01-23Warning fixes:Kaveh R. Ghazi1-3/+2
1999-01-06Fix copyrights.Jeff Law1-1/+1
1999-01-06lex.h: Moved static function declarations to lex.c, to shut up some -Wall war...Per Bothner1-11/+9
1998-12-12Loks of changes so we can better compile from source.Per Bothner1-1/+1
1998-12-06jcf-dump.c (INVOKE): If invokeinterface, print number of args.Per Bothner1-1/+3
1998-12-03jcf-dump.c (main): Fix error message.Per Bothner1-1/+1
1998-11-11jcf-dump.c (TABLE_SWITCH): Fix typos.Per Bothner1-1/+1
1998-11-11* jcf-dump.c (main): Correctly recognize `--'-style long options.Tom Tromey1-27/+25
1998-10-22jcf-io.c (find_class): Use saw_java_source to determine when to look for `.ja...Tom Tromey1-31/+21
1998-10-14jcf-write.c (write_classfile): Add output class file as target.Tom Tromey1-3/+3
1998-10-13jcf-dump.c (process_class): Use FATAL_EXIT_CODE, not -1.Tom Tromey1-10/+16
1998-10-12Per Bothner1-31/+57
1998-09-06Initial revisionAnthony Green1-0/+1072