Age | Commit message (Expand) | Author | Files | Lines |
2000-11-26 | g77spec.c (lang_specific_driver): Update copyright year to 2000. | Joseph Myers | 4 | -3/+8 |
2000-11-25 | c-common.c: Remove USE_CPPLIB conditional inclusions. | Neil Booth | 1 | -9/+0 |
2000-11-24 | jcf-parse.c (init_jcf_parse): Register current_file_list root. | Anthony Green | 3 | -16/+31 |
2000-11-22 | parse.y (build_outer_field_access): New local `decl_ctx', use it. | Alexandre Petit-Bianco | 2 | -9/+34 |
2000-11-23 | gcc toplevel: | J"orn Rennecke | 2 | -1/+5 |
2000-11-22 | jcf-parse.c (get_constant): Call UT8_CHAR_LENGTH on `utf8', not the scratch b... | Bryce McKinlay | 2 | -1/+6 |
2000-11-21 | [multiple changes] | Alexandre Petit-Bianco | 3 | -3/+34 |
2000-11-20 | jv-scan.c (help): Document --complexity. | Tom Tromey | 3 | -17/+63 |
2000-11-20 | lex.c (yylex): Added STRICT_TK case. | Tom Tromey | 7 | -86/+102 |
2000-11-20 | lex.c (yylex): Recognize floating point constants with leading 0. | Tom Tromey | 2 | -1/+10 |
2000-11-19 | java-tree.h (cyclic_inheritance_report): Constify. | Kaveh R. Ghazi | 3 | -2/+7 |
2000-11-17 | ggc.h: Delete ggc_add_string_root and ggc_mark_string. | Zack Weinberg | 2 | -1/+4 |
2000-11-17 | stringpool.c: New file. | Zack Weinberg | 3 | -29/+36 |
2000-11-13 | diagnostic.c (vbuild_message_string, [...]): Add ATTRIBUTE_PRINTF. | Joseph Myers | 2 | -1/+7 |
2000-11-11 | jcf-parse.c (process_zip_dir): Add finput parameter. | Anthony Green | 2 | -3/+11 |
2000-11-10 | alpha.c (check_float_value): Use memcpy, not bcopy. | Kaveh R. Ghazi | 3 | -3/+7 |
2000-11-09 | calls.c (expand_call, [...]): Use memcpy () instead of bcopy (). | Joseph Myers | 2 | -1/+6 |
2000-11-08 | gjavah.c (process_file): Only include gcj/cni.h when generating CNI stubs. | Tom Tromey | 2 | -1/+7 |
2000-11-07 | alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero (). | Joseph Myers | 5 | -5/+11 |
2000-11-06 | lex.h (JAVA_FLOAT_RANGE_ERROR): Typo fix. | Tom Tromey | 3 | -3/+39 |
2000-11-05 | lex.c (java_parse_escape_sequence): Only read two octal characters if the fir... | Tom Tromey | 2 | -18/+24 |
2000-11-05 | Makefile.in: Remove all targets related to building distributions and diffs, ... | Joseph Myers | 2 | -12/+5 |
2000-11-04 | re PR other/567 ("make dvi" fails) | Tom Tromey | 2 | -0/+4 |
2000-11-04 | lang-options.h: Mention -Wout-of-date. | Tom Tromey | 7 | -38/+84 |
2000-11-04 | class.c (cxx_keyword_p): Accept keywords with trailing `$'s. | Tom Tromey | 3 | -9/+41 |
2000-11-03 | Make-lang.in (LIBGCJ_ZIP_FILE): Define with `$(prefix)'. | Alexandre Petit-Bianco | 2 | -1/+6 |
2000-11-03 | lex.h (_JAVA_IDENTIFIER_IGNORABLE): New macro. | Tom Tromey | 4 | -56/+113 |
2000-10-29 | parse.y (patch_method_invocation): NULLify this_arg when already inserted. | Alexandre Petit-Bianco | 2 | -3/+15 |
2000-10-27 | configure.in: If not NO_MINUS_C_MINUS_O, substitute OUTPUT_OPTION with '-o $@'. | Zack Weinberg | 4 | -409/+139 |
2000-10-26 | lex.c (java_new_lexer): Initialize new fields. | Tom Tromey | 3 | -135/+244 |
2000-10-24 | parse.y (register_incomplete_type): Include JDEP_FIELD as a case where an enc... | Alexandre Petit-Bianco | 2 | -2/+9 |
2000-10-21 | Warning fixes: | Kaveh R. Ghazi | 5 | -4/+31 |
2000-10-21 | parse.y (do_resolve_class): Also explore superclasses of intermediate enclosi... | Bryce McKinlay | 2 | -4/+11 |
2000-10-20 | Removed erroneous ChangeLog entry | Tom Tromey | 1 | -7/+0 |
2000-10-20 | jvspec.c (lang_specific_driver): Recognize -MF and -MT. | Tom Tromey | 9 | -201/+144 |
2000-10-19 | parse.y (find_most_specific_methods_list): Select the only non-abstract metho... | Bryce McKinlay | 2 | -3/+9 |
2000-10-19 | parse.y (process_imports): Consider that one might be trying to import an inn... | Alexandre Petit-Bianco | 2 | -4/+28 |
2000-10-18 | gjavah.c (add_class_decl): Removed unused variables `tname', `tlen' and `name... | Alexandre Petit-Bianco | 6 | -69/+152 |
2000-10-17 | except.c (free_eh_ranges): Don't free `whole_range.' | Alexandre Petit-Bianco | 2 | -1/+6 |
2000-10-16 | decl.c (init_decl_processing): Call init_class_processing before anything else. | Anthony Green | 2 | -1/+7 |
2000-10-13 | [multiple changes] | Alexandre Petit-Bianco | 5 | -4/+25 |
2000-10-13 | Makefile.in (c-parse.c, tradcif.c): Create atomically. | Kaveh R. Ghazi | 3 | -8/+18 |
2000-10-13 | Remove obstacks. | Mark Mitchell | 12 | -162/+134 |
2000-10-12 | re GNATS gcj/356 (gcjh bug: Can't #include <java/awt/Container.h>) | Tom Tromey | 2 | -22/+12 |
2000-10-10 | lex.c (java_new_lexer): Initialize out_first and out_last fields. | Tom Tromey | 3 | -61/+101 |
2000-10-10 | [multiple changes] | Alexandre Petit-Bianco | 3 | -29/+109 |
2000-10-08 | class.c (layout_class): Handle case where superclass can't be layed out yet. | Anthony Green | 2 | -3/+9 |
2000-10-07 | [multiple changes] | Alexandre Petit-Bianco | 1 | -0/+2 |
2000-10-07 | Makefile.in ($(srcdir)/hash.h): Refer to GNU FTP site for updated gperf. | Joseph Myers | 2 | -2/+6 |
2000-10-06 | jvspec.c (jvgenmain_spec): Added `-fdollars-in-identifiers'. | Tom Tromey | 5 | -48/+166 |