aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2000-10-29parse.y (patch_method_invocation): NULLify this_arg when already inserted.Alexandre Petit-Bianco2-3/+15
2000-10-27configure.in: If not NO_MINUS_C_MINUS_O, substitute OUTPUT_OPTION with '-o $@'.Zack Weinberg4-409/+139
2000-10-26lex.c (java_new_lexer): Initialize new fields.Tom Tromey3-135/+244
2000-10-24parse.y (register_incomplete_type): Include JDEP_FIELD as a case where an enc...Alexandre Petit-Bianco2-2/+9
2000-10-21Warning fixes:Kaveh R. Ghazi5-4/+31
2000-10-21parse.y (do_resolve_class): Also explore superclasses of intermediate enclosi...Bryce McKinlay2-4/+11
2000-10-20Removed erroneous ChangeLog entryTom Tromey1-7/+0
2000-10-20jvspec.c (lang_specific_driver): Recognize -MF and -MT.Tom Tromey9-201/+144
2000-10-19parse.y (find_most_specific_methods_list): Select the only non-abstract metho...Bryce McKinlay2-3/+9
2000-10-19parse.y (process_imports): Consider that one might be trying to import an inn...Alexandre Petit-Bianco2-4/+28
2000-10-18gjavah.c (add_class_decl): Removed unused variables `tname', `tlen' and `name...Alexandre Petit-Bianco6-69/+152
2000-10-17except.c (free_eh_ranges): Don't free `whole_range.'Alexandre Petit-Bianco2-1/+6
2000-10-16decl.c (init_decl_processing): Call init_class_processing before anything else.Anthony Green2-1/+7
2000-10-13[multiple changes]Alexandre Petit-Bianco5-4/+25
2000-10-13Makefile.in (c-parse.c, tradcif.c): Create atomically.Kaveh R. Ghazi3-8/+18
2000-10-13Remove obstacks.Mark Mitchell12-162/+134
2000-10-12re GNATS gcj/356 (gcjh bug: Can't #include <java/awt/Container.h>)Tom Tromey2-22/+12
2000-10-10lex.c (java_new_lexer): Initialize out_first and out_last fields.Tom Tromey3-61/+101
2000-10-10[multiple changes]Alexandre Petit-Bianco3-29/+109
2000-10-08class.c (layout_class): Handle case where superclass can't be layed out yet.Anthony Green2-3/+9
2000-10-07[multiple changes]Alexandre Petit-Bianco1-0/+2
2000-10-07Makefile.in ($(srcdir)/hash.h): Refer to GNU FTP site for updated gperf.Joseph Myers2-2/+6
2000-10-06jvspec.c (jvgenmain_spec): Added `-fdollars-in-identifiers'.Tom Tromey5-48/+166
2000-10-05[multiple changes]Alexandre Petit-Bianco5-39/+221
2000-10-03re GNATS gcj/307 (gcj allows boolean value to be returned for int method)Tom Tromey3-25/+45
2000-10-03lex.c (java_read_unicode): Reset bs_count when finished with `\u' sequence.Tom Tromey2-0/+6
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell10-26/+144
2000-09-29parse.y (maybe_yank_clinit): Also keep <clinit> if its body contains somethin...Alexandre Petit-Bianco2-1/+35
2000-09-26gcc.c (cpp_options): Add spec for -ftabstop=.Neil Booth1-2/+2
2000-09-23Make-lang.in (JAVA_SRCS): Include java-tree.h.Mark Mitchell13-314/+653
2000-09-15* lex.h: Use HAVE_ICONV_H, not HAVE_ICONV.Tom Tromey2-1/+5
2000-09-13jcf-parse.c: Include <locale.h>.Tom Tromey3-0/+13
2000-09-12expr.c (pop_type_0): Return `Object' if trying to merge two interface types.Tom Tromey3-5/+13
2000-09-12re GNATS gcj/33 (gcj mangles composed characters)Tom Tromey10-104/+363
2000-09-12re GNATS gcj/343 (can't cast array to serializable)Tom Tromey3-5/+24
2000-09-11defaults.h: Provide default definitions for...Zack Weinberg3-8/+5
2000-09-09typeck.c (build_java_array_type): Correct first parameter in ADJUST_FIELD_ALI...Geoff Keating2-1/+6
2000-09-07verify.c (merge_types): Load the types to merge if necessary.Alexandre Petit-Bianco2-0/+18
2000-09-06* lang-specs.h: Also recognize `-femit-class-files'.Tom Tromey2-1/+6
2000-09-05parse.y (do_merge_string_cste): New locals.Alexandre Petit-Bianco2-6/+17
2000-09-06jcf-io.c: Include zlib.h.Anthony Green4-8/+57
2000-09-05boehm.c (mark_reference_fields): Set marking bits for all words in a multiple...Hans Boehm2-3/+25
2000-09-03Configure changes required for zlib.Anthony Green1-2/+6
2000-08-31Make-lang.in (jc1$(exeext), [...]): Make parallel safe.Mike Stump1-13/+13
2000-08-31Make-lang.in (jc1$(exeext), [...]): Make parallel safe.Mike Stump1-0/+5
2000-08-29typeck.c (build_java_array_type): Rewrite code to do array alignment.Andrew Haley2-2/+30
2000-08-29top level:Zack Weinberg4-15/+25
2000-08-29expr.c (can_widen_reference_to): Fixed indentation.Alexandre Petit-Bianco4-17/+26
2000-08-29javaop.h (WORD_TO_INT): Mask lower 32 bits of a jword before sign extending.Andrew Haley3-5/+15
2000-08-25* gjavah.c (cxx_keyword_subst): Use ARRAY_SIZE.Greg McGary2-1/+5