aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2001-02-16expr.c (build_instanceof): Check for arrays when trying fold to false.Alexandre Petit-Bianco2-6/+13
2001-02-15Fix typosDJ Delorie1-2/+2
2001-02-15Makefile.in (install-common): Don't depend on installdirs here.Jim Meyering2-2/+7
2001-02-15* Make-lang.in (jvspec.o): Modify rule to match that of cp/g++spec.o.Bryce McKinlay2-1/+7
2001-02-14[multiple changes]Alexandre Petit-Bianco3-36/+86
2001-02-13parse.y (resolve_qualified_expression_name): Try to resolve as an inner class...Alexandre Petit-Bianco2-2/+8
2001-02-13decl.c (classdollar_identifier_node): Initialize.Alexandre Petit-Bianco4-6/+23
2001-02-09[multiple changes]Alexandre Petit-Bianco3-23/+13
2001-02-09mangle_name.c (append_unicode_mangled_name): Emit `_' or `U' outside of the `...Alexandre Petit-Bianco2-6/+26
2001-02-09jvgenmain.c (error): Reversed 2001-02-01 deletion.Alexandre Petit-Bianco2-0/+26
2001-02-08Make-lang.in (JAVA_OBJS): Added java/mangle_name.oAlexandre Petit-Bianco6-142/+264
2001-02-07check-init.c (check_init): Fix TRY_FINALLY_EXPR logic.Per Bothner2-3/+10
2001-02-08gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.Joseph Myers2-2/+5
2001-02-07jcf-parse.c (HANDLE_SYNTHETIC_ATTRIBUTE): Don't handle field DECLs.Alexandre Petit-Bianco2-3/+9
2001-02-07* lex.c (java_new_lexer): Longer error message.Tom Tromey2-1/+5
2001-02-06typeck.c (build_prim_array_type): Added leading comment.Jeff Sturm2-34/+19
2001-02-05re PR java/1866 (Array initializer: undefined reference to `LJv0.0')Tom Tromey2-5/+9
2001-02-05parse.y (process_imports): Save the original name of the import for better er...Alexandre Petit-Bianco2-2/+15
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