aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2001-03-26constants.c (PUTN): Use memcpy, not bcopy.Kaveh R. Ghazi4-7/+13
2001-03-23re PR java/1208 (Gcj can't compile a class file it generates.)Per Bothner5-46/+61
2001-03-23re PR java/1213 (gcj should check for incorrect CLASSPATH)Alexandre Petit-Bianco9-14/+106
2001-03-23gcj.texi (Configure-time Options): Add -fcheck-references.Andrew Haley2-25/+21
2001-03-23gcj.texi (Configure-time Options): Add -fcheck-references.Andrew Haley6-52/+86
2001-03-23gjavah.c (cxx_keywords): Update from the definitive list in cp/lex.c.Bryce McKinlay3-8/+159
2001-03-23[multiple changes]Bryce McKinlay2-1/+11
2001-03-21re PR java/2333 (ICE in mark_reference_fields)Alexandre Petit-Bianco3-2/+13
2001-03-21* lex.c (java_read_unicode): Only accept leading `u's.Tom Tromey2-5/+14
2001-03-20* jcf-parse.c (read_class): Initialize `class'.Tom Tromey2-1/+5
2001-03-20jcf_parse.c (jcf_parse): Eliminate unused variable.Matt Kraai2-1/+4
2001-03-19Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell3-10/+22
2001-03-19jcf-parse.c (load_inner_classes): Check CLASS_LOADED_P before trying to load ...Per Bothner2-1/+5
2001-03-19Fixes to process to command-line .class files in two passes. See ChangeLog.Per Bothner7-71/+122
2001-03-19jvspec.c (lang_specific_driver): Check for .zip and .jar files.Per Bothner2-30/+45
2001-03-19class.c (build_static_field_ref): Call make_decl_rtl() after setting the DECL...Andrew Haley2-1/+6
2001-03-17Change descriptions were jumbled.Per Bothner1-9/+9
2001-03-17* decl.c (clear_binding_level): Fix initializer (broke 03-15).Per Bothner2-1/+3
2001-03-17jcf-write.c (generate_bytecode_insns): Handle emitting iinc when result is is...Per Bothner2-0/+5
2001-03-17parse.h (JDEP_SOLV): Removed.Per Bothner3-20/+20
2001-03-15java-tree.h (BLOCK_IS_IMPLICIT): New flag.Per Bothner4-8/+11
2001-03-15jcf-parse.c (yyparse): Set/reset input_filename for source file.Per Bothner3-1/+8
2001-03-15parse.y (expand_start_java_method): Was only called once and had a misleading...Per Bothner2-53/+42
2001-03-15Remove junk from when gcc/java was created (by copying from C/C++).Per Bothner2-31/+9
2001-03-15class.c (make_class_data): The class_dtable_decl (i.e.Per Bothner2-0/+5
2001-03-15jvspec.c (lang_specific_driver): Fix -C handling.Per Bothner2-2/+11
2001-03-15verify.c (verify_jvm_instructions): Better error msgs for dup.Per Bothner2-8/+17
2001-03-15mangle.c (mangle_record_type): Rename 'from_pointer' argument to 'for_pointer'.Bryce McKinlay2-11/+24
2001-03-15* varasm.c (assemble_variable): Use DECL_RTL_SET_P.Mark Mitchell1-1/+2
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell3-5/+13
2001-03-07* config-lang.in (lang_requires): Define.Tom Tromey2-0/+5
2001-03-07Brad's -ffast-math breakup.Brad Lucier2-1/+6
2001-03-05Fix a problem where rest_of_decl_compilation applied to class_dtable_decl cau...Per Bothner4-12/+24
2001-03-02xm-lynx.h, [...]: Do not define TRUE or FALSE.Zack Weinberg5-6/+11
2001-03-02gcc.c, [...]: Add zero initializer for cpp_spec field to all array elements.Zack Weinberg2-5/+10
2001-02-23Handle compiling multiple input files at once, and @FILE syntax.Per Bothner3-4/+42
2001-02-23Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog.Per Bothner8-86/+208
2001-02-23c-decl.c (set_block): Set NAMES and BLOCKS from BLOCK.Richard Kenner2-0/+8
2001-02-20parse.y (check_inner_class_access): Moved declaration of local `enclosing_dec...Alexandre Petit-Bianco2-1/+7
2001-02-19Forgot this file on last check-in.Bryce McKinlay1-5/+0
2001-02-19parse.y (parser_check_super_interface): Don't call check_pkg_class_access for...Bryce McKinlay2-41/+146
2001-02-19typeck.c (build_java_array_type): Don't try to poke a public `clone' method i...Bryce McKinlay2-1/+18
2001-02-16expr.c (build_instanceof): Check for arrays when trying fold to false.Alexandre Petit-Bianco2-6/+13
2001-02-15Fix typosDJ Delorie1-2/+2
2001-02-15Makefile.in (install-common): Don't depend on installdirs here.Jim Meyering2-2/+7
2001-02-15* Make-lang.in (jvspec.o): Modify rule to match that of cp/g++spec.o.Bryce McKinlay2-1/+7
2001-02-14[multiple changes]Alexandre Petit-Bianco3-36/+86
2001-02-13parse.y (resolve_qualified_expression_name): Try to resolve as an inner class...Alexandre Petit-Bianco2-2/+8
2001-02-13decl.c (classdollar_identifier_node): Initialize.Alexandre Petit-Bianco4-6/+23
2001-02-09[multiple changes]Alexandre Petit-Bianco3-23/+13