aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.c
AgeCommit message (Expand)AuthorFilesLines
1999-02-08lex.c (java_read_char): Fixed utf8 decoding.Alexandre Petit-Bianco1-33/+51
1999-02-02parse.y (patch_method_invocation): Handle calling static methods...Per Bothner1-7/+19
1999-01-29parse.h (BUILD_APPEND): If ARG is a non-String object reference...Tom Tromey1-4/+4
1999-01-23Warning fixes:Kaveh R. Ghazi1-438/+439
1999-01-19java-tree.h: (check_for_initialization): Added prototype.Alexandre Petit-Bianco1-13/+24
1999-01-18parse.y (patch_binop): Do a type conversion from signed to unsigned and then ...Andrew Haley1-4/+9
1999-01-16expr.c (process_jvm_instruction): Coerce to correct Throwable sub-type the re...Per Bothner1-2/+7
1999-01-13expr.c (generate_name): Name prefix changed to avoid clashes with assembler t...Andrew Haley1-7/+7
1999-01-12class.c (maybe_layout_super_class): Fixed returned value.Alexandre Petit-Bianco1-442/+478
1999-01-11Update FSF address in copyright header.Jeff Law1-1/+2
1999-01-09parse.y (build_new_array_init): Don't set EXPR_WFL_LINECOL on CONSTRUCTOR (si...Per Bothner1-3/+6
1999-01-06check-init.c: New file.Per Bothner1-435/+489
1998-12-23expr.c (process_jvm_instruction): Do load_type_state after JSR.Per Bothner1-35/+42
1998-12-18parse.y (check_class_interface_creation): Use DIR_SEPARATOR consistently.Tom Tromey1-1/+1
1998-12-17parse.y (DIR_SEPARATOR): New define.Tom Tromey1-426/+432
1998-12-16* parse.y (create_interface): Remove bogus test.Per Bothner1-5/+0
1998-12-14parse.y (fold_constant_for_init): New function.Per Bothner1-437/+604
1998-12-13parse.y (patch_method_invocation): If class_decl is null (e.g.Per Bothner1-0/+6
1998-12-12Loks of changes so we can better compile from source.Per Bothner1-670/+670
1998-12-10decl.c (long_zero_node, [...]): New global variables, initialized.Alexandre Petit-Bianco1-440/+451
1998-12-10parse.y (array_initializer:): Array init operand is NULL_TREE instead of a TR...Alexandre Petit-Bianco1-1515/+1525
1998-12-09java-tree.def (NEW_ARRAY_INIT): New Java tree code.Alexandre Petit-Bianco1-426/+641
1998-12-07parse.y (array_initializer): Tagged <node>.Alexandre Petit-Bianco1-425/+422
1998-12-03java-tree.h (java_layout_seen_class_methods): New function prototype.Alexandre Petit-Bianco1-364/+388
1998-12-02class.c (layout_class_method): Call build_java_argument_signature on construc...Alexandre Petit-Bianco1-8/+15
1998-12-01class.c (layout_class_method): Don't report error on non-static overriding st...Alexandre Petit-Bianco1-451/+679
1998-11-24[multiple changes]Alexandre Petit-Bianco1-83/+143
1998-11-18class.c (unmangle_classname): Set QUALIFIED_P when appropriate.Alexandre Petit-Bianco1-396/+462
1998-11-12Extensive changes.Per Bothner1-1901/+1897
1998-11-10class.c (is_compiled_class): Call safe_layout_class for class compiled from s...Alexandre Petit-Bianco1-669/+1136
1998-10-28class.c (layout_class): Don't mangle <finit>, produce __finit<class> instead.Alexandre Petit-Bianco1-2279/+2890
1998-10-22[multiple changes]Tom Tromey1-365/+365
1998-10-22jcf-io.c (find_class): Use saw_java_source to determine when to look for `.ja...Tom Tromey1-5/+3
1998-10-21class.c (emit_register_classes): Renamed from emit_register_class.Alexandre Petit-Bianco1-2/+0
1998-10-20class.c (is_compiled_class): New local variable seen_in_zip.Alexandre Petit-Bianco1-416/+449
1998-10-20*** empty log message ***Per Bothner1-364/+364
1998-10-20*** empty log message ***Per Bothner1-1/+1
1998-10-19Per Bothner1-0/+11943
1998-10-12Merge from Cygnus internal source tree.Per Bothner1-10648/+0
1998-09-06Initial revisionAnthony Green1-0/+10648