Age | Commit message (Expand) | Author | Files | Lines |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 1 | -0/+4 |
2004-03-31 | re PR java/14104 (java testsuite fails "linking simple") | Andrew Haley | 1 | -0/+5 |
2004-03-30 | gengtype.c (create_option): New function. | Zack Weinberg | 1 | -9/+14 |
2004-03-25 | re PR java/14689 (jcf-path.c missing closedir) | Marcus Meissner | 1 | -0/+5 |
2004-03-23 | re PR java/14315 ([3.4 only]: Java compiler is not parallel make safe) | Tom Tromey | 1 | -0/+6 |
2004-03-23 | * gcj.texi (Extensions): Document GCJ_PROPERTIES. | Tom Tromey | 1 | -0/+4 |
2004-03-20 | class.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -0/+5 |
2004-03-19 | * gcj.texi (Code Generation): Document new flags and assert defaults. | Per Bothner | 1 | -0/+2 |
2004-03-19 | class.c (assume_compiled_node_struct): Rename type to class_flag_node_struct,... | Per Bothner | 1 | -0/+20 |
2004-03-18 | tree.h (TREE_CHECK2, [...]): New macros. | Richard Kenner | 1 | -0/+8 |
2004-03-16 | jcf-jump.c (options): New --print-constants option. | Per Bothner | 1 | -0/+3 |
2004-03-16 | jcf-dump.c (flag_print_constant_pool): Default to off. | Per Bothner | 1 | -0/+8 |
2004-03-15 | re PR java/14581 (gcj internal error: Segmentation fault involving switch to... | Andrew Haley | 1 | -0/+6 |
2004-03-15 | re PR java/14551 (Switch w sign-extended byte and >16 labels causes error in ... | Andrew Haley | 1 | -0/+6 |
2004-02-29 | jcf-parse.c (java_parse_file): Handle the case that input_filename is NULL. | Roger Sayle | 1 | -0/+5 |
2004-02-27 | Note that entry fixes PR java/13508, java/11714. | Per Bothner | 1 | -0/+1 |
2004-02-27 | parse.y (build_assertion): Re-do 02-25 change following Jeff Sturm suggestion... | Per Bothner | 1 | -0/+5 |
2004-02-27 | bb-reorder.c, [...]: Update copyright. | Kazu Hirata | 1 | -0/+4 |
2004-02-26 | re PR java/14231 (Incorrect interface method called when compiling against .c... | Andrew Haley | 1 | -0/+8 |
2004-02-25 | parse.y (build_assertion): If we're in an inner class, create the class$ help... | Per Bothner | 1 | -0/+5 |
2004-02-19 | Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros. | Richard Henderson | 1 | -0/+4 |
2004-02-17 | * Make-lang.in (java.install-man): Add extra dependencies. | Geoffrey Keating | 1 | -0/+4 |
2004-02-13 | Make-lang.in: Install man pages under the same names (possibly transformed) a... | Geoffrey Keating | 1 | -0/+5 |
2004-02-10 | gjavah.c: Include "intl.h". | Joseph Myers | 1 | -0/+30 |
2004-02-08 | parse.y (resolve_qualified_expression_name): In case of inaccessible class do... | Per Bothner | 1 | -0/+5 |
2004-02-06 | Makefile.in (srcextra): Add a level of indirection to ... | Kelley Cook | 1 | -0/+4 |
2004-02-05 | utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES with targetm.calls.pr... | Kazu Hirata | 1 | -0/+14 |
2004-02-04 | alloc-pool.h, [...]: Update copyright. | Kazu Hirata | 1 | -0/+4 |
2004-02-03 | decl.c (java_init_decl_processing): Remove duplicate gnu/gcj/RawData. | Tom Tromey | 1 | -0/+5 |
2004-01-31 | Makefile.in (abs_docdir, abs_srcdir): Define. | Kelley Cook | 1 | -0/+4 |
2004-01-29 | expr.c (build_field_ref): Move variable definition up. | Andrew Pinski | 1 | -0/+5 |
2004-01-29 | expr.c (build_field_ref): Widen field offset. | Andrew Haley | 1 | -0/+4 |
2004-01-27 | parse.y (check_interface_throws_clauses): Make sure class_decl has been loaded. | Andrew Haley | 1 | -0/+6 |
2004-01-22 | re PR java/13733 (The result of an assignment operator is the LHS after assig... | Jeff Sturm | 1 | -0/+6 |
2004-01-21 | re PR other/12730 (manual page install broken with old Pod::man) | Kelley Cook | 1 | -0/+6 |
2004-01-20 | Makefile.in (target_noncanonical, [...]): Use immediate define instead of def... | Kelley Cook | 1 | -0/+6 |
2004-01-16 | typeck.c (find_method_in_interfaces): Move variable definition up. | Andrew Pinski | 1 | -0/+5 |
2004-01-16 | re PR java/13273 (gcj generates call to abstract method) | Andrew Haley | 1 | -0/+12 |
2004-01-15 | class.c (gen_indirect_dispatch_tables): Fix string length calculations. | Michael Chastain | 1 | -0/+5 |
2004-01-15 | re PR bootstrap/12744 (A GCC release tarball can no longer be built without b... | Kelley Cook | 1 | -0/+8 |
2004-01-13 | lang.c (java_estimate_num_insns_1): Fix bug in MODIFY_EXPR cost estimation. | Jan Hubicka | 1 | -0/+5 |
2004-01-09 | expr.h (expand_expr): Make it a macro, not a function. | Mark Mitchell | 1 | -0/+5 |
2004-01-09 | re PR java/12755 (Binary Compatibility: Resolving static methods and classes ... | Andrew Haley | 1 | -0/+62 |
2003-12-25 | parse.y (catch_clause_parameter): Fix typo. | Andrew Pinski | 1 | -0/+2 |
2003-12-25 | re PR java/13404 (ICE when Missing identifier on catch clause) | Andrew Pinski | 1 | -0/+6 |
2003-12-20 | class.c: Remove uses of "register" specifier in declarations of arguments and... | Kazu Hirata | 1 | -0/+16 |
2003-12-06 | Makefile.in (program_transform_cross_name): Delete. | Kelley Cook | 1 | -0/+6 |
2003-12-03 | class.c (make_class_data): Push field value to 'hack_signers' instead of 'sig... | Michael Koch | 1 | -0/+7 |
2003-12-03 | aclocal.m4 (AM_ICONV): Add explicit check for iconv.h. | Zack Weinberg | 1 | -14/+19 |
2003-12-03 | re PR java/12374 (Segfault on "".x) | Ralph Loader | 1 | -0/+10 |