]> gcc.gnu.org Git - gcc.git/history - gcc/java/parse.y
Delete unused vars.
[gcc.git] / gcc / java / parse.y
1999-11-09 Alexandre Petit... parse.y (source_end_java_method): Resume permanent...
1999-11-02 Alexandre Petit... parse.y (method_header:): Issue error message for rule...
1999-11-01 Alexandre Petit... re GNATS gcj/48 (Compiler fails to catch constructor...
1999-10-29 Alexandre Petit... parse.y (expression_statement:): Call function to repor...
1999-10-22 Alexandre Petit... re GNATS gcj/56 (gcj segfaults in jc1 on OK java file)
1999-10-22 Alexandre Petit... re GNATS gcj/37 (gcj fails to compile "jBYTEmark" from...
1999-10-14 Kaveh R. Ghazijcf-dump.c (print_constant, [...]): Don't call a variad...
1999-09-21 Alexandre Petit... re GNATS gcj/46 (Static inializers compiled incorrectly)
1999-09-16 Kaveh R. Ghazigjavah.c (get_field_name, [...]): Use xmalloc, not...
1999-09-12 Alexandre Petit... re GNATS gcj/18 (Internal error: segfault on invalid...
1999-09-03 Tom Tromeyparse.y (strip_out_static_field_access_decl): Return...
1999-09-02 Kaveh R. Ghaziclass.c (finish_class): Remove unused parameter, all...
1999-08-26 Alexandre Petit... re GNATS gcj/32 (A boolean expression containing two...
1999-08-25 Kaveh R. Ghazigjavah.c (print_name, [...]): Add static prototype.
1999-08-22 Alexandre Petit... re GNATS gcj/30 (gcj not reporting unimplemented methods)
1999-08-19 Alexandre Petit... re GNATS gcj/17 (Internal error: segfault on import...
1999-08-19 Alexandre Petit... [multiple changes]
1999-08-04 Kaveh R. GhaziWarning fixes:
1999-08-03 Richard Hendersondecl.c: Include defaults.h instead of expr.h.
1999-08-02 Jakub JelinekJakub Jelinek <jj@ultra.linux.cz>
1999-07-31 Bernd SchmidtBackport of GC branch patches part 1: kill eh status...
1999-07-30 Kaveh R. GhaziWarning fixes:
1999-07-21 Andrew Haleylang.c (flag_use_divide_subroutine): New variable.
1999-07-20 Alexandre Petit... re GNATS gcj/12 (gcj accepts invalid code where an...
1999-07-07 Alexandre Petit... [multiple changes]
1999-06-25 Alexandre Petit... [multiple changes]
1999-06-14 Alexandre Petit... [multiple changes]
1999-06-07 Alexandre Petit... parse.y (note_possible_classname): Mark returned node...
1999-05-28 Alexandre Petit... [multiple changes]
1999-05-26 Alexandre Petit... parse.y (qualify_ambiguous_name): Take into account...
1999-05-25 Alexandre Petit... [multiple changes]
1999-05-22 Alexandre Petit... [multiple changes]
1999-05-19 Kaveh R. GhaziWarning fixes:
1999-05-17 Alexandre Petit... parse.y (constructor_block_end:): New rule, tagged...
1999-05-17 Alexandre Petit... parse.y (statement_nsi:): Pop `for' statement block.
1999-05-13 Alexandre Petit... parse.y (java_check_regular_methods): Warning check...
1999-05-13 Alexandre Petit... check-init.c (check_init): Removed code accepting to...
1999-05-11 Andrew Haleyparse.y (source_end_java_method): If the current method...
1999-05-05 Per Bothnerclass.c (make_field_value): DECL_INITIAL may be a strin...
1999-05-03 Alexandre Petit... check-init.c (check_init): Exclude a case of error...
1999-04-26 Alexandre Petit... class.c (layout_class_method): Generate <clinit>'s...
1999-04-21 Alexandre Petit... decl.c (predef_filenames, [...]): New globals
1999-04-19 Alexandre Petit... lang.c (lang_decode_option): Fixed returned value when...
1999-04-19 Tom Tromeyxref.h (enum): Removed trailing comma.
1999-04-12 Alexandre Petit... parse.y (patch_unaryop): Fix ++ operator check on array...
1999-04-09 Alexandre Petit... parse.y (patch_assignment): Added ArrayStoreException...
1999-04-06 Per Bothnerparse.y (patch_binop): Don't fold if non-constant and...
1999-04-05 Kaveh R. Ghaziclass.c (add_method_1): Cast the argument of `bzero...
1999-04-05 Alexandre Petit... parse.y (struct parser_ctxt *ctxp): Now global.
1999-03-30 Alexandre Petit... [multiple changes]
1999-03-27 Alexandre Petit... [multiple changes]
1999-03-27 Per Bothnerparse.y (complete_loop_body): Rename to finish_loop_body.
1999-03-23 Alexandre Petit... parse.y (find_applicable_accessible_methods_list):...
1999-03-23 Kaveh R. GhaziWarning fixes:
1999-03-19 Alexandre Petit... [multiple changes]
1999-03-16 Per Bothnerparse.y (java_complete_lhs): Call force_evaluation_orde...
1999-03-16 Alexandre Petit... parse.y (java_stabilize_reference): Use save_expr inste...
1999-03-15 Per Bothnerclass.c (make_class): Don't set CLASS_P here (because...
1999-03-12 Alexandre Petit... parse.y (java_stabilize_reference): Return NODE when...
1999-03-12 Kaveh R. GhaziWarning fixes:
1999-03-08 Per Bothner*** empty log message ***
1999-02-25 Tom Tromeyparse.y (read_import_dir): Use `|=', not `+=', to set...
1999-02-21 Per Bothnerdecl.c (build_result_decl): New method.
1999-02-19 Per BothnerForce left-to-right evaluation of binary operations...
1999-02-19 Per Bothnerparse.y (obtain_incomplete_type): Don't wrap unknown...
1999-02-19 Alexandre Petit... parse.y (check_pkg_class_access): Allow private class...
1999-02-19 Per BothnerUse new TRY_FINALLY_EXPR tree node.
1999-02-16 Alexandre Petit... [multiple changes]
1999-02-16 Alexandre Petit... parse.y (valid_builtin_assignconv_identity_widening_p...
1999-02-09 Alexandre Petit... lex.c (java_lang_cloneable): Initialize.
1999-02-08 Alexandre Petit... parse.h: DECL_P renamed JDECL_P.
1999-02-08 Alexandre Petit... lex.c (java_read_char): Fixed utf8 decoding.
1999-02-02 Per Bothnerparse.y (patch_method_invocation): Handle calling stati...
1999-01-23 Kaveh R. GhaziWarning fixes:
1999-01-19 Alexandre Petit... java-tree.h: (check_for_initialization): Added prototype.
1999-01-18 Andrew Haleyparse.y (patch_binop): Do a type conversion from signed...
1999-01-16 Per Bothnerexpr.c (process_jvm_instruction): Coerce to correct...
1999-01-13 Andrew Haleyexpr.c (generate_name): Name prefix changed to avoid...
1999-01-13 Alexandre Petit... class.c (maybe_layout_super_class): Fixed returned...
1999-01-09 Per Bothnerparse.y (build_new_array_init): Don't set EXPR_WFL_LINE...
1999-01-06 Jeff LawFix copyrights.
1999-01-06 Per Bothnercheck-init.c: New file.
1999-01-06 Graham Stottparse.y: include system.h instead of including standard...
1998-12-23 Per Bothnerexpr.c (process_jvm_instruction): Do load_type_state...
1998-12-18 Tom Tromeyparse.y (check_class_interface_creation): Use DIR_SEPAR...
1998-12-17 Tom Tromeyparse.y (DIR_SEPARATOR): New define.
1998-12-16 Per Bothner* parse.y (create_interface): Remove bogus test.
1998-12-14 Per Bothnerparse.y (fold_constant_for_init): New function.
1998-12-13 Per Bothnerparse.y (patch_method_invocation): If class_decl is...
1998-12-12 Per BothnerLoks of changes so we can better compile from source.
1998-12-12 Alexandre Petit... parse.y (<type_declaration>): Do maybe_generate_clinit...
1998-12-12 Per Bothnerexpr.c (encode_newarray_type, [...]): New functions.
1998-12-10 Alexandre Petit... decl.c (long_zero_node, [...]): New global variables...
1998-12-10 Alexandre Petit... parse.y (array_initializer:): Array init operand is...
1998-12-09 Alexandre Petit... java-tree.def (NEW_ARRAY_INIT): New Java tree code.
1998-12-07 Alexandre Petit... parse.y (array_initializer): Tagged <node>.
1998-12-07 Per Bothnerconstants.c (find_methodref_index): When the class...
1998-12-03 Alexandre Petit... java-tree.h (java_layout_seen_class_methods): New funct...
1998-12-03 Per Bothnerparse,y (patch_synchronized_statement): Set CAN_COMPLET...
1998-12-02 Alexandre Petit... class.c (layout_class_method): Call build_java_argument...
next
This page took 1.01706 seconds and 108 git commands to generate.