Age | Commit message (Expand) | Author | Files | Lines |
2003-12-03 | class.c (make_class_data): Push field value to 'hack_signers' instead of 'sig... | Michael Koch | 1 | -0/+7 |
2003-12-03 | aclocal.m4 (AM_ICONV): Add explicit check for iconv.h. | Zack Weinberg | 1 | -14/+19 |
2003-12-03 | re PR java/12374 (Segfault on "".x) | Ralph Loader | 1 | -0/+10 |
2003-12-01 | re PR java/13237 (ICE on Math.sqrt(2.0)) | Jeff Sturm | 1 | -3/+9 |
2003-11-26 | re PR middle-end/12548 ([non-weak] gcj now failes to compile included example) | Mohan Embar | 1 | -0/+6 |
2003-11-25 | re PR java/13183 ([unit-at-a-time] incorrect multidimensional array initializ... | Jeff Sturm | 1 | -0/+17 |
2003-11-24 | Make-lang.in: (java.install-common) Add symlink for $(target_noncanonical)-gc... | Mohan Embar | 1 | -0/+6 |
2003-11-20 | Makefile.in (extraclean): Delete. | Joseph Myers | 1 | -0/+4 |
2003-11-20 | Makefile.in (lang_checks): Add. | Joseph Myers | 1 | -0/+4 |
2003-11-20 | re PR rtl-optimization/13024 (gcj can't build current rhug) | Jeff Sturm | 1 | -0/+6 |
2003-11-18 | re PR java/12857 (Illegal method modifier when loading a generated .class) | Jeff Sturm | 1 | -0/+26 |
2003-11-18 | re PR java/12739 (gcj emits dead bytecode) | Jeff Sturm | 1 | -1/+8 |
2003-11-17 | java-tree.h (LOCAL_VAR_OUT_OF_SCOPE_P): New. | Andrew Haley | 1 | -0/+8 |
2003-11-16 | Makefile.in, [...]: Create TAGS.sub files in each directory and TAGS files th... | Jason Merrill | 1 | -0/+5 |
2003-11-16 | * gjavah.c (print_stub_or_jni): Pass `env' to FatalError. | Tom Tromey | 1 | -0/+4 |
2003-11-12 | re PR rtl-optimization/12547 ([tree-ssa] simple java code with -fcheck-refere... | Jason Merrill | 1 | -0/+6 |
2003-11-12 | re PR java/11045 (int cast bug) | Andrew Haley | 1 | -0/+4 |
2003-11-12 | re PR java/11533 (Inlining drops static initialization of inner class) | Andrew Haley | 1 | -0/+10 |
2003-11-11 | re PR java/12915 (Broken String concatenation) | Tom Tromey | 1 | -0/+6 |
2003-11-10 | jcf-parse.c (classify_zip_file): Correctly compare filename_length against le... | Tom Tromey | 1 | -0/+5 |
2003-11-08 | re PR libgcj/12894 (META-INF entries should be incoluded as --resource entrie... | Tom Tromey | 1 | -0/+5 |
2003-11-06 | expr.c (java_stack_swap): Make sure destination stack slots are of the correc... | Andrew Haley | 1 | -0/+5 |
2003-11-04 | Makefile.in (cpp.dvi): New target split from cpp.info. | Kelley Cook | 1 | -0/+22 |
2003-11-03 | re PR java/12866 (gcj checks `throws' clause on artificial method) | Jeff Sturm | 1 | -0/+7 |
2003-11-02 | cvsignore: Remove c-parse.* and tradcif.c | Kelley Cook | 1 | -0/+4 |
2003-10-28 | * approved by aph | Frank Ch. Eigler | 1 | -0/+5 |
2003-10-24 | jcf-parse.c (jcf_parse): Fix args to fatal_error(). | David S. Miller | 1 | -0/+4 |
2003-10-24 | lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New. | Andrew Haley | 1 | -0/+25 |
2003-10-22 | jcf-write.c: Follow spelling conventions. | Kazu Hirata | 1 | -0/+5 |
2003-10-22 | ChangeLog: Fix typos. | Kazu Hirata | 1 | -11/+22 |
2003-10-22 | expr.c (expand_byte_code): Only warn about dead bytecode when extra_warnings ... | Tom Tromey | 1 | -0/+5 |
2003-10-22 | re PR java/12586 (gnu.java.net name mangling bug) | Bryce McKinlay | 1 | -0/+7 |
2003-10-21 | Make-lang.in (info): Honor $(parsedir) and $(docobjdir). | Kelley Cook | 1 | -0/+19 |
2003-10-20 | Makefile.in (install-info): Simplify. | Mark Mitchell | 1 | -0/+7 |
2003-10-14 | config.gcc, [...]: Replace uses of target_alias with target_noncanonical. | Nathanael Nerode | 1 | -0/+5 |
2003-10-09 | decl.c (java_init_decl_processing): Declare signers field. | Tom Tromey | 1 | -0/+5 |
2003-10-09 | stmt.c (resolve_asm_operand_names): Call check_unique_operand_names here. | Jason Merrill | 1 | -0/+6 |
2003-10-06 | re PR bootstrap/12512 (Pattern rule for %.dvi breaks make dvi in objc) | Mark Mitchell | 1 | -0/+8 |
2003-10-05 | * builtins.c, jcf.h, jvspec.c: Remove PARAMS macros. | Kelley Cook | 1 | -0/+4 |
2003-10-03 | Added a missing ChangeLog Entry: | Andrew Haley | 1 | -0/+5 |
2003-10-01 | jcf-parse.c (java_parse_file): Write otable and atable. | Andrew Haley | 1 | -0/+26 |
2003-09-30 | jcf-write.c (generate_bytecode_insns): Implement evaluate-once semantics for ... | Roger Sayle | 1 | -0/+5 |
2003-09-28 | c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not file and line sepa... | Richard Henderson | 1 | -0/+10 |
2003-09-28 | expr.c (java_check_reference): Use the semantics of COND_EXPRs with void-type... | Roger Sayle | 1 | -0/+5 |
2003-09-28 | decl.c (java_optimize_inline, [...]): Remove. | Jeff Sturm | 1 | -0/+8 |
2003-09-28 | toplev.c (flag_evaluation_order): New global variable. | Roger Sayle | 1 | -0/+8 |
2003-09-27 | re PR java/1333 (private field access modifier not implemented correctly) | Alexandre Petit-Bianco | 1 | -0/+10 |
2003-09-24 | * class.c (build_utf8_ref): Test for HAVE_GAS_SHF_MERGE value. | Rainer Orth | 1 | -0/+4 |
2003-09-23 | jcf-write.c (generate_bytecode_insns): Optimize binary operations with equal ... | Roger Sayle | 1 | -0/+5 |
2003-09-23 | decl.c (java_init_decl_processing): Don't emit otable decls if flag_indirect_... | Jeff Sturm | 1 | -0/+5 |