| Commit message (Expand) | Author | Age | Files | Lines |
* | * parse.y (check_modifiers, declare_local_variables): Avoid | ghazi | 2002-06-27 | 2 | -4/+8 |
* | * lex.c (java_init_lex): Avoid incorrect hardcoded constant 11. | ghazi | 2002-06-27 | 3 | -3/+8 |
* | * lex.c (java_read_char): Avoid "comparison is always true" | ghazi | 2002-06-26 | 2 | -2/+7 |
* | * expr.c (JSR): Avoid undefined operation on PC. | schwab | 2002-06-25 | 2 | -1/+9 |
* | cp: | ghazi | 2002-06-21 | 2 | -1/+5 |
* | 2002-06-13 Akim Demaille <akim@epita.fr> | tromey | 2002-06-13 | 2 | -6/+18 |
* | * jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC. | tromey | 2002-06-11 | 8 | -81/+205 |
* | 2002-06-10 Akim Demaille <akim@epita.fr> | tromey | 2002-06-11 | 2 | -760/+765 |
* | * Make-lang.in (java/lang.o): Use LANGHOOKS_DEF_H. | tromey | 2002-06-11 | 2 | -1/+3 |
* | * parse.y (method_header): Give error message in all cases. | tromey | 2002-06-11 | 2 | -3/+17 |
* | Don't use RTL inlining. Fix for PR java/6820. | bryce | 2002-06-10 | 2 | -0/+38 |
* | * gjavah.c (throwable_p): Accept argument as either a classname or | bryce | 2002-06-10 | 2 | -10/+27 |
* | 2002-06-08 H.J. Lu (hjl@gnu.org) | hjl | 2002-06-08 | 2 | -1/+5 |
* | * jcf-write.c (perform_relocations): Optmize a goto to a goto. | tromey | 2002-06-04 | 2 | -0/+35 |
* | 2002-06-04 Michael Koch <konqueror@gmx.de> | tromey | 2002-06-04 | 2 | -1/+5 |
* | * java-tree.h, class.c, expr.c, jcf-parse.c, parse.y, | zack | 2002-06-04 | 10 | -181/+51 |
* | Merge from pch-branch up to tag pch-commit-20020603. | geoffk | 2002-06-04 | 15 | -480/+468 |
* | Fix for PR java/5913: | tromey | 2002-06-02 | 2 | -0/+14 |
* | Fix for PR java/1343, PR java/6336: | tromey | 2002-06-02 | 3 | -71/+166 |
* | * tree.h: Forward-declare struct realvaluetype. | zack | 2002-05-28 | 6 | -3/+12 |
* | * configure.in (AC_CHECK_FUNCS): Add checks for scandir and | mmitchel | 2002-05-19 | 6 | -17/+229 |
* | * Makefile.in: Allow for PWDCMD to override hardcoded pwd. | ro | 2002-05-16 | 2 | -1/+5 |
* | * jcf-write.c (write_classfile): Unlink the temporary file if it | mmitchel | 2002-05-14 | 2 | -5/+12 |
* | * java/jcf-write.c (write_classfile): Write the file to a | mmitchel | 2002-05-08 | 2 | -3/+20 |
* | * gjavah.c (throwable_p): Use xstrdup, not strdup. | tromey | 2002-05-08 | 2 | -2/+4 |
* | Fix for PR java/1200: | tromey | 2002-05-08 | 2 | -11/+119 |
* | * parse.y (finish_for_loop): Fix if statement. | aj | 2002-05-07 | 2 | -4/+8 |
* | Fix for PR java/5941: | tromey | 2002-05-07 | 3 | -2/+42 |
* | For PR java/6519: | mark | 2002-05-04 | 2 | -2/+9 |
* | For PR java/6382: | tromey | 2002-04-27 | 2 | -3/+85 |
* | * c-common.h (c_common_parse_file): Update. | neil | 2002-04-25 | 4 | -14/+12 |
* | For PR java/6425: | tromey | 2002-04-25 | 2 | -1/+9 |
* | * expr.c (PRE_JSR): Call NOTE_LABEL for return address. | bothner | 2002-04-24 | 3 | -8/+9 |
* | Fix typos for 2002-03-08 entry. | bothner | 2002-04-24 | 1 | -2/+2 |
* | For PR java/6314: | tromey | 2002-04-23 | 3 | -22/+24 |
* | * jcf-parse.c: (yyparse): Don't prepend "./" to relative | mark | 2002-04-22 | 2 | -3/+5 |
* | 2002-04-19 Andrew Haley <aph@redhat.com> | aph | 2002-04-22 | 3 | -9/+24 |
* | * c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine. | neil | 2002-04-18 | 2 | -12/+4 |
* | * class.c (make_class_data): Set DECL_ALIGN on static class data, | bryce | 2002-04-17 | 4 | -4/+16 |
* | * jcf-write.c (generate_bytecode_insns): Only write const_0 if not | mark | 2002-04-17 | 2 | -1/+7 |
* | Fix for PR java/6294: | bryce | 2002-04-17 | 2 | -2/+8 |
* | Fix for PR java/6085: | bryce | 2002-04-15 | 2 | -18/+13 |
* | Add --extdirs support. | green | 2002-04-12 | 9 | -20/+183 |
* | For PR libgcj/5303: | tromey | 2002-04-08 | 4 | -3/+162 |
* | * gcj.texi (Invocation): Update JvAttachCurrentThread documentation. | bryce | 2002-04-08 | 2 | -9/+49 |
* | * parse.y (resolve_qualified_expression_name): Clear "from_super" flag | bryce | 2002-04-08 | 2 | -0/+6 |
* | * gcj.texi (Invocation): Document CNI invocation API. | bryce | 2002-04-08 | 2 | -1/+67 |
* | * c-common.c (truthvalue_conversion): Rename, update. | neil | 2002-04-04 | 4 | -6/+16 |
* | * c-decl.c (grokdeclarator): Update. | neil | 2002-04-01 | 4 | -8/+17 |
* | * c-common.c (unsigned_conversion_warning, convert_and_check, | neil | 2002-04-01 | 6 | -8/+28 |