OSDN Git Service

PR c++/9367
[pf3gnuchains/gcc-fork.git] / gcc / java / lang.c
2003-02-24 tromey * lang-options.h: Added -Wdeprecated.
2003-01-18 kazu * check-init.c: Fix comment typos.
2003-01-12 ghazi * All Files: Convert to ISO C style function definitions.
2003-01-09 ghazi * All Files: Remove PARAMS macro.
2003-01-05 ghaziWarning fixes:
2003-01-01 neroden * Make-lang.in, boehm.c, buffer.c,
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-11-18 aph2002-11-14 Jens-Michael Hoffmann <jensmh@gmx.de>
2002-10-21 aph2002-10-15 Andrew Haley <aph@redhat.com>
2002-10-14 aph2002-10-14 Andrew Haley <aph@redhat.com>
2002-10-02 sayle PR optimization/6627
2002-09-30 greenAdd -fno-assert flag.
2002-09-21 kazu * ChangeLog: Follow spelling conventions.
2002-09-15 kazu * lang.c: Fix spelling conventions.
2002-08-22 tromey For PR java/6005 and PR java/7611:
2002-08-16 aph2002-07-30 Andrew Haley <aph@cambridge.redhat.com>
2002-07-22 rth * expr.c (expand_expr) [TRY_FINALLY_EXPR]:...
2002-07-07 neil * c-common.c (c_common_post_options): Update prototype;
2002-06-10 bryce Don't use RTL inlining. Fix for PR java/6820.
2002-06-04 geoffkMerge from pch-branch up to tag pch-commit-20020603.
2002-04-25 neil * c-common.h (c_common_parse_file): Update.
2002-04-12 greenAdd --extdirs support.
2002-04-04 neil * c-common.c (truthvalue_conversion): Rename, update.
2002-04-01 neil * c-decl.c (grokdeclarator): Update.
2002-04-01 neil * c-common.c (unsigned_conversion_warning, convert_and...
2002-03-31 neil * diagnostic.c (print_error_function): Remove.
2002-03-29 neil * Makefile.in (convert.o, calls.o, expmed.o): Update.
2002-03-28 hubicka * rtlanal.c: Include flags.h
2002-03-27 neil * c-common.c (c_expand_expr): Fix prototype.
2002-03-26 neil * Makefile.in (ggc-common.o): Update.
2002-03-20 neil * Makefile.in: Update.
2002-03-17 neil * c-common.h (yyparse, c_common_parse_file): New.
2002-03-13 ghazi * c-common.c (c_tree_code_type, c_tree_code_length,
2002-03-03 bothner Make --CLASSPATH by a synonym for --classpath and...
2002-02-28 bryce * expr.c (java_array_data_offset): Removed function.
2002-02-28 neil * Makefile.in (integrate.o): Update.
2002-02-20 nferrier * gcj.texi: Option `--classpath' becomes `--CLASSPATH...
2002-01-01 tromey * parse.y (dump_java_tree): New function.
2001-12-23 ghazi * arc.c (arc_hard_regno_mode_ok): Const-ify.
2001-12-15 brycegcc/java:
2001-12-07 tromey * lang.c (lang_f_options): Added
2001-11-18 neil * Makefile.in (c-parse.o, c-common.o): Update dependen...
2001-11-15 neil * c-common.c: Include c-lex.h.
2001-11-09 neil * Makefile.in: Update.
2001-11-09 neil * c-lang.c (LANG_HOOKS_NAME): New.
2001-11-06 neil * alias.c:: Include langhooks.h.
2001-10-23 kenner * alias.c (can_address_p): Compnonents are not address...
2001-10-15 apbianco2001-10-15 Alexandre Petit-Bianco <apbianco@redhat...
2001-10-07 ghazi * builtins.c (expand_builtin_setjmp_receiver): Const...
2001-09-12 ghazi * gjavah.c (cxx_keywords): Const-ification.
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 ...
next