aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2000-12-08safe-ctype.h: New file.Zack Weinberg2-368/+372
2000-12-06parse.y (end_artificial_method_body): Fixed typo.Alexandre Petit-Bianco2-1/+5
2000-12-06[multiple changes]Alexandre Petit-Bianco6-114/+573
2000-12-04parse.y (patch_method_invocation): Pick the correct enclosing context when cr...Alexandre Petit-Bianco2-1/+33
2000-11-26g77spec.c (lang_specific_driver): Update copyright year to 2000.Joseph Myers4-3/+8
2000-11-25c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth1-9/+0
2000-11-24jcf-parse.c (init_jcf_parse): Register current_file_list root.Anthony Green3-16/+31
2000-11-22parse.y (build_outer_field_access): New local `decl_ctx', use it.Alexandre Petit-Bianco2-9/+34
2000-11-23gcc toplevel:J"orn Rennecke2-1/+5
2000-11-22jcf-parse.c (get_constant): Call UT8_CHAR_LENGTH on `utf8', not the scratch b...Bryce McKinlay2-1/+6
2000-11-21[multiple changes]Alexandre Petit-Bianco3-3/+34
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