Age | Commit message (Expand) | Author | Files | Lines |
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 |
2002-12-06 | parse.y (source_end_java_method): Remove custom encoding of line numbers for ... | Ranjit Mathew | 1 | -0/+2 |
2002-12-02 | For PR java/8740: | Tom Tromey | 1 | -36/+57 |
2002-11-22 | re PR java/8676 (ICE in generate_bytecode_conditional at jcf-write.c:1359) | Tom Tromey | 1 | -0/+5 |
2002-11-18 | re PR java/7912 (invalid verification error for arrays) | Tom Tromey | 1 | -10/+7 |
2002-10-21 | parse.y (patch_invoke): Call force_evaluation_order on a static arg list. | Andrew Haley | 1 | -1/+7 |
2002-10-09 | * parse.y (merge_string_cste): Add parentheses around & within |. | Kaveh R. Ghazi | 1 | -1/+1 |
2002-10-08 | re PR java/8003 (gcj segfaults on simple java line of code) | Tom Tromey | 1 | -6/+1 |
2002-10-08 | parse.y (attach_init_test_initialization_flags): Check for error_mark_node. | Andrew Haley | 1 | -2/+5 |
2002-10-08 | Fix string concatenation bug. | Anthony Green | 1 | -2/+13 |
2002-09-21 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -10/+10 |
2002-09-11 | parse.y (fold_constant_for_init): If a VAR_DECL, convert numerical constant t... | Per Bothner | 1 | -16/+7 |
2002-09-09 | parse.y (DIR_SEPARATOR): Don't define. | Ranjit Mathew | 1 | -8/+3 |
2002-08-26 | parse.y (try_builtin_assignconv): Allow narrowing primitive conversion if RHS... | Tom Tromey | 1 | -2/+5 |
2002-08-16 | Make-lang.in (java-tree-inline.o): New. | Andrew Haley | 1 | -0/+12 |
2002-08-13 | For PR java/7483: | Jesse Rosenstock | 1 | -0/+6 |
2002-07-02 | For PR libgcj/7073: | Tom Tromey | 1 | -1/+2 |
2002-06-27 | parse.y (check_modifiers, [...]): Avoid incorrect hardcoded constant 10. | Kaveh R. Ghazi | 1 | -4/+6 |
2002-06-27 | lex.c (java_init_lex): Avoid incorrect hardcoded constant 11. | Kaveh R. Ghazi | 1 | -2/+4 |
2002-06-13 | parse.y (class_declaration, [...]): Make sure all their rules have an action... | Akim Demaille | 1 | -6/+12 |
2002-06-11 | jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC. | Tom Tromey | 1 | -3/+94 |
2002-06-11 | 2002-06-10 Akim Demaille <akim@epita.fr> | Akim Demaille | 1 | -760/+759 |
2002-06-11 | re PR java/6865 (gcj: segmentation fault on incorrect input) | Tom Tromey | 1 | -3/+12 |
2002-06-04 | java-tree.h, [...]: Remove all #if JAVA_USE_HANDLES blocks... | Zack Weinberg | 1 | -1/+2 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -169/+102 |
2002-06-02 | re PR java/5913 (Core dump for String constant instanceof) | Tom Tromey | 1 | -0/+9 |
2002-06-02 | Fix for PR java/1343, PR java/6336: | Tom Tromey | 1 | -12/+29 |
2002-05-28 | tree.h: Forward-declare struct realvaluetype. | Zack Weinberg | 1 | -0/+1 |
2002-05-19 | configure.in (AC_CHECK_FUNCS): Add checks for scandir and alphasort. | Mark Mitchell | 1 | -2/+24 |