Age | Commit message (Expand) | Author | Files | Lines |
2003-11-12 | re PR java/11045 (int cast bug) | Andrew Haley | 1 | -3/+7 |
2003-11-12 | re PR java/11533 (Inlining drops static initialization of inner class) | Andrew Haley | 1 | -9/+11 |
2003-11-11 | re PR java/12915 (Broken String concatenation) | Tom Tromey | 1 | -1/+3 |
2003-11-03 | re PR java/12866 (gcj checks `throws' clause on artificial method) | Jeff Sturm | 1 | -4/+5 |
2003-10-22 | jcf-write.c: Follow spelling conventions. | Kazu Hirata | 1 | -2/+2 |
2003-10-22 | ChangeLog: Fix typos. | Kazu Hirata | 1 | -33/+33 |
2003-10-09 | stmt.c (resolve_asm_operand_names): Call check_unique_operand_names here. | Jason Merrill | 1 | -1/+2 |
2003-09-28 | c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not file and line sepa... | Richard Henderson | 1 | -4/+2 |
2003-09-28 | decl.c (java_optimize_inline, [...]): Remove. | Jeff Sturm | 1 | -18/+5 |
2003-09-28 | toplev.c (flag_evaluation_order): New global variable. | Roger Sayle | 1 | -1/+1 |
2003-09-27 | re PR java/1333 (private field access modifier not implemented correctly) | Alexandre Petit-Bianco | 1 | -21/+21 |
2003-09-21 | Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. | Richard Henderson | 1 | -15/+16 |
2003-09-21 | tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const. | Richard Henderson | 1 | -16/+15 |
2003-09-11 | cgraphunit.c (cgraph_finalize_function): Add nested arg. | Richard Henderson | 1 | -1/+1 |
2003-09-09 | cgraphunit.c (cgraph_finalize_function): Remove unused argument. | Richard Henderson | 1 | -1/+1 |
2003-09-03 | decl.c (java_expand_body): New function. | Jeff Sturm | 1 | -44/+89 |
2003-08-12 | parse.y (java_check_regular_methods): Typo fixes. | Tom Tromey | 1 | -22/+134 |
2003-08-05 | re PR java/11600 (CloneNotSupportedException not checked on super.clone()) | Tom Tromey | 1 | -11/+30 |
2003-07-09 | java-tree.h (DECL_NUM_STMTS): Rename to... | Jan Hubicka | 1 | -4/+0 |
2003-06-20 | tree.h (expand_function_end): Remove all parameters. | Nathan Sidwell | 1 | -1/+1 |
2003-06-09 | tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is removed. | Nathan Sidwell | 1 | -8/+6 |
2003-06-08 | ��> 2003-06-07�� Anthony Green�� <green@redhat.com> ��>... | Anthony Green | 1 | -6/+7 |
2003-05-17 | cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN... | Kaveh R. Ghazi | 1 | -5/+2 |
2003-05-13 | class.c (layout_class_method): Set DECL_EXTERNAL. | Richard Henderson | 1 | -9/+3 |
2003-05-03 | re PR java/10459 (ICE with certain expressions as 3rd clause of for loop) | Tom Tromey | 1 | -7/+14 |
2003-05-01 | input.h (lineno): Rename to ... | Nathan Sidwell | 1 | -31/+31 |
2003-04-13 | tree.c (build_constructor): New function. | Zack Weinberg | 1 | -1/+1 |
2003-04-10 | re PR java/10253 (String concatenation with int zero, as in ""+0, results in ... | Eric Blake | 1 | -19/+29 |
2003-03-25 | * parse.y (create_interface): Call CHECK_DEPRECATED. | Tom Tromey | 1 | -0/+3 |
2003-03-13 | parse.y (resolve_inner_class): Error if qualifier is a primitive type. | Tom Tromey | 1 | -2/+9 |
2003-03-11 | parse.y (resolve_field_access): Initialize class if field is found in another... | Tom Tromey | 1 | -0/+13 |
2003-03-01 | parse.y (jdep_resolve_class): Only check deprecation if we found a decl. | Tom Tromey | 1 | -1/+1 |
2003-02-28 | re PR java/9695 (Inner class bug prevent GNU Classpath from compiling) | Tom Tromey | 1 | -5/+5 |
2003-02-24 | lang-options.h: Added -Wdeprecated. | Tom Tromey | 1 | -10/+43 |
2003-02-03 | parse.y (java_expand_classes): Scan the whole class list looking for access m... | Andrew Haley | 1 | -0/+59 |
2003-01-29 | parse.y (patch_assignment): Only transform the rhs of an assignment when comp... | Tom Tromey | 1 | -1/+1 |
2003-01-28 | parse.y (java_check_regular_methods): Check for construct after checking type... | Tom Tromey | 1 | -11/+11 |
2003-01-21 | parse.y (method_header): Native method can't be strictfp. | Tom Tromey | 1 | -0/+12 |
2003-01-14 | [multiple changes] | Andrew Haley | 1 | -0/+37 |
2003-01-12 | * All Files: Convert to ISO C style function definitions. | Kaveh R. Ghazi | 1 | -598/+282 |
2003-01-10 | * parse.y (check_pkg_class_access): ANSIfy definition. | Nathanael Nerode | 1 | -4/+1 |
2003-01-10 | decl.c, [...]: Don't cast return value of xmalloc et al. | Kaveh Ghazi | 1 | -6/+6 |
2003-01-10 | * class.c, gjavah.c, parse.y, verify.c: Don't use PTR. | Kaveh R. Ghazi | 1 | -9/+9 |
2003-01-10 | Merge from pch-branch. | Geoffrey Keating | 1 | -64/+12 |
2003-01-09 | * All Files: Remove PARAMS macro. | Kaveh R. Ghazi | 1 | -261/+250 |
2003-01-09 | jv-scan.c, parse.y: Remove VPARAMS, VA_OPEN, VA_FIXEDARG and VA_CLOSE. | Kaveh R. Ghazi | 1 | -10/+8 |
2003-01-01 | Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header. | Steven Bosscher | 1 | -5/+6 |
2002-12-23 | class.c (build_static_field_ref): Check FIELD_FINAL. | Jeff Sturm | 1 | -5/+11 |
2002-12-19 | re PR libgcj/8945 (StringTokenizer) | Andrew Haley | 1 | -1/+5 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -3/+7 |