]> gcc.gnu.org Git - gcc.git/history - gcc/java
class.c (build_vtable): Use build_lang_decl when building vtables, not just build_decl.
[gcc.git] / gcc / java /
1999-04-27 Alexandre OlivaFixed some old ChangeLog entries I wrote before becomin...
1999-04-27 Anthony Greenexpr.c (generate_name): Use ASM_GENERATE_INTERNAL_LABEL...
1999-04-26 Alexandre Petit... class.c (layout_class_method): Generate <clinit>'s...
1999-04-22 Tom Tromey* Make-lang.in (JAVA_SRCS): Added check-init.c.
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-15 Anthony Greengjavah.c: New prototypes for java_float_finite and...
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 Jeffrey A LawMakefile.in (TREE_H): Add tree-check.h.
1999-04-06 Per Bothnerexpr.c (pop_type_0): New function.
1999-04-06 Per Bothnerexpr.c (pop_type_0): New function.
1999-04-06 Per Bothnerparse.y (patch_binop): Don't fold if non-constant and...
1999-04-06 Per Bothnerparse.y (patch_binop): Don't fold if non-constant and...
1999-04-06 Per Bothnerparse.y (patch_binop): Don't fold if non-constant and...
1999-04-05 Kaveh R. GhaziMakefile.in (gjavah.o): Depend on $(JAVA_TREE_H).
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-31 Tom Tromeygjavah.c (print_field_info): Allow constants of other...
1999-03-31 Kaveh R. GhaziMakefile.in (keyword.h): Generate using gperf language...
1999-03-30 Alexandre Petit... [multiple changes]
1999-03-28 Kaveh R. GhaziWarning fixes:
1999-03-27 Alexandre Petit... [multiple changes]
1999-03-27 Per Bothnerparse.y (complete_loop_body): Rename to finish_loop_body.
1999-03-27 Per Bothner*** empty log message ***
1999-03-27 Per Bothnerparse.y (complete_loop_body): Rename to finish_loop_body.
1999-03-25 Zack Weinberggcc.c: Compile unconditionally all code formerly depend...
1999-03-23 Alexandre Petit... parse.y (find_applicable_accessible_methods_list):...
1999-03-23 Kaveh R. GhaziWarning fixes:
1999-03-22 Alexandre Petit... Changelog: Fixed 1999-03-22 typos.
1999-03-22 Alexandre Petit... Makefile.in: (JAVA_OBJS) Added entry xref.o.
1999-03-21 Manfred HollsteinMakefile.in (xgcc$(exeext)): Add intl.o to list of...
1999-03-21 Manfred Hollstein*** empty log message ***
1999-03-21 Kaveh R. GhaziMakefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdi...
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-19 Alexandre Petit... [multiple changes]
1999-03-16 Per Bothnerparse.y (java_complete_lhs): Call force_evaluation_orde...
1999-03-16 Per Bothnerparse.y (java_complete_lhs): Call force_evaluation_orde...
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-15 Per Bothnerclass.c (make_class): Don't set CLASS_P here (because...
1999-03-15 Per Bothnerclass.c (make_class): Don't set CLASS_P here (because...
1999-03-15 Per Bothnerclass.c (make_class): Don't set CLASS_P here (because...
1999-03-13 Per Bothnerlex.c (java_read_char): UNGET invalid non-initial utf8...
1999-03-13 Per Bothnerlex.c (java_read_char): UNGET invalid non-initial utf8...
1999-03-12 Alexandre Petit... parse.y (java_stabilize_reference): Return NODE when...
1999-03-12 Kaveh R. GhaziWarning fixes:
1999-03-12 Andrew Haleyjcf-path.c (add_entry): alloca len+2 rather than len...
1999-03-10 Per Bothnerjcf-write.c (generate_bytecode_insns): Handle __builtin...
1999-03-10 Per Bothnerjcf-write.c (generate_bytecode_insns): Handle __builtin...
1999-03-08 Per Bothnerlex.c (java_parse_end_comment): Take extra parameter...
1999-03-08 Per Bothner*** empty log message ***
1999-03-06 Kaveh R. GhaziMakefile.in (jcf-parse.o): Depend on $(PARSE_H).
1999-02-26 Per Bothnercheck-init.c (check_init): COPYN takes word count,...
1999-02-26 Per Bothnercheck-init.c (check_init): COPYN takes word count,...
1999-02-26 Per Bothnertypeck.c (convert_ieee_real_to_integer): Use save_expr...
1999-02-26 Per Bothnertypeck.c (convert_ieee_real_to_integer): Use save_expr...
1999-02-26 Tom Tromeygjavah.c (add_class_decl): Only generate `#include...
1999-02-26 Tom Tromeygjavah.c (add_namelet): Check for standard package...
1999-02-25 Tom Tromeyparse.y (read_import_dir): Use `|=', not `+=', to set...
1999-02-24 Tom Tromeygjavah.c (struct namelet): New structure.
1999-02-23 Tom Tromeyjvspec.c (lang_specific_driver): Recognize -fsyntax...
1999-02-22 Tom Tromeyjcf.h (UTF8_GET): Mask first byte of 3-byte encoding...
1999-02-21 Per Bothnerdecl.c (build_result_decl): New method.
1999-02-21 Per Bothnerdecl.c (build_result_decl): New method.
1999-02-21 Per Bothnerdecl.c (build_result_decl): New method.
1999-02-21 Per Bothnerjcf-write.c (generate_classfile): Emit "Exceptions...
1999-02-19 Per BothnerOoops -forgot ChangeLog.
1999-02-19 Per BothnerForce left-to-right evaluation of binary operations...
1999-02-19 Per BothnerForce left-to-right evaluation of binary operations...
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 Per Bothnerparse.y (obtain_incomplete_type): Don't wrap unknown...
1999-02-19 Per Bothnerparse.y (obtain_incomplete_type): Don't wrap unknown...
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 Alexandre Petit... parse.y (check_pkg_class_access): Allow private class...
1999-02-19 Per BothnerUse new TRY_FINALLY_EXPR tree node.
1999-02-19 Per BothnerUse new TRY_FINALLY_EXPR tree node.
1999-02-19 Per BothnerUse new TRY_FINALLY_EXPR tree node.
1999-02-19 Per BothnerUse new TRY_FINALLY_EXPR tree node.
1999-02-18 Andrew Haleyjcf-parse.c (get_constant): Add braces around computati...
1999-02-18 Andrew Haleyjcf-parse.c (get_constant): Add braces around computati...
1999-02-17 Andrew Haleyclass.c (build_utf8_ref): Back out broken patch which...
1999-02-16 Alexandre Petit... [multiple changes]
1999-02-16 Alexandre Petit... parse.y (valid_builtin_assignconv_identity_widening_p...
1999-02-10 Jeffrey A Lawjvspec.c (xmalloc): Kill the prototype.
1999-02-10 Alexandre Petit... lex.c (yylex): Encode \0 as UTF8.
1999-02-10 Tom Tromeyjvspec.c (lang_specific_driver): Use libgcj, not libjava.
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-05 Andrew Haleyclass.c (make_class_data): The superclass of an interfa...
1999-02-04 Andrew Haleyclass.c (build_utf8_ref): Output signatures using ...
1999-02-03 Marc EspieMake-lang.in ($(GCJ)(exeext)): Remove choose-temp.o...
1999-02-02 Jeffrey A Law* jcf-io.c: Do not include sys/stat.h or sys/wait.h
next
This page took 0.168016 seconds and 8 git commands to generate.