aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-dump.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-21javaop.h (jfloat, jdouble): Make them structures mirroring the bit fields of ...Zack Weinberg1-11/+74
2003-01-18check-init.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-3/+3
2003-01-10Merge from pch-branch.Geoffrey Keating1-0/+1
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-15/+15
2003-01-09expr.c, [...]: Don't rely on the `DEFUN', `AND' or `__STDC__' macros.Kaveh R. Ghazi1-27/+14
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+7
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-10-08system.h (GCCBUGURL): Delete.Zack Weinberg1-1/+1
2002-10-01jcf-dump.c (print_constant, [...]): Don't fall foul of type-based aliasing.Nathan Sidwell1-3/+11
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-06-04java-tree.h, [...]: Remove all #if JAVA_USE_HANDLES blocks...Zack Weinberg1-4/+0
2002-04-12Add --extdirs support.Anthony Green1-3/+10
2002-03-03Make --CLASSPATH by a synonym for --classpath and -classpath.Per Bothner1-5/+6
2002-02-20gcj.texi: Option `--classpath' becomes `--CLASSPATH.'Option `--CLASSPATH' bec...Nic Ferrier1-14/+15
2002-02-18java-tree.h (TYPE_STRICTFP): New macro.Tom Tromey1-4/+5
2002-01-31gccbug.in: Follow GNU Coding Standards for --version.Joseph Myers1-3/+3
2001-12-27collect2.c (is_ctor_dtor): Const-ify.Kaveh R. Ghazi1-1/+1
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