Age | Commit message (Expand) | Author | Files | Lines |
2000-03-07 | re GNATS gcj/107 (Bad array or type conversion bug when compiling bytecode) | Anthony Green | 2 | -3/+11 |
2000-03-07 | re GNATS gcj/102 (crashes when compiling try block from java source) | Alexandre Petit-Bianco | 3 | -8/+21 |
2000-03-07 | re GNATS gcj/94 (compiler allows assignment to interface constants) | Alexandre Petit-Bianco | 3 | -5/+21 |
2000-03-07 | re GNATS gcj/108 (Compiler doesn't check access modifiers on interface implem... | Alexandre Petit-Bianco | 6 | -2/+26 |
2000-03-07 | *** empty log message *** | Alexandre Petit-Bianco | 2 | -341/+490 |
2000-03-07 | tree.h (INT_CST_LT, [...]): Remove unneeded casts. | Richard Kenner | 5 | -16/+29 |
2000-03-07 | decl.c (init_decl_processing): Added new class fields `depth', `ancestors', a... | Bryce McKinlay | 6 | -14/+49 |
2000-03-06 | [multiple changes] | Alexandre Petit-Bianco | 5 | -70/+132 |
2000-03-06 | * Make-lang.in (JAVA_SRCS): Added boehm.c, lex.c. | Tom Tromey | 2 | -1/+5 |
2000-03-04 | Makefile.in (JAVA_OBJS): Added boehm.o. | Tom Tromey | 7 | -8/+186 |
2000-03-04 | * decl.c (init_decl_processing): Initialize sizetype properly. | Per Bothner | 2 | -1/+6 |
2000-02-29 | c-decl.c (current_function_decl): Move to toplev.c. | Martin v. Löwis | 2 | -4/+4 |
2000-02-28 | * Eliminate DECL_FIELD_SIZE. | Richard Kenner | 3 | -3/+9 |
2000-02-27 | builtins.c (c_strlen): Use size_diffop and return ssizetype value. | Richard Kenner | 2 | -1/+5 |
2000-02-26 | Fix copyrights | Jeff Law | 15 | -15/+16 |
2000-02-26 | expr.c (build_class_init): Mark the decl to be ignored by check_init. | Anthony Green | 8 | -258/+329 |
2000-02-26 | gjavah.c (main): Avoid using `argi' to report unimplemented options. | Alexandre Petit-Bianco | 2 | -1/+6 |
2000-02-25 | jcf-write.c (generate_bytecode_insns): TRY_FINALLY_EXPR: initialize locals to... | Alexandre Petit-Bianco | 2 | -1/+11 |
2000-02-25 | parse.y (resolve_expression_name): Use `orig' as a second argument to resolve... | Alexandre Petit-Bianco | 2 | -16/+9 |
2000-02-23 | gjavah.c (print_name): In JNI case, correctly quote string. | Tom Tromey | 2 | -24/+56 |
2000-02-22 | parse.y (init_decl_processing): `_Jv_IsInstanceOf' returned value type set to... | Alexandre Petit-Bianco | 2 | -1/+6 |
2000-02-21 | re GNATS gcj/147 (Problem parsing comments) | Alexandre Petit-Bianco | 2 | -3/+8 |
2000-02-21 | [multiple changes] | Alexandre Petit-Bianco | 3 | -28/+48 |
2000-02-21 | jcf-dump.c (main): Test for correct condition after output file creation. | Joerg Brunsmann | 2 | -1/+6 |
2000-02-20 | * jcf-depend.c (add_entry): Fix test for first list entry. | Anthony Green | 2 | -1/+5 |
2000-02-19 | Move language-specific entries | Richard Kenner | 1 | -0/+9 |
2000-02-19 | c-common.c (decl_attributes): Set DECL_SIZE_UNIT. | Richard Kenner | 2 | -3/+6 |
2000-02-19 | jcf-depend.c (add_entry): Add entries to the end of the list. | Anthony Green | 2 | -5/+17 |
2000-02-18 | re GNATS gcj/82 (code generation for jvm IRETURN fails on boolean/byte/short ... | Pekka Nikander | 2 | -0/+20 |
2000-02-18 | gcc.texi (Bug Reporting): Refer to bugs.html. | Martin v. Löwis | 4 | -3/+9 |
2000-02-17 | Makefile.in (PARSE_C, [...]): Move dependencies on lex.c, lex.h, and PARSE_H ... | Zack Weinberg | 4 | -32/+67 |
2000-02-16 | configure (gcc_version): When setting, narrow search to lines containing `ver... | Kaveh R. Ghazi | 2 | -1/+5 |
2000-02-15 | gjavah.c: Delete ACC_VISIBILITY define. | Joerg Brunsmann | 5 | -706/+725 |
2000-02-15 | gjavah.c (jni_print_char): New function. | Tom Tromey | 2 | -25/+43 |
2000-02-15 | Makefile.in (TREE_H, [...]): Depend on version.h. | Kaveh R. Ghazi | 5 | -13/+23 |
2000-02-10 | except.c (maybe_start_try): Remove excess argument to `check_start_handlers'. | Kaveh R. Ghazi | 2 | -1/+2 |
2000-02-10 | * except.c (check_start_handlers): Prototype. | Kaveh R. Ghazi | 2 | -0/+6 |
2000-02-09 | decl.c (clear_binding_level): Remove excess initializer. | Andrew Haley | 2 | -3/+9 |
2000-02-09 | java-except.h (struct eh_range): Add `expanded' field. | Andrew Haley | 6 | -23/+207 |
2000-02-06 | gjavah.c (overloaded_jni_method_exists_p): Add prototype. | Kaveh R. Ghazi | 2 | -2/+9 |
2000-02-03 | * jcf-io.c (jcf_print_utf8_replace): Handle UTF-8 input. | Tom Tromey | 2 | -5/+13 |
2000-02-03 | javaop.h (WORDS_TO_DOUBLE): Allow WORDS_TO_DOUBLE to assemble doubles correct... | Scott Bambrough | 2 | -0/+10 |
2000-02-03 | Make-lang.in (java.mostlyclean): Remove executables in `mostlyclean'. | Tom Tromey | 2 | -1/+7 |
2000-02-03 | gjavah.c (D_NAN_MASK): Alternate definition required when HOST_FLOAT_WORDS_BI... | Scott Bambrough | 2 | -9/+15 |
2000-02-03 | gjavah.c (options): Added `jni' entry. | Tom Tromey | 2 | -107/+397 |
2000-02-02 | jv-scan.c: Include version.c, <getopt.h>. | Tom Tromey | 4 | -217/+405 |
2000-01-31 | jcf-write.c (generate_bytecode_insns): Use TYPE_IS_WIDE to determine how many... | Anthony Green | 2 | -1/+6 |
2000-01-29 | [multiple changes] | Alexandre Petit-Bianco | 5 | -495/+584 |
2000-01-27 | jcf-write.c (emit_goto): RESERVE 3 bytes for insn. | Andrew Haley | 2 | -0/+9 |
2000-01-25 | parse.h (OBSOLETE_MODIFIER_WARNING): Don't use ANSI string concatenation. | Kaveh R. Ghazi | 4 | -2264/+2291 |