aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2001-02-05Make-lang.in (jvspec.o): Add DRIVER_DEFINES to the list of macros used when c...Bryce McKinlay3-2/+26
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner16-164/+247
2001-02-02jvgenmain.c (class_mangling_suffix): Remove unused string.Bryce McKinlay2-28/+10
2001-02-01jcf-parse.c (init_jcf_parse): Added cast to ggc_add_root's last argument.Alexandre Petit-Bianco4-20/+18
2001-01-30java-tree.h: Remove JTI_INTEGER_NEGATIVE_ONE_NODE.Bryce McKinlay4-7/+11
2001-01-29zextract.c (read_zip_archive): Read file_offset before writing zipd and conse...Jeff Sturm2-2/+7
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi5-4/+8
2001-01-25ChangeLog (2001-01-21): Fixed typo.Alexandre Petit-Bianco9-123/+52
2001-01-25* lex.c (java_read_char): Check for EOF from getc first.Richard Earnshaw2-2/+6
2001-01-24class.c (layout_class): Don't lay the superclass out if it's already being la...Alexandre Petit-Bianco8-93/+139
2001-01-23configure.in: Enable libgcj on several additional platforms.Bryce McKinlay2-0/+5
2001-01-23gcj.texi (Copying): New node.Tom Tromey2-0/+457
2001-01-21Various fixes to allow compiling a compressed .jar/.zip archive.Per Bothner6-82/+88
2001-01-21Minor optimization of static ggc roots.Per Bothner3-36/+36
2001-01-21jcf-parse.c (ggc_mark_jcf): New function.Per Bothner2-0/+30
2001-01-21* lang.c (put_decl_node): Print method's name.Per Bothner2-2/+9
2001-01-21verify.c (VERIFICATION_ERROR_WITH_INDEX): New macro.Per Bothner2-5/+23
2001-01-21verify.c (merge_type_state): Stil may have to merge even if LABEL_VERIFIED (l...Per Bothner2-1/+6
2001-01-21parse.y (method_header): Don't set the DECL_NAME of a FUNCTION_DECL to a EXPR...Per Bothner2-10/+5
2001-01-21expr.c (pop_type_0): Only return object_ptr_type_node on mismatch if expeting...Per Bothner2-2/+7
2001-01-18gcj.texi (Input Options): Mention .java files.Per Bothner2-4/+8
2001-01-17lang-options.h (-Wunsupported-jdk11): Removed.Alexandre Petit-Bianco4-26/+8
2001-01-18Changes suggested by Per Bothner:Tom Tromey2-27/+45
2001-01-17gcj.texi: New file.Tom Tromey4-2/+521
2001-01-16expr.c (java_lang_expand_expr): Use TREE_SYMBOL_REFERENCED after having calle...Jeff Sturm2-2/+7
2001-01-15All files with updated copyright when applicable.Alexandre Petit-Bianco10-406/+868
2001-01-14Various patches to emit better messages on verification errors.Per Bothner4-78/+171
2001-01-14parse.y (java_complete_lhs case EXPR_WITH_FILE_LOCATION): If body is constant...Per Bothner3-3/+12
2001-01-14expr.c (expand_java_field_op): Assigning to a final field outside an initiali...Per Bothner2-2/+8
2001-01-12g77spec.c (lang_specific_driver): Update copyright year to 2001.Joseph Myers3-2/+7
2001-01-11parse.y (resolve_expression_name): Permit instance variables from enclosing c...Bryce McKinlay2-2/+11
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell5-18/+34
2001-01-10* jvspec.c (jvgenmain_spec): Omit -fencoding from cc1 invocation.Tom Tromey2-1/+5
2001-01-10[multiple changes]Alexandre Petit-Bianco5-20/+75
2001-01-10c-lang.c (lang_hooks): Update.Neil Booth1-4/+8
2001-01-09c-lang.c (lang_hooks): Update.Neil Booth1-8/+6
2001-01-08In gcc/java:Bryce McKinlay3-0/+7
2001-01-07toplev.c (main): Call the front-end specific post_options hook if one is given.Neil Booth1-0/+3
2001-01-06From patha@softlab.ericsson.se:Bryce McKinlay2-1/+7
2001-01-05lang-options.h: Bring comment in line with reality.Phil Edwards1-2/+2
2001-01-05cpp.texi: Update for -MP.Neil Booth3-6/+14
2000-12-24Shorten primitive array allocation path:Bryce McKinlay3-6/+26
2000-12-18re GNATS gcj/373: (interface inner classes are implicitly static)Bryce McKinlay2-1/+12
2000-12-18Fix for PRs gcj/312 and gcj/253:Bryce McKinlay3-0/+51
2000-12-16jcf-parse.c (jcf_parse_source): Set wfl_operator if not already set.Tom Tromey2-1/+9
2000-12-15boehm.c (mark_reference_fields): Change test to correctly detect bitmap overf...Andrew Haley2-1/+6
2000-12-15config-lang.in (lang_dirs): Added.Andreas Jaeger2-0/+5
2000-12-15parse.y (end_artificial_method_body): Fixed undefined behavior.Alexandre Petit-Bianco2-1/+10
2000-12-14* parse.y (check_static_final_variable_assignment_flag): Fix spelling.Mike Stump2-1/+5
2000-12-13Make-lang.in (JAVA_LEX_C): Added chartables.h.Tom Tromey6-364/+3616