OSDN Git Service

* Make-lang.in (java/jcf-write.o): Depend on $(TM_P_H).
[pf3gnuchains/gcc-fork.git] / gcc / java / parse.y
2003-01-14 aph2003-01-14 Andrew Haley <aph@redhat.com>
2003-01-12 ghazi * All Files: Convert to ISO C style function definitions.
2003-01-10 neroden * parse.y (check_pkg_class_access): ANSIfy definition.
2003-01-10 ghazi * decl.c, parse-scan.y, parse.y: Don't cast return...
2003-01-10 ghazi * class.c, gjavah.c, parse.y, verify.c: Don't use...
2003-01-10 geoffkMerge from pch-branch.
2003-01-09 ghazi * All Files: Remove PARAMS macro.
2003-01-09 ghazi * jv-scan.c, parse.y: Remove VPARAMS, VA_OPEN, VA_FIXE...
2003-01-01 neroden * Make-lang.in, boehm.c, buffer.c,
2002-12-23 jsturm* class.c (build_static_field_ref): Check FIELD_FINAL.
2002-12-19 tromey2002-12-18 Andrew Haley <aph@redhat.com>
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-12-06 aph2002-12-05 Ranjit Mathew <rmathew@hotmail.com>
2002-12-02 tromey For PR java/8740:
2002-11-22 tromey * parse.y (patch_binop): Cast right hand side of shift...
2002-11-18 tromey Fix for PR java/7912:
2002-10-21 aph2002-10-15 Andrew Haley <aph@redhat.com>
2002-10-09 ghazi * parse.y (merge_string_cste): Add parentheses around...
2002-10-08 tromey * parse.y (variable_declarator_id): Simplify error...
2002-10-08 aph2002-10-08 Andrew Haley <aph@redhat.com>
2002-10-08 greenFix string concatenation bug.
2002-09-21 kazu * ChangeLog: Follow spelling conventions.
2002-09-11 tromey2002-09-11 Per Bothner <per@bothner.com>
2002-09-09 tromey2002-09-09 Ranjit Mathew <rmathew@hotmail.com>
2002-08-26 tromey * parse.y (try_builtin_assignconv): Allow narrowing...
2002-08-16 aph2002-07-30 Andrew Haley <aph@cambridge.redhat.com>
2002-08-13 tromey2002-08-13 Jesse Rosenstock <jmr@fulcrummicro.com>
2002-07-02 tromey For PR libgcj/7073:
2002-06-27 ghazi * parse.y (check_modifiers, declare_local_variables...
2002-06-27 ghazi * lex.c (java_init_lex): Avoid incorrect hardcoded...
2002-06-13 tromey2002-06-13 Akim Demaille <akim@epita.fr>
2002-06-11 tromey * jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.
2002-06-11 tromey2002-06-10 Akim Demaille <akim@epita.fr>
2002-06-11 tromey * parse.y (method_header): Give error message in all...
2002-06-04 zack * java-tree.h, class.c, expr.c, jcf-parse.c, parse.y,
2002-06-04 geoffkMerge from pch-branch up to tag pch-commit-20020603.
2002-06-02 tromey Fix for PR java/5913:
2002-06-02 tromey Fix for PR java/1343, PR java/6336:
2002-05-28 zack * tree.h: Forward-declare struct realvaluetype.
2002-05-19 mmitchel * configure.in (AC_CHECK_FUNCS): Add checks for scandi...
2002-05-07 aj * parse.y (finish_for_loop): Fix if statement.
2002-05-07 tromey Fix for PR java/5941:
2002-05-04 mark For PR java/6519:
2002-04-27 tromey For PR java/6382:
2002-04-25 tromey For PR java/6425:
2002-04-15 bryce Fix for PR java/6085:
2002-04-08 bryce * parse.y (resolve_qualified_expression_name): Clear...
2002-04-01 neil * c-common.c (unsigned_conversion_warning, convert_and...
2002-03-29 apbianco2002-03-29 Martin Kahlert <martin.kahlert@infineon...
2002-03-29 apbianco2002-03-29 Tom Tromey <tromey@redhat.com>
2002-03-28 bryce2002-03-28 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
2002-03-28 bryce Fix for PR java/5993:
2002-03-27 bryce Fix for PR java/5850:
2002-03-26 tromey Fix for PR java/5942:
2002-03-25 mark Fix for PR java/5368:
2002-03-21 tromey * parse.y (build_access_to_thisn): Stop when FROM...
2002-03-18 bryce * parse.y (parser_check_super_interface): Fix error...
2002-03-16 bryce * parse.y (craft_constructor): Return the constructor...
2002-03-12 tromey * parse.y (qualify_ambiguous_name): Handle case where...
2002-03-11 bryce * parse.y (patch_assignment): Wrap the right-hand...
2002-03-09 bothner * parse.y (java_complete_lhs): Check if patch_assignment
2002-03-03 ghazi * attribs.c (init_attributes, decl_attributes): Use...
2002-03-02 apbianco2002-02-28 Alexandre Petit-Bianco <apbianco@redhat...
2002-02-28 bryce * expr.c (java_array_data_offset): Removed function.
2002-02-22 bothner * parse.y (patch_method_invocation): Set CAN_COMPLETE_...
2002-02-20 bothner * builtins.c (check_for_builtin): New function.
2002-02-18 tromey * java-tree.h (TYPE_STRICTFP): New macro.
2002-02-04 bryce * parse.y (java_expand_classes): Fix typo in static...
2002-02-03 rth * class.c (add_field): Mark static fields external.
2002-01-28 tromey * expr.c (build_jni_stub): Ensure storage for `meth' is
2002-01-27 tromeyreverted accidental checkin
2002-01-27 tromey2002-01-26 Andreas Tobler <a.tobler@schweiz.ch>
2002-01-22 tromey * decl.c (java_init_decl_processing): Use add_predefin...
2002-01-22 ghazi * parse.y (patch_switch_statement): Fix format specifier.
2002-01-02 ghazi * gcc.c (default_compilers): Const-ify.
2002-01-01 tromey * parse.y (dump_java_tree): New function.
2001-12-27 ghazi * collect2.c (is_ctor_dtor): Const-ify.
2001-12-21 tromeyreverted erroneous checking -- sorry about that
2001-12-21 tromey For PR java/4509:
2001-12-21 tromey For PR java/4509:
2001-12-21 tromey Fixes PR java/5057:
2001-12-20 bryce * mangle.c (mangle_member_name): Don't special-case for
2001-12-20 tromey Fix for PR java/3417:
2001-12-17 tromey * parse.y (link_nested_class_to_enclosing): Removed...
2001-12-16 jsm28 * ChangeLog, Make-lang.in, class.c, expr.c, gcj.texi...
2001-12-14 hboehm * class.c (get_dispatch_table): Fix java vtable layout
2001-12-06 bothner Restore support for static class initialization optimi...
2001-12-04 bothner * check-init.c: Handle definite unassignment to...
2001-12-04 bothner * parse.y (patch_binop): Minor constant folding.
2001-12-03 neil * c-decl.c (grokdeclarator): Use ISO word.
2001-12-02 bryce2001-12-02 Tang Ching-Hui <nicholas@cs.nthu.edu.tw>
2001-11-08 tromey * parse.y (trap_overflow_corner_case): New rule.
2001-11-08 tromey Patch for PR java/1414:
2001-11-07 apbianco2001-11-07 Alexandre Petit-Bianco <apbianco@redhat...
2001-10-26 bryce * expr.c (expand_java_field_op): Don't special-case...
2001-10-25 apbianco2001-10-24 Alexandre Petit-Bianco <apbianco@redhat...
2001-10-11 bothner * parse.y (patch_synchronized_statement): Use a TRY_F...
2001-10-11 bothner * parse.y (patch_if_else_statement): If the condition...
2001-10-09 apbianco2001-10-09 Alexandre Petit-Bianco <apbianco@redhat...
2001-10-09 bryce * parse.y (find_as_inner_class): Don't disregar...
next