aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2000-02-26Fix copyrightsJeff Law15-15/+16
2000-02-26expr.c (build_class_init): Mark the decl to be ignored by check_init.Anthony Green8-258/+329
2000-02-26gjavah.c (main): Avoid using `argi' to report unimplemented options.Alexandre Petit-Bianco2-1/+6
2000-02-25jcf-write.c (generate_bytecode_insns): TRY_FINALLY_EXPR: initialize locals to...Alexandre Petit-Bianco2-1/+11
2000-02-25parse.y (resolve_expression_name): Use `orig' as a second argument to resolve...Alexandre Petit-Bianco2-16/+9
2000-02-23gjavah.c (print_name): In JNI case, correctly quote string.Tom Tromey2-24/+56
2000-02-22parse.y (init_decl_processing): `_Jv_IsInstanceOf' returned value type set to...Alexandre Petit-Bianco2-1/+6
2000-02-21re GNATS gcj/147 (Problem parsing comments)Alexandre Petit-Bianco2-3/+8
2000-02-21[multiple changes]Alexandre Petit-Bianco3-28/+48
2000-02-21jcf-dump.c (main): Test for correct condition after output file creation.Joerg Brunsmann2-1/+6
2000-02-20* jcf-depend.c (add_entry): Fix test for first list entry.Anthony Green2-1/+5
2000-02-19Move language-specific entriesRichard Kenner1-0/+9
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner2-3/+6
2000-02-19jcf-depend.c (add_entry): Add entries to the end of the list.Anthony Green2-5/+17
2000-02-18re GNATS gcj/82 (code generation for jvm IRETURN fails on boolean/byte/short ...Pekka Nikander2-0/+20
2000-02-18gcc.texi (Bug Reporting): Refer to bugs.html.Martin v. Löwis4-3/+9
2000-02-17Makefile.in (PARSE_C, [...]): Move dependencies on lex.c, lex.h, and PARSE_H ...Zack Weinberg4-32/+67
2000-02-16configure (gcc_version): When setting, narrow search to lines containing `ver...Kaveh R. Ghazi2-1/+5
2000-02-15gjavah.c: Delete ACC_VISIBILITY define.Joerg Brunsmann5-706/+725
2000-02-15gjavah.c (jni_print_char): New function.Tom Tromey2-25/+43
2000-02-15Makefile.in (TREE_H, [...]): Depend on version.h.Kaveh R. Ghazi5-13/+23
2000-02-10except.c (maybe_start_try): Remove excess argument to `check_start_handlers'.Kaveh R. Ghazi2-1/+2
2000-02-10* except.c (check_start_handlers): Prototype.Kaveh R. Ghazi2-0/+6
2000-02-09decl.c (clear_binding_level): Remove excess initializer.Andrew Haley2-3/+9
2000-02-09java-except.h (struct eh_range): Add `expanded' field.Andrew Haley6-23/+207
2000-02-06gjavah.c (overloaded_jni_method_exists_p): Add prototype.Kaveh R. Ghazi2-2/+9
2000-02-03* jcf-io.c (jcf_print_utf8_replace): Handle UTF-8 input.Tom Tromey2-5/+13
2000-02-03javaop.h (WORDS_TO_DOUBLE): Allow WORDS_TO_DOUBLE to assemble doubles correct...Scott Bambrough2-0/+10
2000-02-03Make-lang.in (java.mostlyclean): Remove executables in `mostlyclean'.Tom Tromey2-1/+7
2000-02-03gjavah.c (D_NAN_MASK): Alternate definition required when HOST_FLOAT_WORDS_BI...Scott Bambrough2-9/+15
2000-02-03gjavah.c (options): Added `jni' entry.Tom Tromey2-107/+397
2000-02-02jv-scan.c: Include version.c, <getopt.h>.Tom Tromey4-217/+405
2000-01-31jcf-write.c (generate_bytecode_insns): Use TYPE_IS_WIDE to determine how many...Anthony Green2-1/+6
2000-01-29[multiple changes]Alexandre Petit-Bianco5-495/+584
2000-01-27jcf-write.c (emit_goto): RESERVE 3 bytes for insn.Andrew Haley2-0/+9
2000-01-25parse.h (OBSOLETE_MODIFIER_WARNING): Don't use ANSI string concatenation.Kaveh R. Ghazi4-2264/+2291
2000-01-21Fix typo in ChangeLogKaveh Ghazi1-1/+1
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi36-865/+901
2000-01-17re GNATS gcj/128 (weak error message when expecting final modifier)Joerg Brunsmann2-3/+17
2000-01-17* gjavah.c (print_field_info): Allow non-static final fields.Tom Tromey2-10/+14
2000-01-16parse.y (build_string_concatenation): Only use StringBuffer(String) shortcut ...Anthony Green3-9/+14
2000-01-12jcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR macros.Mumit Khan5-460/+442
2000-01-10jcf-write.c (generate_bytecode_insns): Emit invokeinterface bytecodes in the ...Anthony Green2-5/+10
2000-01-09* Makefile.in (jcf-dump, gcjh): Move ../errors.o before $(LIBS).Kaveh R. Ghazi2-2/+6
2000-01-07expr.c (java_lang_expand_expr): Switch to permanent obstack before calling ex...Alexandre Petit-Bianco3-0/+17
2000-01-07expr.c (java_lang_expand_expr): Switch to permanent obstack before building c...Anthony Green2-2/+10
2000-01-07re GNATS gcj/122 (SP mismatch error from certain code constructs)Alexandre Petit-Bianco3-15/+27
2000-01-06Makefile.in (LIBDEPS): Added gcc's errors.oAlexandre Petit-Bianco10-554/+678
1999-12-31class.c (assume_compiled, [...]): Add static prototype.Kaveh R. Ghazi10-23/+50
1999-12-30expr.c (expand_invoke): Layout the loaded class before attempting to use it.Alexandre Petit-Bianco3-7/+21