alias.c (lang_get_alias_set): Remove.
[gcc.git] / gcc / java / lang.c
2000-06-03 Richard Hendersonalias.c (lang_get_alias_set): Remove.
2000-05-17 Andrew CagneyAdd options -Wunused-variable, -Wunused-function, ...
2000-05-09 Zack Weinbergtop level:
2000-05-02 Tom Tromeyclass.c (add_method_1): Set both DECL_EXTERNAL and...
2000-03-16 Tom Tromeylang.c (flag_hash_synchronization): New global.
2000-03-16 Tom Tromey* lang.c (lang_decode_option): Enable -Wunused when...
2000-03-14 Alexandre Petit... Added Java 1.1 language features.
2000-03-04 Tom TromeyMakefile.in (JAVA_OBJS): Added boehm.o.
2000-02-26 Jeff LawFix copyrights
2000-01-21 Kaveh R. Ghazibuffer.h: PROTO -> PARAMS.
1999-11-21 Anthony Greenconstants.c (find_methodref_index): Unwrap method names...
1999-10-16 Greg McGaryjava-tree.h (flag_bounds_check): Remove extern decl.
1999-09-20 Nick CliftonAdd comment saying that lang_decode_options should...
1999-08-31 Kaveh R. Ghazic-parse.in (language_string): Constify.
1999-08-29 Kaveh R. Ghazijava-tree.h (lang_printable_name): Constify a char*.
1999-08-25 Kaveh R. Ghazigjavah.c (print_name, [...]): Add static prototype.
1999-08-10 Kaveh R. Ghazicheck-init.c (check_bool2_init, [...]): Add static...
1999-08-09 Kaveh R. Ghazilang.c (java_dummy_print): Constify a char*.
1999-08-04 Kaveh R. GhaziWarning fixes:
1999-07-21 Andrew Haleylang.c (flag_use_divide_subroutine): New variable.
1999-05-14 Alexandre Petit... [multiple changes]
1999-05-06 Jeff LawFix typo. redudant -> redundant
1999-05-03 Alexandre Petit... check-init.c (check_init): Exclude a case of error...
1999-04-19 Alexandre Petit... lang.c (lang_decode_option): Fixed returned value when...
1999-04-05 Kaveh R. GhaziMakefile.in (gjavah.o): Depend on $(JAVA_TREE_H).
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 Kaveh R. GhaziMakefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdi...
1999-01-23 Kaveh GhaziUpdate copyrights for the last patch
1999-01-23 Kaveh R. GhaziWarning fixes:
1998-12-23 Per Bothnerexpr.c (process_jvm_instruction): Do load_type_state...
1998-11-25 Per Bothnerjava-tree.h (end_params_node): Declare global.
1998-11-24 Alexandre Petit... [multiple changes]
1998-11-19 Alexandre Petit... class.c (unmangle_classname): Set QUALIFIED_P when...
1998-11-13 Tom Tromeygjavah.c (main): Handle --output-class-directory argument.
1998-10-28 Alexandre Petit... class.c (layout_class): Don't mangle <finit>, produce...
1998-10-22 Tom Tromeyjcf-path.c (add_entry): Don't add trailing separator...
1998-10-22 Tom Tromeyjcf-io.c (find_class): Use saw_java_source to determine...
1998-10-14 Alexandre Petit... java-tree.h (pop_labeled_block, [...]): New function...
1998-10-14 Tom Tromeyjcf-write.c (write_classfile): Add output class file...
1998-10-12 Per Bothner
1998-09-14 Jeffrey A LawMakefile.in: Add many missing dependencies.
1998-09-06 Anthony GreenInitial revision