summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (check_modifiers, declare_local_variables): Avoidghazi2002-06-272-4/+8
* * lex.c (java_init_lex): Avoid incorrect hardcoded constant 11.ghazi2002-06-273-3/+8
* * lex.c (java_read_char): Avoid "comparison is always true"ghazi2002-06-262-2/+7
* * expr.c (JSR): Avoid undefined operation on PC.schwab2002-06-252-1/+9
* cp:ghazi2002-06-212-1/+5
* 2002-06-13 Akim Demaille <akim@epita.fr>tromey2002-06-132-6/+18
* * jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.tromey2002-06-118-81/+205
* 2002-06-10 Akim Demaille <akim@epita.fr>tromey2002-06-112-760/+765
* * Make-lang.in (java/lang.o): Use LANGHOOKS_DEF_H.tromey2002-06-112-1/+3
* * parse.y (method_header): Give error message in all cases.tromey2002-06-112-3/+17
* Don't use RTL inlining. Fix for PR java/6820.bryce2002-06-102-0/+38
* * gjavah.c (throwable_p): Accept argument as either a classname orbryce2002-06-102-10/+27
* 2002-06-08 H.J. Lu (hjl@gnu.org)hjl2002-06-082-1/+5
* * jcf-write.c (perform_relocations): Optmize a goto to a goto.tromey2002-06-042-0/+35
* 2002-06-04 Michael Koch <konqueror@gmx.de>tromey2002-06-042-1/+5
* * java-tree.h, class.c, expr.c, jcf-parse.c, parse.y,zack2002-06-0410-181/+51
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-0415-480/+468
* Fix for PR java/5913:tromey2002-06-022-0/+14
* Fix for PR java/1343, PR java/6336:tromey2002-06-023-71/+166
* * tree.h: Forward-declare struct realvaluetype.zack2002-05-286-3/+12
* * configure.in (AC_CHECK_FUNCS): Add checks for scandir andmmitchel2002-05-196-17/+229
* * 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