aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-reader.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-24lang-options.h: Added -Wdeprecated.Tom Tromey1-0/+7
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-8/+3
2003-01-10Merge from pch-branch.Geoffrey Keating1-9/+9
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-10/+10
2003-01-09expr.c, [...]: Don't rely on the `DEFUN', `AND' or `__STDC__' macros.Kaveh R. Ghazi1-16/+8
2003-01-02except.c, [...]: Fix Copyright years.Steven Bosscher1-1/+1
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+6
2002-11-25jcf-reader.c: Don't expand JCF_readu4 inside the expansion of JCF_SKIP.Diego Novillo1-1/+3
2001-03-23re PR java/1213 (gcj should check for incorrect CLASSPATH)Alexandre Petit-Bianco1-9/+19
2001-01-24class.c (layout_class): Don't lay the superclass out if it's already being la...Alexandre Petit-Bianco1-0/+7
2000-10-21Warning fixes:Kaveh R. Ghazi1-2/+10
2000-08-072000-08-07 Alexandre Petit-Bianco <apbianco@cygnus.comAlexandre Petit-Bianco1-0/+60
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-0/+8
2000-02-26Fix copyrightsJeff Law1-1/+1
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-9/+9
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-9/+18
1999-05-12expr.c (expand_invoke): Mark parameter `nargs' with ATTRIBUTE_UNUSED.Kaveh R. Ghazi1-2/+2
1999-03-12Warning fixes:Kaveh R. Ghazi1-3/+3
1999-03-06Makefile.in (jcf-parse.o): Depend on $(PARSE_H).Kaveh R. Ghazi1-2/+2
1998-12-13jcf-reader.c (jcf_parse_one_method): Recognize HANDLE_END_METHOD.Tom Tromey1-0/+3
1998-10-12Per Bothner1-0/+3
1998-09-06Initial revisionAnthony Green1-0/+352