aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
1999-04-27Fixed some old ChangeLog entries I wrote before becoming aware of the GNUAlexandre Oliva1-3/+3
1999-04-27expr.c (generate_name): Use ASM_GENERATE_INTERNAL_LABEL to create internal la...Anthony Green2-4/+11
1999-04-26class.c (layout_class_method): Generate <clinit>'s rtl for interfaces.Alexandre Petit-Bianco7-490/+575
1999-04-22* Make-lang.in (JAVA_SRCS): Added check-init.c.Tom Tromey2-0/+5
1999-04-21decl.c (predef_filenames, [...]): New globalsAlexandre Petit-Bianco7-16/+132
1999-04-19lang.c (lang_decode_option): Fixed returned value when parsing `-fxref=...' a...Alexandre Petit-Bianco5-12/+51
1999-04-19xref.h (enum): Removed trailing comma.Tom Tromey4-4/+14
1999-04-15gjavah.c: New prototypes for java_float_finite and java_double_finite.Anthony Green2-0/+8
1999-04-12parse.y (patch_unaryop): Fix ++ operator check on array references.Alexandre Petit-Bianco3-6/+18
1999-04-09parse.y (patch_assignment): Added ArrayStoreException runtime check.Alexandre Petit-Bianco3-8/+111
1999-04-06Makefile.in (TREE_H): Add tree-check.h.Jeffrey A Law2-2/+7
1999-04-06expr.c (pop_type_0): New function.Per Bothner2-5/+29
1999-04-06expr.c (pop_type_0): New function.Per Bothner2-2/+21
1999-04-06parse.y (patch_binop): Don't fold if non-constant and emiting class files.Per Bothner1-0/+5
1999-04-06parse.y (patch_binop): Don't fold if non-constant and emiting class files.Per Bothner1-2/+6
1999-04-06parse.y (patch_binop): Don't fold if non-constant and emiting class files.Per Bothner1-2/+6
1999-04-05Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H).Kaveh R. Ghazi6-6/+24
1999-04-05class.c (add_method_1): Cast the argument of `bzero' to PTR.Kaveh R. Ghazi12-24/+34
1999-04-05parse.y (struct parser_ctxt *ctxp): Now global.Alexandre Petit-Bianco3-4/+20
1999-03-31gjavah.c (print_field_info): Allow constants of other types.Tom Tromey2-46/+122
1999-03-31Makefile.in (keyword.h): Generate using gperf language 'C'...Kaveh R. Ghazi4-8/+15
1999-03-30[multiple changes]Alexandre Petit-Bianco3-18/+36
1999-03-28Warning fixes:Kaveh R. Ghazi4-8/+15
1999-03-27[multiple changes]Alexandre Petit-Bianco6-478/+632
1999-03-27parse.y (complete_loop_body): Rename to finish_loop_body.Per Bothner2-0/+19
1999-03-27*** empty log message ***Per Bothner1-578/+526
1999-03-27parse.y (complete_loop_body): Rename to finish_loop_body.Per Bothner2-155/+104
1999-03-25gcc.c: Compile unconditionally all code formerly dependent on #ifdef LANG_SPE...Zack Weinberg2-17/+7
1999-03-23parse.y (find_applicable_accessible_methods_list): When dealing with interfac...Alexandre Petit-Bianco3-11/+75
1999-03-23Warning fixes:Kaveh R. Ghazi8-466/+483
1999-03-22Changelog: Fixed 1999-03-22 typos.Alexandre Petit-Bianco2-3/+9
1999-03-22Makefile.in: (JAVA_OBJS) Added entry xref.o.Alexandre Petit-Bianco6-1/+149
1999-03-21Makefile.in (xgcc$(exeext)): Add intl.o to list of files to be linked with.Manfred Hollstein1-0/+5
1999-03-21*** empty log message ***Manfred Hollstein1-2/+2
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi22-160/+411
1999-03-19parse.y (find_applicable_accessible_methods_list): Extend the search to super...Alexandre Petit-Bianco1-374/+374
1999-03-19parse.y (find_applicable_accessible_methods_list): Extend the search to super...Alexandre Petit-Bianco1-449/+481
1999-03-19[multiple changes]Alexandre Petit-Bianco3-25/+80
1999-03-16parse.y (java_complete_lhs): Call force_evaluation_order after patch_newarray.Per Bothner1-0/+6
1999-03-16parse.y (java_complete_lhs): Call force_evaluation_order after patch_newarray.Per Bothner1-2/+6
1999-03-16parse.y (java_complete_lhs): Call force_evaluation_order after patch_newarray.Per Bothner1-2/+6
1999-03-15parse.y (java_stabilize_reference): Use save_expr instead of building a SAVE_...Alexandre Petit-Bianco3-6/+20
1999-03-15class.c (make_class): Don't set CLASS_P here (because this function is also c...Per Bothner1-0/+17
1999-03-15class.c (make_class): Don't set CLASS_P here (because this function is also c...Per Bothner4-32/+21
1999-03-15class.c (make_class): Don't set CLASS_P here (because this function is also c...Per Bothner1-1/+3
1999-03-15class.c (make_class): Don't set CLASS_P here (because this function is also c...Per Bothner1-1/+1
1999-03-13lex.c (java_read_char): UNGET invalid non-initial utf8 character.Per Bothner1-0/+5
1999-03-13lex.c (java_read_char): UNGET invalid non-initial utf8 character.Per Bothner2-3/+14
1999-03-12parse.y (java_stabilize_reference): Return NODE when patching a COMPOUND_EXPR.Alexandre Petit-Bianco5-300/+417
1999-03-12Warning fixes:Kaveh R. Ghazi11-90/+47