aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2001-03-07* config-lang.in (lang_requires): Define.Tom Tromey2-0/+5
2001-03-07Brad's -ffast-math breakup.Brad Lucier2-1/+6
2001-03-05Fix a problem where rest_of_decl_compilation applied to class_dtable_decl cau...Per Bothner4-12/+24
2001-03-02xm-lynx.h, [...]: Do not define TRUE or FALSE.Zack Weinberg5-6/+11
2001-03-02gcc.c, [...]: Add zero initializer for cpp_spec field to all array elements.Zack Weinberg2-5/+10
2001-02-23Handle compiling multiple input files at once, and @FILE syntax.Per Bothner3-4/+42
2001-02-23Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog.Per Bothner8-86/+208
2001-02-23c-decl.c (set_block): Set NAMES and BLOCKS from BLOCK.Richard Kenner2-0/+8
2001-02-20parse.y (check_inner_class_access): Moved declaration of local `enclosing_dec...Alexandre Petit-Bianco2-1/+7
2001-02-19Forgot this file on last check-in.Bryce McKinlay1-5/+0
2001-02-19parse.y (parser_check_super_interface): Don't call check_pkg_class_access for...Bryce McKinlay2-41/+146
2001-02-19typeck.c (build_java_array_type): Don't try to poke a public `clone' method i...Bryce McKinlay2-1/+18
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