aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/decl.c
AgeCommit message (Expand)AuthorFilesLines
1999-01-23Update copyrights for the last patchKaveh Ghazi1-1/+1
1999-01-23Warning fixes:Kaveh R. Ghazi1-5/+2
1998-12-11expr.c (invoke_build_dtable): Renamed dtable -> vtable.Tom Tromey1-3/+3
1998-12-10decl.c (long_zero_node, [...]): New global variables, initialized.Alexandre Petit-Bianco1-1/+12
1998-12-07constants.c (find_methodref_index): When the class is an interface...Per Bothner1-1/+1
1998-11-25java-tree.h (end_params_node): Declare global.Per Bothner1-22/+22
1998-11-18class.c (unmangle_classname): Set QUALIFIED_P when appropriate.Alexandre Petit-Bianco1-10/+2
1998-11-15decl.c (error_mark_node): New global.Per Bothner1-2/+5
1998-11-12Extensive changes.Per Bothner1-0/+2
1998-11-12class.c: Remove some unused variables.Per Bothner1-1/+2
1998-11-10class.c (is_compiled_class): Call safe_layout_class for class compiled from s...Alexandre Petit-Bianco1-9/+7
1998-10-30class.c (make_class_data): Renamed fields: nmethods to method_count, method_c...Tom Tromey1-1/+1
1998-10-28class.c (layout_class): Don't mangle <finit>, produce __finit<class> instead.Alexandre Petit-Bianco1-0/+2
1998-10-28decl.c (init_decl_processing): Renamed fields.Tom Tromey1-7/+5
1998-10-22java-tree.h (finalize_identifier_node): Don't declare.Tom Tromey1-3/+0
1998-10-20class.c (is_compiled_class): New local variable seen_in_zip.Alexandre Petit-Bianco1-1/+0
1998-10-14decl.c (runtime_exception_type_node, [...]): New global variables.Alexandre Petit-Bianco1-0/+6
1998-10-128Per Bothner1-11/+51
1998-09-14Makefile.in: Add many missing dependencies.Jeffrey A Law1-1/+2
1998-09-06Initial revisionAnthony Green1-0/+1561