aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lang.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-11-13gjavah.c (main): Handle --output-class-directory argument.Tom Tromey1-0/+8
1998-10-28class.c (layout_class): Don't mangle <finit>, produce __finit<class> instead.Alexandre Petit-Bianco1-13/+0
1998-10-22jcf-path.c (add_entry): Don't add trailing separator if entry is a .zip file.Tom Tromey1-20/+21
1998-10-22jcf-io.c (find_class): Use saw_java_source to determine when to look for `.ja...Tom Tromey1-2/+30
1998-10-14java-tree.h (pop_labeled_block, [...]): New function prototypes.Alexandre Petit-Bianco1-18/+19
1998-10-14jcf-write.c (write_classfile): Add output class file as target.Tom Tromey1-1/+77
1998-10-12Per Bothner1-0/+48
1998-09-14Makefile.in: Add many missing dependencies.Jeffrey A Law1-1/+2
1998-09-06Initial revisionAnthony Green1-0/+406