aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
AgeCommit message (Expand)AuthorFilesLines
1999-04-21decl.c (predef_filenames, [...]): New globalsAlexandre Petit-Bianco1-3/+49
1999-04-05Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H).Kaveh R. Ghazi1-0/+3
1999-04-05class.c (add_method_1): Cast the argument of `bzero' to PTR.Kaveh R. Ghazi1-1/+1
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-6/+7
1999-03-06Makefile.in (jcf-parse.o): Depend on $(PARSE_H).Kaveh R. Ghazi1-10/+11
1999-02-18jcf-parse.c (get_constant): Add braces around computation of 'd' when REAL_AR...Andrew Haley1-4/+6
1999-02-16[multiple changes]Alexandre Petit-Bianco1-0/+2
1999-02-02Optimize: `return (a ? b : c)' as: `if (a) return b; else return c;'.Per Bothner1-1/+1
1999-01-23Warning fixes:Kaveh R. Ghazi1-0/+1
1999-01-07jcf-parse.c (yyparse): variable len changed from a char to an int to prevent ...Andrew Haley1-2/+2
1999-01-06Fix copyrights.Jeff Law1-1/+1
1999-01-06check-init.c: New file.Per Bothner1-33/+53
1998-12-16jcf-parse.c (get_constant): Set TREE_TYPE for string constants.Per Bothner1-1/+2
1998-12-12Loks of changes so we can better compile from source.Per Bothner1-3/+13
1998-12-03java-tree.h (java_layout_seen_class_methods): New function prototype.Alexandre Petit-Bianco1-1/+1
1998-11-25java-tree.h (end_params_node): Declare global.Per Bothner1-3/+2
1998-11-24[multiple changes]Alexandre Petit-Bianco1-12/+37
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