]> gcc.gnu.org Git - gcc.git/history - gcc/java/parse.y
��> 2003-06-07�� Anthony Green�� <green@redhat.com> ��>...
[gcc.git] / gcc / java / parse.y
2003-06-08 Anthony Green��> 2003-06-07�� Anthony Green�� <green@redhat.com...
2003-05-17 Kaveh R. Ghazicfgloopanal.c (test_for_iteration): Use string concaten...
2003-05-13 Richard Hendersonclass.c (layout_class_method): Set DECL_EXTERNAL.
2003-05-03 Tom Tromeyre PR java/10459 (ICE with certain expressions as 3rd...
2003-05-01 Nathan Sidwellinput.h (lineno): Rename to ...
2003-04-13 Zack Weinbergtree.c (build_constructor): New function.
2003-04-10 Eric Blakere PR java/10253 (String concatenation with int zero...
2003-03-25 Tom Tromey* parse.y (create_interface): Call CHECK_DEPRECATED.
2003-03-13 Tom Tromeyparse.y (resolve_inner_class): Error if qualifier is...
2003-03-11 Tom Tromeyparse.y (resolve_field_access): Initialize class if...
2003-03-01 Tom Tromeyparse.y (jdep_resolve_class): Only check deprecation...
2003-02-28 Tom Tromeyre PR java/9695 (Inner class bug prevent GNU Classpath...
2003-02-24 Tom Tromeylang-options.h: Added -Wdeprecated.
2003-02-03 Andrew Haleyparse.y (java_expand_classes): Scan the whole class...
2003-01-29 Tom Tromeyparse.y (patch_assignment): Only transform the rhs...
2003-01-28 Tom Tromeyparse.y (java_check_regular_methods): Check for constru...
2003-01-21 Tom Tromeyparse.y (method_header): Native method can't be strictfp.
2003-01-14 Andrew Haley[multiple changes]
2003-01-12 Kaveh R. Ghazi* All Files: Convert to ISO C style function definitions.
2003-01-10 Nathanael Nerode* parse.y (check_pkg_class_access): ANSIfy definition.
2003-01-10 Kaveh Ghazidecl.c, [...]: Don't cast return value of xmalloc et al.
2003-01-10 Kaveh R. Ghazi* class.c, gjavah.c, parse.y, verify.c: Don't use PTR.
2003-01-10 Geoffrey KeatingMerge from pch-branch.
2003-01-09 Kaveh R. Ghazi* All Files: Remove PARAMS macro.
2003-01-09 Kaveh R. Ghazijv-scan.c, parse.y: Remove VPARAMS, VA_OPEN, VA_FIXEDAR...
2003-01-01 Steven BosscherMake-lang.in, [...]: Replace "GNU CC" with "GCC" in...
2002-12-23 Jeff Sturmclass.c (build_static_field_ref): Check FIELD_FINAL.
2002-12-19 Andrew Haleyre PR libgcj/8945 (StringTokenizer)
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-12-06 Ranjit Mathewparse.y (source_end_java_method): Remove custom encodin...
2002-12-02 Tom TromeyFor PR java/8740:
2002-11-22 Tom Tromeyre PR java/8676 (ICE in generate_bytecode_conditional...
2002-11-18 Tom Tromeyre PR java/7912 (invalid verification error for arrays)
2002-10-21 Andrew Haleyparse.y (patch_invoke): Call force_evaluation_order...
2002-10-09 Kaveh R. Ghazi* parse.y (merge_string_cste): Add parentheses around...
2002-10-08 Tom Tromeyre PR java/8003 (gcj segfaults on simple java line...
2002-10-08 Andrew Haleyparse.y (attach_init_test_initialization_flags): Check...
2002-10-08 Anthony GreenFix string concatenation bug.
2002-09-21 Kazu HirataChangeLog: Follow spelling conventions.
2002-09-11 Per Bothnerparse.y (fold_constant_for_init): If a VAR_DECL, conver...
2002-09-09 Ranjit Mathewparse.y (DIR_SEPARATOR): Don't define.
2002-08-26 Tom Tromeyparse.y (try_builtin_assignconv): Allow narrowing primi...
2002-08-16 Andrew HaleyMake-lang.in (java-tree-inline.o): New.
2002-08-13 Jesse RosenstockFor PR java/7483:
2002-07-02 Tom TromeyFor PR libgcj/7073:
2002-06-27 Kaveh R. Ghaziparse.y (check_modifiers, [...]): Avoid incorrect hardc...
2002-06-27 Kaveh R. Ghazilex.c (java_init_lex): Avoid incorrect hardcoded consta...
2002-06-13 Akim Demailleparse.y (class_declaration, [...]): Make sure all their...
2002-06-11 Tom Tromeyjcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.
2002-06-11 Akim Demaille2002-06-10 Akim Demaille <akim@epita.fr>
2002-06-11 Tom Tromeyre PR java/6865 (gcj: segmentation fault on incorrect...
2002-06-04 Zack Weinbergjava-tree.h, [...]: Remove all #if JAVA_USE_HANDLES...
2002-06-04 Geoffrey KeatingMerge from pch-branch up to tag pch-commit-20020603.
2002-06-02 Tom Tromeyre PR java/5913 (Core dump for String constant instanceof)
2002-06-02 Tom TromeyFix for PR java/1343, PR java/6336:
2002-05-28 Zack Weinbergtree.h: Forward-declare struct realvaluetype.
2002-05-19 Mark Mitchellconfigure.in (AC_CHECK_FUNCS): Add checks for scandir...
2002-05-07 Andreas Jaeger* parse.y (finish_for_loop): Fix if statement.
2002-05-07 Tom Tromeyre PR java/5941 (incorrect "Unreachable statement"...
2002-05-04 Mark WielaardFor PR java/6519:
2002-04-27 Tom TromeyFor PR java/6382:
2002-04-25 Tom TromeyFor PR java/6425:
2002-04-15 Bryce McKinlayre PR java/6085 (gcj SEGVs on complicated inner class...
2002-04-08 Bryce McKinlayparse.y (resolve_qualified_expression_name): Clear...
2002-04-01 Neil Boothc-common.c (unsigned_conversion_warning, [...]): Use...
2002-03-29 Martin Kahlertparse.y (do_resolve_class): Fix infinite recursion.
2002-03-29 Tom Tromeyparse.y (check_inner_circular_reference): Ignore incomp...
2002-03-28 Bryce McKinlayparse.y (resolve_package): Initialize "decl".
2002-03-28 Bryce McKinlayre PR java/5993 (crashes on Hello World)
2002-03-27 Bryce McKinlayre PR java/5850 (resolving inherited member variables...
2002-03-26 Tom Tromeyre PR java/5942 (tree check failure when compiling...
2002-03-25 Mark Wielaardre PR java/5368 (gcj-3.0.3 segfaults with 20 line program)
2002-03-21 Tom Tromeyparse.y (build_access_to_thisn): Stop when FROM is...
2002-03-18 Bryce McKinlayparse.y (parser_check_super_interface): Fix error messa...
2002-03-16 Bryce McKinlayre PR java/5935 (problem with anonymous inner classes)
2002-03-12 Tom Tromeyre PR java/5848 (gcj "crashes" on syntax with complex...
2002-03-11 Bryce McKinlayparse.y (patch_assignment): Wrap the right-hand-side...
2002-03-09 Per Bothnerparse.y (java_complete_lhs): Check if patch_assignment...
2002-03-03 Kaveh R. Ghaziattribs.c (init_attributes, [...]): Use ARRAY_SIZE...
2002-03-02 Alexandre Petit... Fix for PR java/5758, java/5632:
2002-02-28 Bryce McKinlayexpr.c (java_array_data_offset): Removed function.
2002-02-22 Per Bothnerparse.y (patch_method_invocation): Set CAN_COMPLETE_NOR...
2002-02-20 Per Bothnerbuiltins.c (check_for_builtin): New function.
2002-02-18 Tom Tromeyjava-tree.h (TYPE_STRICTFP): New macro.
2002-02-04 Bryce McKinlay* parse.y (java_expand_classes): Fix typo in static...
2002-02-03 Richard Hendersonclass.c (add_field): Mark static fields external.
2002-01-28 Tom Tromeyexpr.c (build_jni_stub): Ensure storage for `meth'...
2002-01-27 Tom Tromeyreverted accidental checkin
2002-01-27 Andreas Toblerbuiltins.c (sqrt_builtin): Use BUILT_IN_SQRT, not BUILT...
2002-01-22 Tom Tromeydecl.c (java_init_decl_processing): Use add_predefined_...
2002-01-22 Kaveh R. Ghazi* parse.y (patch_switch_statement): Fix format specifier.
2002-01-02 Kaveh R. Ghazigcc.c (default_compilers): Const-ify.
2002-01-01 Tom Tromeyparse.y (dump_java_tree): New function.
2001-12-27 Kaveh R. Ghazicollect2.c (is_ctor_dtor): Const-ify.
2001-12-21 Tom Tromeyreverted erroneous checking -- sorry about that
2001-12-21 Tom TromeyFor PR java/4509:
2001-12-21 Tom TromeyFor PR java/4509:
2001-12-21 Tom Tromeyre PR java/5057 (gcj -C erroneously omits <clinit>)
2001-12-20 Bryce McKinlaymangle.c (mangle_member_name): Don't special-case for...
2001-12-20 Tom Tromeyre PR java/3417 (Downcast on integral types.)
next
This page took 1.122998 seconds and 108 git commands to generate.