summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: Allow for PWDCMD to override hardcoded pwd.ro2002-05-162-1/+5
* * jcf-write.c (write_classfile): Unlink the temporary file if itmmitchel2002-05-142-5/+12
* * java/jcf-write.c (write_classfile): Write the file to ammitchel2002-05-082-3/+20
* * gjavah.c (throwable_p): Use xstrdup, not strdup.tromey2002-05-082-2/+4
* Fix for PR java/1200:tromey2002-05-082-11/+119
* * parse.y (finish_for_loop): Fix if statement.aj2002-05-072-4/+8
* Fix for PR java/5941:tromey2002-05-073-2/+42
* For PR java/6519:mark2002-05-042-2/+9
* For PR java/6382:tromey2002-04-272-3/+85
* * c-common.h (c_common_parse_file): Update.neil2002-04-254-14/+12
* For PR java/6425:tromey2002-04-252-1/+9
* * expr.c (PRE_JSR): Call NOTE_LABEL for return address.bothner2002-04-243-8/+9
* Fix typos for 2002-03-08 entry.bothner2002-04-241-2/+2
* For PR java/6314:tromey2002-04-233-22/+24
* * jcf-parse.c: (yyparse): Don't prepend "./" to relativemark2002-04-222-3/+5
* 2002-04-19 Andrew Haley <aph@redhat.com>aph2002-04-223-9/+24
* * c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.neil2002-04-182-12/+4
* * class.c (make_class_data): Set DECL_ALIGN on static class data,bryce2002-04-174-4/+16
* * jcf-write.c (generate_bytecode_insns): Only write const_0 if notmark2002-04-172-1/+7
* Fix for PR java/6294:bryce2002-04-172-2/+8
* Fix for PR java/6085:bryce2002-04-152-18/+13
* Add --extdirs support.green2002-04-129-20/+183
* For PR libgcj/5303:tromey2002-04-084-3/+162
* * gcj.texi (Invocation): Update JvAttachCurrentThread documentation.bryce2002-04-082-9/+49
* * parse.y (resolve_qualified_expression_name): Clear "from_super" flagbryce2002-04-082-0/+6
* * gcj.texi (Invocation): Document CNI invocation API.bryce2002-04-082-1/+67
* * c-common.c (truthvalue_conversion): Rename, update.neil2002-04-044-6/+16
* * c-decl.c (grokdeclarator): Update.neil2002-04-014-8/+17
* * c-common.c (unsigned_conversion_warning, convert_and_check,neil2002-04-016-8/+28
* * diagnostic.c (print_error_function): Remove.neil2002-03-312-25/+28
* 2002-03-29 Martin Kahlert <martin.kahlert@infineon.com>apbianco2002-03-292-5/+11
* 2002-03-29 Tom Tromey <tromey@redhat.com>apbianco2002-03-292-3/+17
* * Makefile.in (convert.o, calls.o, expmed.o): Update.neil2002-03-298-6/+23
* 2002-03-29 Martin Kahlert <martin.kahlert@infineon.com>tromey2002-03-292-2/+11
* * except.c (expand_end_java_handler): If the handler type is NULL,tromey2002-03-292-2/+17
* 2002-03-28 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2002-03-282-0/+22
* * rtlanal.c: Include flags.hhubicka2002-03-282-0/+7
* 2002-03-28 Bryce McKinlay <bryce@waitaki.otago.ac.nz>bryce2002-03-282-14/+7
* Fix for PR java/5993:bryce2002-03-282-32/+24
* * expr.c (expand_invoke): Don't generate null pointer check iftromey2002-03-272-2/+8
* * c-common.c (c_expand_expr): Fix prototype.neil2002-03-274-9/+16
* Fix for PR java/5850:bryce2002-03-273-10/+14
* 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