summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
* Fix for PR java/5942:tromey2002-03-263-1/+12
* * Makefile.in (ggc-common.o): Update.neil2002-03-264-1/+10
* * toplev.c: Don't include setjmp.h. Kill float_handler_set,zack2002-03-252-51/+42
* Fix for PR java/5368:mark2002-03-252-1/+7
* * c-decl.c (maybe_build_cleanup): Remove.neil2002-03-252-11/+4
* 2002-03-22 Tom Tromey <tromey@redhat.com>tromey2002-03-232-1/+12
* 2002-03-21 Eric Blake <ebb9@email.byu.edu>ericb2002-03-232-0/+7
* * parse.y (build_access_to_thisn): Stop when FROM is not an innertromey2002-03-212-3/+8
* * Makefile.in (fold-const.o, stor-layout.o, stmt.o,neil2002-03-212-0/+13
* * gcj.texi: @code{gcj} becomes @command{gcj}.nferrier2002-03-202-58/+65
* * Makefile.in: Update.neil2002-03-203-2/+9
* 2002-03-18 Alexandre Petit-Bianco <apbianco@redhat.com>tromey2002-03-182-1/+6
* * parse.y (parser_check_super_interface): Fix error messagebryce2002-03-182-5/+10
* * jcf-parse.c (get_constant): Delete unused variables.ghazi2002-03-182-2/+4
* * c-common.h (yyparse, c_common_parse_file): New.neil2002-03-174-4/+12
* * parse.y (craft_constructor): Return the constructor decl.bryce2002-03-162-6/+23
* Fix gcj -R.green2002-03-152-4/+6
* * c-common.c (c_tree_code_type, c_tree_code_length,ghazi2002-03-132-16/+14
* * jcf-parse.c (get_constant) [CONSTANT_String]: String values aretromey2002-03-122-44/+7
* * parse.y (qualify_ambiguous_name): Handle case where QUAL_WFL istromey2002-03-122-2/+13
* * jcf-write.c (write_classfile): Improve error strings.bryce2002-03-122-2/+6
* 2002-03-11 Eric Blake <ebb9@email.byu.edu>ericb2002-03-122-75/+84
* * parse.y (patch_assignment): Wrap the right-hand-side with a save_exprbryce2002-03-113-3/+19
* libjava:bryce2002-03-102-0/+10
* * parse.y (java_complete_lhs): Check if patch_assignmentbothner2002-03-092-6/+9
* Fix for PR java/5812.bothner2002-03-082-11/+17
* * java/Make-lang.in (JAVA_TARGET_INSTALL_NAME): Define.jsturm2002-03-072-0/+9
* 2002-03-05 David Billinghurst <David.Billinghurst@riotinto.com>billingd2002-03-052-3/+9
* * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,zack2002-03-034-23/+7
* * attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE inghazi2002-03-035-5/+12
* Make --CLASSPATH by a synonym for --classpath and -classpath.bothner2002-03-039-76/+101
* 2002-02-28 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2002-03-023-9/+41
* * expr.c (build_java_arraystore_check): Fix formatting.bryce2002-02-282-3/+7
* * expr.c (java_array_data_offset): Removed function.bryce2002-02-289-130/+163
* * Makefile.in (integrate.o): Update.neil2002-02-284-5/+21
* * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,zack2002-02-273-5/+6
* Fix for PR java/2369:tromey2002-02-232-0/+51
* * class.c: Change vtable to be more compatible with g++ v3 abi.bothner2002-02-222-4/+30
* * parse.y (patch_method_invocation): Set CAN_COMPLETE_NORMALLY on callbothner2002-02-222-1/+7
* * gcj.texi: Option `--classpath' becomes `--CLASSPATH.'Optionnferrier2002-02-201-0/+15
* * gcj.texi: Option `--classpath' becomes `--CLASSPATH.'Optionnferrier2002-02-207-70/+79
* * builtins.c (check_for_builtin): New function.bothner2002-02-205-32/+29
* * java-tree.h (TYPE_STRICTFP): New macro.tromey2002-02-188-13/+54
* 2002-02-12 David Billinghurst <Davod.Billinghurst@riotinto.com>billingd2002-02-112-13/+20
* * gcj.texi (Input Options): --CLASSPATH does not suppress systemtromey2002-02-072-1/+6
* 2002-02-04 Anthony Green <green@redhat.com>bryce2002-02-042-1/+20
* * parse.y (java_expand_classes): Fix typo in static field loop.bryce2002-02-042-0/+5
* * class.c (add_field): Mark static fields external.rth2002-02-034-16/+48
* added change for gcj manual.nferrier2002-02-011-0/+4
* * gcj.texi (About CNI): New node.nferrier2002-02-011-1/+870