]> gcc.gnu.org Git - gcc.git/history - gcc/java/parse.c
re GNATS gcj/94 (compiler allows assignment to interface constants)
[gcc.git] / gcc / java / parse.c
2000-03-08 Alexandre Petit... re GNATS gcj/94 (compiler allows assignment to interfac...
2000-03-07 Alexandre Petit... re GNATS gcj/108 (Compiler doesn't check access modifie...
2000-03-07 Alexandre Petit... *** empty log message ***
2000-03-07 Richard Kennertree.h (INT_CST_LT, [...]): Remove unneeded casts.
2000-02-26 Anthony Greenexpr.c (build_class_init): Mark the decl to be ignored...
2000-02-15 Joerg Brunsmanngjavah.c: Delete ACC_VISIBILITY define.
2000-01-29 Alexandre Petit... [multiple changes]
2000-01-25 Kaveh R. Ghaziparse.h (OBSOLETE_MODIFIER_WARNING): Don't use ANSI...
2000-01-21 Kaveh R. Ghazibuffer.h: PROTO -> PARAMS.
2000-01-16 Anthony Greenparse.y (build_string_concatenation): Only use StringBu...
2000-01-12 Mumit Khanjcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR...
2000-01-06 Alexandre Petit... Makefile.in (LIBDEPS): Added gcc's errors.o
1999-12-31 Kaveh R. Ghaziclass.c (assume_compiled, [...]): Add static prototype.
1999-12-31 Kaveh R. Ghaziparse.h (ABSTRACT_CHECK, [...]): Avoid the use of ANSI...
1999-12-01 Jan HubickaUndo the last change I've checked in by accident.
1999-12-01 Jan Hubickai386.c (ix86_expand_move): Never add clobbers to move...
1999-12-01 Alexandre Petit... re GNATS gcj/97 (Internal compiler error)
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-22 Andrew Haleyverify.c (verify_jvm_instructions): Check for pending...
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 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 Bothner*** empty log message ***
1999-03-23 Alexandre Petit... parse.y (find_applicable_accessible_methods_list):...
1999-03-23 Kaveh R. GhaziWarning fixes:
1999-03-19 Alexandre Petit... parse.y (find_applicable_accessible_methods_list):...
1999-03-19 Alexandre Petit... parse.y (find_applicable_accessible_methods_list):...
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 Bothnerparse.y (obtain_incomplete_type): Don't wrap unknown...
1999-02-19 Per BothnerUse new TRY_FINALLY_EXPR tree node.
1999-02-16 Alexandre Petit... [multiple changes]
1999-02-10 Tom Tromeyjvspec.c (THREAD_NAME): Renamed -lqthreads to -lgcjcoop.
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-29 Tom Tromeyparse.h (BUILD_APPEND): If ARG is a non-String object...
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-11 Jeff LawUpdate FSF address in copyright header.
1999-01-09 Per Bothnerparse.y (build_new_array_init): Don't set EXPR_WFL_LINE...
1999-01-06 Per Bothnercheck-init.c: New file.
1998-12-23 Per Bothnerexpr.c (process_jvm_instruction): Do load_type_state...
next
This page took 1.071846 seconds and 108 git commands to generate.