aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lang.c
AgeCommit message (Expand)AuthorFilesLines
2001-02-23Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog.Per Bothner1-0/+5
2001-01-21* lang.c (put_decl_node): Print method's name.Per Bothner1-2/+5
2001-01-17lang-options.h (-Wunsupported-jdk11): Removed.Alexandre Petit-Bianco1-7/+0
2001-01-10[multiple changes]Alexandre Petit-Bianco1-11/+21
2001-01-10c-lang.c (lang_hooks): Update.Neil Booth1-4/+8
2001-01-09c-lang.c (lang_hooks): Update.Neil Booth1-8/+6
2001-01-07toplev.c (main): Call the front-end specific post_options hook if one is given.Neil Booth1-0/+3
2001-01-05cpp.texi: Update for -MP.Neil Booth1-2/+3
2000-11-04lang-options.h: Mention -Wout-of-date.Tom Tromey1-37/+59
2000-10-20jvspec.c (lang_specific_driver): Recognize -MF and -MT.Tom Tromey1-26/+57
2000-10-13[multiple changes]Alexandre Petit-Bianco1-1/+1
2000-09-23Make-lang.in (JAVA_SRCS): Include java-tree.h.Mark Mitchell1-0/+11
2000-09-12re GNATS gcj/33 (gcj mangles composed characters)Tom Tromey1-1/+13
2000-08-24lang.c (lang_decode_option): Use ARRAY_SIZE.Greg McGary1-4/+1
2000-08-23java-tree.h (flag_extraneous_semicolon): New extern.Alexandre Petit-Bianco1-1/+11
2000-06-11Warning fixes:Kaveh R. Ghazi1-1/+1
2000-06-02alias.c (lang_get_alias_set): Remove.Richard Henderson1-0/+10
2000-05-17Add options -Wunused-variable, -Wunused-function, -Wunused-label,Andrew Cagney1-1/+1
2000-05-09top level:Zack Weinberg1-2/+2
2000-05-02class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE on native fu...Tom Tromey1-1/+6
2000-03-16lang.c (flag_hash_synchronization): New global.Tom Tromey1-1/+6
2000-03-16* lang.c (lang_decode_option): Enable -Wunused when -Wall given.Tom Tromey1-0/+3
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-1/+1
2000-03-04Makefile.in (JAVA_OBJS): Added boehm.o.Tom Tromey1-0/+4
2000-02-26Fix copyrightsJeff Law1-1/+1
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-5/+5
1999-11-21constants.c (find_methodref_index): Unwrap method names before inserting them...Anthony Green1-2/+29
1999-10-16java-tree.h (flag_bounds_check): Remove extern decl.Greg McGary1-6/+1
1999-09-20Add comment saying that lang_decode_options should not complain aboutNick Clifton1-0/+1
1999-08-31c-parse.in (language_string): Constify.Kaveh R. Ghazi1-1/+1
1999-08-29java-tree.h (lang_printable_name): Constify a char*.Kaveh R. Ghazi1-1/+1
1999-08-25gjavah.c (print_name, [...]): Add static prototype.Kaveh R. Ghazi1-12/+13
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-3/+6
1999-08-09lang.c (java_dummy_print): Constify a char*.Kaveh R. Ghazi1-6/+5
1999-08-04Warning fixes:Kaveh R. Ghazi1-1/+2
1999-07-21lang.c (flag_use_divide_subroutine): New variable.Andrew Haley1-0/+4
1999-05-14[multiple changes]Alexandre Petit-Bianco1-10/+0
1999-05-06Fix typo. redudant -> redundantJeff Law1-1/+1
1999-05-03check-init.c (check_init): Exclude a case of error when doing xrefs.Alexandre Petit-Bianco1-1/+11
1999-04-19lang.c (lang_decode_option): Fixed returned value when parsing `-fxref=...' a...Alexandre Petit-Bianco1-3/+4
1999-04-05Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H).Kaveh R. Ghazi1-1/+0
1999-03-22Changelog: Fixed 1999-03-22 typos.Alexandre Petit-Bianco1-1/+1
1999-03-22Makefile.in: (JAVA_OBJS) Added entry xref.o.Alexandre Petit-Bianco1-0/+16
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-1/+2
1999-01-23Update copyrights for the last patchKaveh Ghazi1-1/+1
1999-01-23Warning fixes:Kaveh R. Ghazi1-1/+1
1998-12-23expr.c (process_jvm_instruction): Do load_type_state after JSR.Per Bothner1-0/+2
1998-11-25java-tree.h (end_params_node): Declare global.Per Bothner1-1/+1
1998-11-24[multiple changes]Alexandre Petit-Bianco1-1/+6
1998-11-18class.c (unmangle_classname): Set QUALIFIED_P when appropriate.Alexandre Petit-Bianco1-1/+21