aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-24lang-options.h: Added -Wdeprecated.Tom Tromey1-0/+20
2003-02-03Fix for java/4269:Adrian Bunk1-2/+2
2003-01-30jcf-parse.c (read_class): Update identifier's class value if it changed durin...Tom Tromey1-0/+4
2003-01-24jcf-parse.c (parse_zip_file_entries): Overwrite trailing \0 of file name in r...Tom Tromey1-1/+3
2003-01-23jcf-parse.c (process_zip_dir): Remove unused variable.Nathanael Nerode1-1/+0
2003-01-22gcj.texi (Input and output files): Mention non-class entries.Tom Tromey1-47/+124
2003-01-18check-init.c: Fix comment typos.Kazu Hirata1-2/+2
2003-01-16Make-lang.in (f/target.o): Depend on toplev.h.Kaveh R. Ghazi1-0/+1
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-42/+20
2003-01-10Merge from pch-branch.Geoffrey Keating1-38/+11
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-12/+12
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-5/+5
2002-12-23class.c (build_static_field_ref): Check FIELD_FINAL.Jeff Sturm1-1/+0
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-18buffer.c: Remove unnecessary casts.Jens-Michael Hoffmann1-2/+2
2002-10-15* jcf-parse.c (get_constant): Fix type warning.Richard Henderson1-1/+1
2002-09-21jcf-parse.c (get_constant): Decode from IEEE no matter what the target format.Richard Henderson1-30/+22
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-2/+2
2002-09-16real.c, real.h: Rewrite from scratch.Richard Henderson1-39/+36
2002-08-04Index: ChangeLogGeoffrey Keating1-2/+0
2002-06-04java-tree.h, [...]: Remove all #if JAVA_USE_HANDLES blocks...Zack Weinberg1-5/+3
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-3/+3
2002-05-28tree.h: Forward-declare struct realvaluetype.Zack Weinberg1-0/+1
2002-04-25c-common.h (c_common_parse_file): Update.Neil Booth1-10/+2
2002-04-22re PR java/2791 (Bogus "class `foo' already defined ..." error from jc1)Alexandre Petit-Bianco1-3/+0
2002-04-22jcf-write.c (push_long_const): lo, hi: New variables.Andrew Haley1-4/+4
2002-03-28re PR java/4715 (Tree check failure in check_inner_circular_reference)Alexandre Petit-Bianco1-0/+15
2002-03-18* jcf-parse.c (get_constant): Delete unused variables.Kaveh R. Ghazi1-2/+0
2002-03-17c-common.h (yyparse, [...]): New.Neil Booth1-4/+3
2002-03-15Fix gcj -R.Anthony Green1-4/+1
2002-03-12re PR java/5923 (gcj -C generates incorrect bytecode)Tom Tromey1-44/+4
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg1-15/+0
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi1-1/+1
2002-03-02Fix for PR java/5758, java/5632:Alexandre Petit-Bianco1-7/+7
2002-02-02class.c (add_field): Mark static fields external.Richard Henderson1-3/+8
2002-02-01re PR java/5080 (gcc/java/jcf-parse.c:908: `LC_CTYPE' undeclared (first use i...Craig Rodrigues1-4/+2
2002-01-22decl.c (java_init_decl_processing): Use add_predefined_file.Tom Tromey1-6/+15
2002-01-12jcf-parse.c (get_constant): Don't swap lo/hi for big endian targets when HOST...Jeff Sturm1-1/+9
2002-01-03tree.h: Update copyright date.Graham Stott1-2/+3
2001-12-16ChangeLog, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-12-15java-tree.h (otable_methods, [...]): New field/global tree definitions.Bryce McKinlay1-1/+5
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth1-3/+3
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth1-2/+2
2001-11-09Makefile.in: Update.Neil Booth1-1/+1
2001-11-09c-lang.c (LANG_HOOKS_NAME): New.Neil Booth1-7/+0
2001-09-06class.c (O_BINARY): Define if necessary.Anthony Green1-0/+17
2001-08-30jcf-io.c (open_class): Set filename field.Per Bothner1-0/+1
2001-08-24jcf-parse.c (yyparse): Set magic to 0, don't issue error for a file smaller t...Alexandre Petit-Bianco1-6/+6
2001-08-17[multiple changes]Alexandre Petit-Bianco1-3/+27
2001-07-11Makefile.in (c-lex.o): Wrap long lines.Neil Booth1-2/+3