summaryrefslogtreecommitdiff
path: root/gcc/java/jcf-dump.c
Commit message (Expand)AuthorAgeFilesLines
* Add --extdirs support.Anthony Green2002-04-121-3/+10
* Make --CLASSPATH by a synonym for --classpath and -classpath.Per Bothner2002-03-031-5/+6
* gcj.texi: Option `--classpath' becomes `--CLASSPATH.'Option `--CLASSPATH' bec...Nic Ferrier2002-02-201-14/+15
* java-tree.h (TYPE_STRICTFP): New macro.Tom Tromey2002-02-181-4/+5
* gccbug.in: Follow GNU Coding Standards for --version.Joseph Myers2002-01-311-3/+3
* collect2.c (is_ctor_dtor): Const-ify.Kaveh R. Ghazi2001-12-271-1/+1
* jcf-dump.c (print_constant): Fix fencepost error so "Float" and "Double" are ...Per Bothner2001-08-301-5/+6
* jcf-dump.c (main): Updated for change to jcf_path_seal.Tom Tromey2001-08-161-2/+2
* g77spec.c (lang_specific_driver): Update copyright year to 2001.Joseph Myers2001-01-121-1/+1
* g77spec.c (lang_specific_driver): Update copyright year to 2000.Joseph Myers2000-11-261-1/+1
* lang-options.h: Mention -Wout-of-date.Tom Tromey2000-11-041-0/+4
* jcf-dump.c (SPECIAL_IINC): Ensure arguments match format specifiers in calls ...Kaveh R. Ghazi2000-05-041-2/+2
* jcf-dump.c (SPECIAL_IINC): Fixed typo printing iinc instruction.Jason Schroeder2000-04-201-1/+1
* Added Java 1.1 language features.Alexandre Petit-Bianco2000-03-131-0/+32
* Fix copyrightsJeff Law2000-02-261-1/+1
* jcf-dump.c (main): Test for correct condition after output file creation.Joerg Brunsmann2000-02-211-1/+1
* gcc.texi (Bug Reporting): Refer to bugs.html.Martin v. Löwis2000-02-181-1/+1
* Makefile.in (TREE_H, [...]): Depend on version.h.Kaveh R. Ghazi2000-02-151-1/+1
* jv-scan.c: Include version.c, <getopt.h>.Tom Tromey2000-02-021-43/+128
* buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-211-13/+13
* class.c (assume_compiled, [...]): Add static prototype.Kaveh R. Ghazi1999-12-311-1/+1
* jcf-dump.c (print_constant, [...]): Don't call a variadic function with a non...Kaveh R. Ghazi1999-10-141-19/+33
* class.c (finish_class): Remove unused parameter, all callers changed.Kaveh R. Ghazi1999-09-021-6/+6
* check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1999-08-101-10/+13
* Warning fixes:Kaveh R. Ghazi1999-07-301-2/+2
* Warning fixes:Kaveh R. Ghazi1999-03-231-4/+6
* Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1999-03-211-20/+22
* class.c (make_class): Don't set CLASS_P here (because this function is also c...Per Bothner1999-03-151-8/+16
* Warning fixes:Kaveh R. Ghazi1999-03-121-3/+2
* Makefile.in (jcf-parse.o): Depend on $(PARSE_H).Kaveh R. Ghazi1999-03-061-1/+0
* Warning fixes:Kaveh R. Ghazi1999-01-231-3/+2
* Fix copyrights.Jeff Law1999-01-061-1/+1
* lex.h: Moved static function declarations to lex.c, to shut up some -Wall war...Per Bothner1999-01-061-11/+9
* Loks of changes so we can better compile from source.Per Bothner1998-12-121-1/+1
* jcf-dump.c (INVOKE): If invokeinterface, print number of args.Per Bothner1998-12-061-1/+3
* jcf-dump.c (main): Fix error message.Per Bothner1998-12-031-1/+1
* jcf-dump.c (TABLE_SWITCH): Fix typos.Per Bothner1998-11-111-1/+1
* * jcf-dump.c (main): Correctly recognize `--'-style long options.Tom Tromey1998-11-111-27/+25
* jcf-io.c (find_class): Use saw_java_source to determine when to look for `.ja...Tom Tromey1998-10-221-31/+21
* jcf-write.c (write_classfile): Add output class file as target.Tom Tromey1998-10-141-3/+3
* jcf-dump.c (process_class): Use FATAL_EXIT_CODE, not -1.Tom Tromey1998-10-131-10/+16
* Per Bothner1998-10-121-31/+57
* Initial revisionAnthony Green1998-09-061-0/+1072