aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-25re PR java/13183 ([unit-at-a-time] incorrect multidimensional array initializ...Jeff Sturm1-7/+0
2003-11-10jcf-parse.c (classify_zip_file): Correctly compare filename_length against le...Tom Tromey1-1/+1
2003-11-08re PR libgcj/12894 (META-INF entries should be incoluded as --resource entrie...Tom Tromey1-3/+2
2003-10-24Correct misapplied patch.Andrew Haley1-1/+1
2003-10-24jcf-parse.c (jcf_parse): Fix args to fatal_error().David S. Miller1-1/+1
2003-10-24lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.Andrew Haley1-1/+2
2003-10-01jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley1-1/+10
2003-09-28c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not file and line sepa...Richard Henderson1-11/+10
2003-09-28decl.c (java_optimize_inline, [...]): Remove.Jeff Sturm1-6/+5
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-6/+4
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-4/+6
2003-09-03decl.c (java_expand_body): New function.Jeff Sturm1-0/+8
2003-06-28* c-format.c (check_format_string, get_constant)Zack Weinberg1-1/+1
2003-05-13diagnostic.c (output_format): Add support for %m.Zack Weinberg1-6/+6
2003-05-13class.c (layout_class_method): Set DECL_EXTERNAL.Richard Henderson1-5/+2
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-8/+8
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