OSDN Git Service

* class.c (O_BINARY): Define if necessary.
[pf3gnuchains/gcc-fork.git] / gcc / java / lang.c
2001-09-06 green * class.c (O_BINARY): Define if necessary.
2001-08-30 bothner * jcf-io.c (open_class): Set filename field.
2001-08-16 tromey * jcf-dump.c (main): Updated for change to jcf_path_seal.
2001-08-09 apbianco2001-08-08 Alexandre Petit-Bianco <apbianco@redhat...
2001-07-06 tromey * lang.c (flag_assume_compiled): Removed.
2001-06-28 gdr * diagnostic.c (default_print_error_function): Tweak.
2001-04-19 dj* config/alpha/vms.h: Change OBJECT_SUFFIX and EXECUTAB...
2001-03-28 rth * decl.c (end_java_method): Do not save and...
2001-03-28 rthRemove flag_new_exceptions.
2001-03-23 apbianco2001-03-22 Alexandre Petit-Bianco <apbianco@redhat...
2001-03-23 aph2001-02-07 Andrew Haley <aph@redhat.com>
2001-02-24 bothnerHandle compiling multiple input files at once, and...
2001-01-21 bothner * lang.c (put_decl_node): Print method's name.
2001-01-18 apbianco2001-01-17 Alexandre Petit-Bianco <apbianco@cygnus...
2001-01-10 apbianco2001-01-08 Alexandre Petit-Bianco <apbianco@cygnus...
2001-01-10 neil * c-lang.c (lang_hooks): Update.
2001-01-09 neil * c-lang.c (lang_hooks): Update.
2001-01-07 neil * toplev.c (main): Call the front-end specific...
2001-01-05 neil * cpp.texi: Update for -MP. Clarify behaviour...
2000-11-04 tromey * lang-options.h: Mention -Wout-of-date.
2000-10-20 tromey * jvspec.c (lang_specific_driver): Recognize -MF and...
2000-10-13 apbianco2000-10-11 Rodney Brown <RodneyBrown@mynd.com>
2000-09-23 mmitchel * Make-lang.in (JAVA_SRCS): Include java-tree.h.
2000-09-12 tromey Fix for PR gcj/33:
2000-08-24 gkm * lang.c (lang_decode_option): Use ARRAY_SIZE.
2000-08-24 apbianco2000-08-08 Alexandre Petit-Bianco <apbianco@cygnus...
2000-06-11 ghaziWarning fixes:
2000-06-03 rthgcc/
2000-05-17 cagneyAdd options -Wunused-variable, -Wunused-function, ...
2000-05-09 zacktop level:
2000-05-02 tromey * class.c (add_method_1): Set both DECL_EXTERNAL and...
2000-03-16 tromey * lang.c (flag_hash_synchronization): New global.
2000-03-16 tromey * lang.c (lang_decode_option): Enable -Wunused when...
2000-03-14 apbiancoAdded Java 1.1 language features.
2000-03-04 tromey * Makefile.in (JAVA_OBJS): Added boehm.o.
2000-02-26 lawFix copyrights
2000-01-21 ghazi * buffer.h: PROTO -> PARAMS.
1999-11-21 green * constants.c (find_methodref_index): Unwrap...
1999-10-16 gkm* java-tree.h (flag_bounds_check): Remove extern decl.
1999-09-20 nickcAdd comment saying that lang_decode_options should...
1999-08-31 ghazi * c-parse.in (language_string): Constify.
1999-08-29 ghazi * java-tree.h (lang_printable_name): Constify a char*.
1999-08-25 ghazi * gjavah.c (print_name, print_base_classname, utf8_cmp,
1999-08-10 ghazi * check-init.c (check_bool2_init, done_alternative...
1999-08-09 ghazi * lang.c (java_dummy_print): Constify a char*.
1999-08-04 ghaziWarning fixes:
1999-07-21 aph1999-07-15 Andrew Haley <aph@cygnus.com>
1999-05-14 apbiancoFri May 14 12:31:08 1999 Alexandre Petit-Bianco ...
1999-05-06 lawFix typo. redudant -> redundant
1999-05-03 apbiancoFri Apr 30 17:54:40 1999 Alexandre Petit-Bianco ...
1999-04-19 apbiancoMon Apr 19 14:44:48 1999 Alexandre Petit-Bianco ...
1999-04-05 ghazi * Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H).
1999-03-22 apbiancoMon Mar 22 20:14:26 1999 Alexandre Petit-Bianco ...
1999-03-22 apbianco1999-03-22 Alexandre Petit-Bianco <apbianco@cygnus...
1999-03-21 ghazi * Makefile.in (jcf-dump.o): Depend on $(CONFIG_H)
1999-01-23 ghaziUpdate copyrights for the last patch
1999-01-23 ghaziWarning fixes:
1998-12-23 bothner * expr.c (process_jvm_instruction): Do load_type_stat...
1998-11-25 bothner * java-tree.h (end_params_node): Declare global.
1998-11-24 apbiancoTue Nov 24 17:06:38 1998 Per Bothner <bothner@cygnus...
1998-11-19 apbiancoWed Nov 18 23:54:53 1998 Alexandre Petit-Bianco ...
1998-11-13 tromey * gjavah.c (main): Handle --output-class-directory...
1998-10-28 apbiancoWed Oct 28 08:03:31 1998 Alexandre Petit-Bianco ...
1998-10-22 tromey * jcf-path.c (add_entry): Don't add trailing separator...
1998-10-22 tromey * jcf-io.c (find_class): Use saw_java_source to determ...
1998-10-14 apbiancoWed Oct 14 18:21:29 1998 Alexandre Petit-Bianco ...
1998-10-14 tromey * jcf-write.c (write_classfile): Add output class...
1998-10-12 bothner
1998-09-14 law * Makefile.in: Add many missing dependencies.
1998-09-06 greenInitial revision