aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
AgeCommit message (Expand)AuthorFilesLines
2000-10-18gjavah.c (add_class_decl): Removed unused variables `tname', `tlen' and `name...Alexandre Petit-Bianco1-3/+5
2000-10-13Remove obstacks.Mark Mitchell1-15/+2
2000-10-07[multiple changes]Alexandre Petit-Bianco1-0/+2
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell1-1/+1
2000-09-23Make-lang.in (JAVA_SRCS): Include java-tree.h.Mark Mitchell1-10/+11
2000-09-13jcf-parse.c: Include <locale.h>.Tom Tromey1-0/+4
2000-09-12re GNATS gcj/33 (gcj mangles composed characters)Tom Tromey1-5/+26
2000-08-29top level:Zack Weinberg1-1/+1
2000-08-29javaop.h (WORD_TO_INT): Mask lower 32 bits of a jword before sign extending.Andrew Haley1-2/+2
2000-08-11class.c (maybe_layout_super_class): Fixed indentation.Alexandre Petit-Bianco1-3/+3
2000-07-27[multiple changes]Alexandre Petit-Bianco1-5/+4
2000-06-21[multiple changes]Alexandre Petit-Bianco1-1/+1
2000-06-01re GNATS gcj/207 (Compiler failure)Alexandre Petit-Bianco1-0/+2
2000-05-09top level:Zack Weinberg1-3/+3
2000-05-02class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE on native fu...Tom Tromey1-1/+14
2000-03-28[multiple changes]Alexandre Petit-Bianco1-1/+1
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-17/+41
2000-02-26expr.c (build_class_init): Mark the decl to be ignored by check_init.Anthony Green1-0/+8
2000-02-21[multiple changes]Alexandre Petit-Bianco1-12/+1
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-11/+11
2000-01-06Makefile.in (LIBDEPS): Added gcc's errors.oAlexandre Petit-Bianco1-18/+0
1999-12-31class.c (assume_compiled, [...]): Add static prototype.Kaveh R. Ghazi1-2/+1
1999-12-30class.c (class_depth): Return -1 if the class doesn't load properly.Alexandre Petit-Bianco1-0/+2
1999-12-06jcf-parse.c (saw_java_source): Global variable removed.Alexandre Petit-Bianco1-27/+15
1999-11-21constants.c (find_methodref_index): Unwrap method names before inserting them...Anthony Green1-1/+2
1999-10-19jcf-parse.c (parse_source_file): Call jcf_dependency_add_file.Tom Tromey1-0/+2
1999-09-16gjavah.c (get_field_name, [...]): Use xmalloc, not malloc.Kaveh R. Ghazi1-2/+2
1999-09-02class.c (finish_class): Remove unused parameter, all callers changed.Kaveh R. Ghazi1-1/+1
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-8/+10
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