Age | Commit message (Expand) | Author | Files | Lines |
1999-10-16 | java-tree.h (flag_bounds_check): Remove extern decl. | Greg McGary | 3 | -11/+8 |
1999-10-15 | jvgenmain.c (usage): New function. | Tom Tromey | 3 | -10/+63 |
1999-10-14 | * jvspec.c (jvgenmain_spec): Use `%umain', not just `%u'. | Tom Tromey | 2 | -4/+8 |
1999-10-14 | jcf-dump.c (print_constant, [...]): Don't call a variadic function with a non... | Kaveh R. Ghazi | 9 | -79/+138 |
1999-10-13 | Fix thinko in last change. | Jeff Law | 1 | -1/+0 |
1999-10-13 | (Fixing malformed ChangeLog entries...) | Alexandre Petit-Bianco | 1 | -2/+2 |
1999-10-12 | (RELOCATION_VALUE_1): Fixed integer value from 0 to 1. | Alexandre Petit-Bianco | 2 | -1/+5 |
1999-10-12 | jcf-write.c: (RELOCATION_VALUE_0): New macro. | Alexandre Petit-Bianco | 2 | -18/+53 |
1999-10-07 | During class file generation... | Anthony Green | 2 | -6/+21 |
1999-10-04 | re GNATS gcj/59 (Problem with jv-scan --print-main) | Tom Tromey | 4 | -5/+15 |
1999-09-24 | Changed credit to the right person. | Glenn Chambers | 1 | -2/+2 |
1999-09-24 | decl.c (insert_block): Removed unconditional `abort'. | Glenn Chambers | 2 | -1/+4 |
1999-09-24 | Allow to distinguish between three classes of builtin functions | Bernd Schmidt | 2 | -30/+35 |
1999-09-23 | jvspec.c (lang_specific_driver): Don't read spec file if -fsyntax-only given. | Tom Tromey | 2 | -0/+6 |
1999-09-22 | * lang-specs.h: Added `%(jc1)' to the jc1 spec. | Tom Tromey | 2 | -1/+3 |
1999-09-22 | javaop.h (WORD_TO_FLOAT): Use `inline' unconditionally. | Tom Tromey | 2 | -12/+9 |
1999-09-21 | re GNATS gcj/46 (Static inializers compiled incorrectly) | Alexandre Petit-Bianco | 3 | -4/+9 |
1999-09-20 | Makefile.in (parse.o): Depend on $(JAVA_TREE_H). | Andreas Schwab | 2 | -1/+5 |
1999-09-20 | Add comment saying that lang_decode_options should not complain about | Nick Clifton | 2 | -0/+5 |
1999-09-16 | gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. | Kaveh R. Ghazi | 16 | -229/+196 |
1999-09-13 | Makefile.in (gcc.o, [...]): Depend on gcc.h. | Kaveh R. Ghazi | 3 | -26/+31 |
1999-09-11 | re GNATS gcj/18 (Internal error: segfault on invalid cast) | Alexandre Petit-Bianco | 3 | -2/+11 |
1999-09-11 | class.c (finish_class): We're now outside a valid method declaration. | Alexandre Petit-Bianco | 2 | -0/+6 |
1999-09-10 | gjavah.c (add_class_decl): Generate include for gcj/array.h, not java-array.h. | Tom Tromey | 2 | -3/+13 |
1999-09-10 | Move declarations and building code for common tree nodes to tree.[ch] | Bernd Schmidt | 3 | -34/+9 |
1999-09-08 | Hapless User Hint for gperf | Bruce Korb | 1 | -1/+4 |
1999-09-06 | Merge in gcc2-ss-010999 | Jeff Law | 1 | -3/+3 |
1999-09-05 | Make-lang.in (f771): Depend on ggc-callbacks.o. | Mark Mitchell | 1 | -0/+6 |
1999-09-04 | Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o. | Mark Mitchell | 2 | -3/+3 |
1999-09-03 | parse.y (strip_out_static_field_access_decl): Return operand if it satisfies ... | Tom Tromey | 3 | -428/+435 |
1999-09-02 | gjavah.c (decode_signature_piece): Emit "::" in JArray<>. | Tom Tromey | 2 | -5/+20 |
1999-09-02 | class.c (finish_class): Remove unused parameter, all callers changed. | Kaveh R. Ghazi | 11 | -21/+51 |
1999-08-31 | c-parse.in (language_string): Constify. | Kaveh R. Ghazi | 2 | -1/+5 |
1999-08-31 | Makefile.in (LIBS): Fix definition so we link with $(CLIB). | Kaveh R. Ghazi | 3 | -28/+19 |
1999-08-30 | * Makefile.in (xref.o): Depend on xref.c explicitly. | Hans-Peter Nilsson | 2 | -1/+5 |
1999-08-29 | java-tree.h (lang_printable_name): Constify a char*. | Kaveh R. Ghazi | 3 | -2/+8 |
1999-08-27 | gjavah.c, [...]: Do not use C++ style comments in C code. | Jeffrey A Law | 4 | -5/+10 |
1999-08-26 | gjavah.c (print_cxx_classname): Print "::" before qualified name. | Tom Tromey | 2 | -0/+11 |
1999-08-26 | verify.c (verify_jvm_instructions): Don't check instruction validity beyond e... | Gregg Townsend | 2 | -1/+7 |
1999-08-26 | re GNATS gcj/32 (A boolean expression containing two qualified expressions ma... | Alexandre Petit-Bianco | 3 | -12/+52 |
1999-08-25 | * jvspec.c (lang_specific_driver): Correctly handle --help again. | Tom Tromey | 2 | -2/+10 |
1999-08-25 | gjavah.c (print_name, [...]): Add static prototype. | Kaveh R. Ghazi | 15 | -595/+739 |
1999-08-22 | re GNATS gcj/30 (gcj not reporting unimplemented methods) | Alexandre Petit-Bianco | 3 | -14/+267 |
1999-08-19 | re GNATS gcj/17 (Internal error: segfault on import-classname clash) | Alexandre Petit-Bianco | 3 | -10/+57 |
1999-08-18 | [multiple changes] | Alexandre Petit-Bianco | 4 | -504/+797 |
1999-08-15 | expr.c (java_lang_expand_expr): Mark static array data as referenced. | Anthony Green | 2 | -0/+6 |
1999-08-11 | * jvgenmain.c (main): NUL-terminate name_obstack. | Rainer Orth | 2 | -0/+5 |
1999-08-10 | check-init.c (check_bool2_init, [...]): Add static prototypes. | Kaveh R. Ghazi | 24 | -82/+220 |
1999-08-09 | lang.c (java_dummy_print): Constify a char*. | Kaveh R. Ghazi | 2 | -6/+13 |
1999-08-09 | javaop.h (WORD_TO_FLOAT): only inline if building with gcc. | Tom Tromey | 2 | -3/+18 |