]> gcc.gnu.org Git - gcc.git/history - gcc/java/ChangeLog
Index: gcc/ChangeLog
[gcc.git] / gcc / java / ChangeLog
2002-09-16 Geoffrey KeatingIndex: gcc/ChangeLog
2002-09-16 Richard Hendersonreal.c, real.h: Rewrite from scratch.
2002-09-15 Kazu Hiratas/Fix/Follow/
2002-09-15 Kazu Hirata* lang.c: Fix spelling conventions.
2002-09-11 Per Bothnerparse.y (fold_constant_for_init): If a VAR_DECL, conver...
2002-09-11 Jesse RosenstockFor PR java/5794:
2002-09-09 Ranjit Mathewparse.y (DIR_SEPARATOR): Don't define.
2002-09-05 Andrew Haleyverify.c (verify_jvm_instructions): Allow exception...
2002-09-02 Mark Wielaardgcj.texi: Add chapter about system properties.
2002-08-26 Tom Tromeyparse.y (try_builtin_assignconv): Allow narrowing primi...
2002-08-22 Tom Tromey* gcj.texi (Invoking gij): Document -cp and -classpath.
2002-08-22 Tom Tromeyre PR libgcj/7633 ($(prefix)/share used rather than...
2002-08-22 Tom TromeyFor PR java/6005 and PR java/7611:
2002-08-16 Tom Tromeygcj.texi (Class Initialization): Mention class initiali...
2002-08-16 Andrew HaleyMake-lang.in (java-tree-inline.o): New.
2002-08-13 Jesse RosenstockFor PR java/7483:
2002-08-09 Bryce McKinlayjcf-write.c (get_access_flags): Return correct access...
2002-08-08 Nathan Sidwellconfigure.in (enable_coverage): New enable switch.
2002-08-05 Geoffrey KeatingIndex: ChangeLog
2002-08-04 Geoffrey KeatingIndex: ChangeLog
2002-08-04 Joseph Myersgcc-common.texi (version-GCC): Increase to 3.3.
2002-07-23 Tom Tromey* lex.c (java_lex): Check for `e' or `E' after 0.
2002-07-22 Richard Hendersonexpr.c (expand_expr): Don't use GOTO_SUBROUTINE_EXPR...
2002-07-21 Neil Boothc-lex.c (GET_ENVIRONMENT): Remove.
2002-07-11 Roger Saylebuiltins.def: Make the argument types of abort and...
2002-07-07 Neil Boothc-common.c (c_common_post_options): Update prototype...
2002-07-06 Roger Saylere PR c++/7099 (G++ doesn't set the noreturn attribute...
2002-07-02 Tom TromeyFor PR libgcj/7073:
2002-07-01 Roger Sayletree.h: Modify builtin_function interface to take an...
2002-07-01 T.J. Mathergcj.texi: Fixed gcj invocation example so that it compiles.
2002-06-27 Kaveh R. Ghaziparse.y (check_modifiers, [...]): Avoid incorrect hardc...
2002-06-27 Kaveh R. Ghazilex.c (java_init_lex): Avoid incorrect hardcoded consta...
2002-06-26 Kaveh R. Ghazilex.c (java_read_char): Avoid "comparison is always...
2002-06-25 Andreas Schwab* expr.c (JSR): Avoid undefined operation on PC.
2002-06-21 Kaveh R. Ghazimangle.c (integer_type_codes): Const-ify.
2002-06-13 Akim Demailleparse.y (class_declaration, [...]): Make sure all their...
2002-06-11 Tom Tromeyjcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.
2002-06-11 Akim Demaille2002-06-10 Akim Demaille <akim@epita.fr>
2002-06-11 Tom Tromey* Make-lang.in (java/lang.o): Use LANGHOOKS_DEF_H.
2002-06-11 Tom Tromeyre PR java/6865 (gcj: segmentation fault on incorrect...
2002-06-10 Bryce McKinlayDon't use RTL inlining. Fix for PR java/6820.
2002-06-10 Bryce McKinlaygjavah.c (throwable_p): Accept argument as either a...
2002-06-08 H.J. Lujcf-path.c (jcf_path_init): Allocate 1 more byte for...
2002-06-04 Tom Tromey* jcf-write.c (perform_relocations): Optmize a goto...
2002-06-04 Michael Kochgcj.texi (Input Options): Fixed typo.
2002-06-04 Zack Weinbergjava-tree.h, [...]: Remove all #if JAVA_USE_HANDLES...
2002-06-04 Geoffrey KeatingMerge from pch-branch up to tag pch-commit-20020603.
2002-06-02 Tom Tromeyre PR java/5913 (Core dump for String constant instanceof)
2002-06-02 Tom TromeyFix for PR java/1343, PR java/6336:
2002-05-28 Zack Weinbergtree.h: Forward-declare struct realvaluetype.
2002-05-19 Mark Mitchellconfigure.in (AC_CHECK_FUNCS): Add checks for scandir...
2002-05-16 Rainer OrthMakefile.in: Allow for PWDCMD to override hardcoded...
2002-05-14 Mark Mitchelljcf-write.c (write_classfile): Unlink the temporary...
2002-05-08 Mark Mitchelljcf-write.c (write_classfile): Write the file to a...
2002-05-08 Tom Tromey* gjavah.c (throwable_p): Use xstrdup, not strdup.
2002-05-08 Tom Tromeyre PR java/1200 (gcjh -jni doesn't respect class hierarchy)
2002-05-07 Andreas Jaeger* parse.y (finish_for_loop): Fix if statement.
2002-05-07 Tom Tromeyre PR java/5941 (incorrect "Unreachable statement"...
2002-05-04 Mark WielaardFor PR java/6519:
2002-04-27 Tom TromeyFor PR java/6382:
2002-04-25 Neil Boothc-common.h (c_common_parse_file): Update.
2002-04-25 Tom TromeyFor PR java/6425:
2002-04-24 Per Bothnerexpr.c (PRE_JSR): Call NOTE_LABEL for return address.
2002-04-24 Per BothnerFix typos for 2002-03-08 entry.
2002-04-23 Tom TromeyFor PR java/6314:
2002-04-22 Alexandre Petit... re PR java/2791 (Bogus "class `foo' already defined...
2002-04-22 Andrew Haleyjcf-write.c (push_long_const): lo, hi: New variables.
2002-04-18 Neil Boothc-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
2002-04-17 Bryce McKinlayclass.c (make_class_data): Set DECL_ALIGN on static...
2002-04-17 Mark Wielaardjcf-write.c (generate_bytecode_insns): Only write const...
2002-04-17 Bryce McKinlayre PR java/6294 (private inner interface is flagged...
2002-04-15 Bryce McKinlayre PR java/6085 (gcj SEGVs on complicated inner class...
2002-04-12 Anthony GreenAdd --extdirs support.
2002-04-08 Tom TromeyFor PR libgcj/5303:
2002-04-08 Bryce McKinlaygcj.texi (Invocation): Update JvAttachCurrentThread...
2002-04-08 Bryce McKinlayparse.y (resolve_qualified_expression_name): Clear...
2002-04-08 Bryce McKinlay* gcj.texi (Invocation): Document CNI invocation API.
2002-04-04 Neil Boothc-common.c (truthvalue_conversion): Rename, update.
2002-04-01 Neil Boothc-decl.c (grokdeclarator): Update.
2002-04-01 Neil Boothc-common.c (unsigned_conversion_warning, [...]): Use...
2002-03-31 Neil Boothdiagnostic.c (print_error_function): Remove.
2002-03-29 Martin Kahlertparse.y (do_resolve_class): Fix infinite recursion.
2002-03-29 Tom Tromeyparse.y (check_inner_circular_reference): Ignore incomp...
2002-03-29 Neil BoothMakefile.in (convert.o, [...]): Update.
2002-03-29 Martin Kahlertlex.c (java_new_lexer): Alias "646" to DEFAULT_ENCODING.
2002-03-29 Tom Tromeyre PR java/5986 (SIGSEGV in __gcj_personality_v0)
2002-03-28 Alexandre Petit... re PR java/4715 (Tree check failure in check_inner_circ...
2002-03-28 Jan Hubickartlanal.c: Include flags.h
2002-03-28 Bryce McKinlayparse.y (resolve_package): Initialize "decl".
2002-03-28 Bryce McKinlayre PR java/5993 (crashes on Hello World)
2002-03-27 Tom Tromeyexpr.c (expand_invoke): Don't generate null pointer...
2002-03-27 Neil Boothc-common.c (c_expand_expr): Fix prototype.
2002-03-27 Bryce McKinlayre PR java/5850 (resolving inherited member variables...
2002-03-26 Tom Tromeyre PR java/5942 (tree check failure when compiling...
2002-03-26 Neil BoothMakefile.in (ggc-common.o): Update.
2002-03-25 Zack Weinbergtoplev.c: Don't include setjmp.h.
2002-03-25 Mark Wielaardre PR java/5368 (gcj-3.0.3 segfaults with 20 line program)
2002-03-25 Neil Boothc-decl.c (maybe_build_cleanup): Remove.
2002-03-23 Tom TromeyAndrew Haley <aph@cambridge.redhat.com>
2002-03-23 Eric Blakere PR java/6026 (float literals in expressions are...
next
This page took 0.782353 seconds and 108 git commands to generate.