aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
AgeCommit message (Expand)AuthorFilesLines
1998-11-19[multiple changes]Alexandre Petit-Bianco1-7/+4
1998-11-18class.c (unmangle_classname): Set QUALIFIED_P when appropriate.Alexandre Petit-Bianco1-7/+13
1998-11-15jcf-parse.c (HANDLE_EXCEPTIONS_ATTRIBUTE): New macro.Per Bothner1-0/+12
1998-11-10jcf-parse.c (get_constant): Place braces around code to compute 'd' when REAL...Nick Clifton1-4/+6
1998-11-10class.c (is_compiled_class): Call safe_layout_class for class compiled from s...Alexandre Petit-Bianco1-31/+20
1998-10-28class.c (layout_class): Don't mangle <finit>, produce __finit<class> instead.Alexandre Petit-Bianco1-35/+37
1998-10-22[multiple changes]Tom Tromey1-5/+3
1998-10-22jcf-io.c (find_class): Use saw_java_source to determine when to look for `.ja...Tom Tromey1-24/+19
1998-10-21class.c (emit_register_classes): Renamed from emit_register_class.Alexandre Petit-Bianco1-2/+2
1998-10-20class.c (is_compiled_class): New local variable seen_in_zip.Alexandre Petit-Bianco1-46/+87
1998-10-12Per Bothner1-1/+1
1998-09-14Makefile.in: Add many missing dependencies.Jeffrey A Law1-10/+1
1998-09-06Initial revisionAnthony Green1-0/+917