aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2000-11-20jv-scan.c (help): Document --complexity.Tom Tromey3-17/+63
2000-11-20lex.c (yylex): Added STRICT_TK case.Tom Tromey7-86/+102
2000-11-20lex.c (yylex): Recognize floating point constants with leading 0.Tom Tromey2-1/+10
2000-11-19java-tree.h (cyclic_inheritance_report): Constify.Kaveh R. Ghazi3-2/+7
2000-11-17ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg2-1/+4
2000-11-17stringpool.c: New file.Zack Weinberg3-29/+36
2000-11-13diagnostic.c (vbuild_message_string, [...]): Add ATTRIBUTE_PRINTF.Joseph Myers2-1/+7
2000-11-11jcf-parse.c (process_zip_dir): Add finput parameter.Anthony Green2-3/+11
2000-11-10alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi3-3/+7
2000-11-09calls.c (expand_call, [...]): Use memcpy () instead of bcopy ().Joseph Myers2-1/+6
2000-11-08gjavah.c (process_file): Only include gcj/cni.h when generating CNI stubs.Tom Tromey2-1/+7
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers5-5/+11
2000-11-06lex.h (JAVA_FLOAT_RANGE_ERROR): Typo fix.Tom Tromey3-3/+39
2000-11-05lex.c (java_parse_escape_sequence): Only read two octal characters if the fir...Tom Tromey2-18/+24
2000-11-05Makefile.in: Remove all targets related to building distributions and diffs, ...Joseph Myers2-12/+5
2000-11-04re PR other/567 ("make dvi" fails)Tom Tromey2-0/+4
2000-11-04lang-options.h: Mention -Wout-of-date.Tom Tromey7-38/+84
2000-11-04class.c (cxx_keyword_p): Accept keywords with trailing `$'s.Tom Tromey3-9/+41
2000-11-03Make-lang.in (LIBGCJ_ZIP_FILE): Define with `$(prefix)'.Alexandre Petit-Bianco2-1/+6
2000-11-03lex.h (_JAVA_IDENTIFIER_IGNORABLE): New macro.Tom Tromey4-56/+113
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