aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2000-08-25* gjavah.c (cxx_keyword_subst): Use ARRAY_SIZE.Greg McGary2-1/+5
2000-08-24lang.c (lang_decode_option): Use ARRAY_SIZE.Greg McGary3-6/+7
2000-08-23java-tree.h (flag_extraneous_semicolon): New extern.Alexandre Petit-Bianco5-15/+45
2000-08-21lang-specs.h: Do not process -o or run the assembler if -fsyntax-only.Nix2-2/+7
2000-08-20re GNATS gcj/305 (Interface methods implementations not always checked)Tom Tromey2-4/+23
2000-08-20re GNATS gcj/310 (illegal type "long" accepted for "switch" expression)Tom Tromey2-1/+6
2000-08-17decl.c (finit_leg_identifier_node): New global.Alexandre Petit-Bianco4-5/+30
2000-08-15jcf-write.c (generate_bytecode_conditional): Re-installed lost Jan 6 2000 patch.Alexandre Petit-Bianco3-4/+16
2000-08-13check-init.c (check_init): Add case for BIT_FIELD_REF (required for -pg builds).Anthony Green2-0/+6
2000-08-11class.c (maybe_layout_super_class): Fixed indentation.Alexandre Petit-Bianco7-37/+134
2000-08-072000-08-07 Alexandre Petit-Bianco <apbianco@cygnus.comAlexandre Petit-Bianco6-79/+291
2000-08-06lang-options.h...Ovidiu Predescu1-0/+5
2000-08-06Added a comma after the last element to avoid syntax errors when otherOvidiu Predescu1-1/+1
2000-08-05[multiple changes]Zack Weinberg3-7/+13
2000-08-02gcc.h (lang_specific_driver): Constify second argument.Zack Weinberg2-6/+8
2000-08-02c-common.h: Prototype min_precision and c_build_qualified_type here...Zack Weinberg2-1/+5
2000-07-28class.c (make_class_data): Create vtable for abstract classes.Tom Tromey2-6/+22
2000-07-27[multiple changes]Alexandre Petit-Bianco3-17735/+25
2000-07-27[multiple changes]Alexandre Petit-Bianco3-25/+22
2000-07-25parse.c: Remove (again.)Alexandre Petit-Bianco1-0/+4
2000-07-21parse.y (simple_name:): Fixed typo in error message.Alexandre Petit-Bianco3-1/+17733
2000-07-21parse.y (simple_name:): Reject `$' in type names.Alexandre Petit-Bianco2-1/+12
2000-07-21[multiple changes]Alexandre Petit-Bianco3-4/+30
2000-07-20ChangeLog to fixes to gcj/242, gcj/249, gcj/239, gcj/225 and gcj/256:Alexandre Petit-Bianco1-0/+37
2000-07-20[multiple changes]Alexandre Petit-Bianco3-24/+88
2000-07-19lang-specs.h: Added %(jc1) to java compiler options.Jeff Sturm2-1/+5
2000-07-14top level:Zack Weinberg2-0/+6
2000-07-14* parse.c: Remove.Mark Mitchell2-17653/+4
2000-07-13parse.y (fold_constant_for_init): Avoid bullish conversion.Alexandre Petit-Bianco3-8/+6
2000-07-13Reverting incorrectly applied changeTom Tromey1-22/+2
2000-07-13* lang-specs.h: Added %{I*}.Tom Tromey3-3/+27
2000-07-13gcc.c (do_spec_1): Add new %B operator.Zack Weinberg2-16/+12
2000-07-12gcc_update (files_and_dependencies): Remove generated YACC files.Mark Mitchell2-2571/+4
2000-07-10Fixing a really lame patch. Sorry for the ChangeLog tweaking.)Alexandre Petit-Bianco2-3/+4
2000-07-07parse.y (generate_classfile): Exclude null strings.Alexandre Petit-Bianco2-1/+6
2000-07-07jcf-write.c (generate_classfile): Properly install the ConstantValue attribut...Alexandre Petit-Bianco4-5/+17
2000-07-06[multiple changes]Alexandre Petit-Bianco5-40/+102
2000-07-06Java: fixes for the PRs gcj/{271,272,275}.Alexandre Petit-Bianco4-30/+32
2000-07-05Make-lang.in (PARSE_DIR): New macro.Tom Tromey3-0/+35
2000-07-05gjavah.c (HANDLE_METHOD): Call print_method_info with a NULL stream argument ...Bryce McKinlay2-10/+20
2000-06-29jcf-write.c (push_long_const): Appropriately cast short negative constant to ...Alexandre Petit-Bianco2-1/+6
2000-06-29parse.y (verify_constructor_super): Use loop variable `m_arg_type' initialize...Alexandre Petit-Bianco3-12/+19
2000-06-30parse.y (resolve_field_access): Handle case where `type_found' is NULL.Tom Tromey3-2/+7
2000-06-29expr.c (lookup_field): The same field can be found through two different inte...Alexandre Petit-Bianco2-0/+7
2000-06-29lex.c (java_lineterminator): Don't recognize \r after \n.Tom Tromey2-10/+19
2000-06-27parse.y (resolve_field_access): Pass decl, not DECL_INITIAL, to java_complete...Tom Tromey3-2/+7
2000-06-26re GNATS gcj/238 (Can't call methods from Object on an inner class)Bryce McKinlay3-91/+113
2000-06-26[multiple changes]Alexandre Petit-Bianco5-436/+501
2000-06-26re GNATS gcj/268 (Internal compiler error in for-loop test condition)Tom Tromey3-212/+225
2000-06-26parse.y (do_resolve_class): Minor optimiztion in the package list search.Alexandre Petit-Bianco3-10/+21