correct memory leaks in namelist code for derived types
[gcc.git] / gcc / java /
2005-04-13 Julian Brownelfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WE...
2005-04-12 Richard Sandifordlang.opt: Refer to the GCC internals documentation...
2005-04-08 Kaveh R. Ghazisystem.h: Poison PARAMS.
2005-04-07 Per Bothnerclass.c (push_class): By default, suppress debug output.
2005-04-07 Andrew Haleygcj.texi: Correct gcj-dbtool instructions.
2005-04-04 Kazu Hiratagcj.texi: Fix a typo.
2005-04-02 Thomas Fitzsimmonsre PR libgcj/20090 (gij should be implemented in Java)
2005-04-01 Tom Tromeydecl.c (java_init_decl_processing): Fix types of _Jv_Mo...
2005-03-30 Jan Hubicka[multiple changes]
2005-03-30 Ian Lance Taylor* parse.y (maybe_yank_clinit): Don't crash if bbody...
2005-03-30 Tom Tromeyjcf-dump.c (HANDLE_INNERCLASSES_ATTRIBUTE): Handle...
2005-03-29 Tom TromeynatRuntime.cc (insertSystemProperties): Set gnu.gcj...
2005-03-25 Anthony GreenFrom libjava...
2005-03-23 Tom Tromeyjvm.h (GCJ_40_BC_ABI_VERSION): New define.
2005-03-23 Joseph Myerslanghooks.h (truthvalue_conversion): Remove.
2005-03-18 Andrew Haleyre PR java/20522 (ICE in update_aliases, at java/decl...
2005-03-17 Bryce McKinlayre PR java/20502 (gcj failure if .jar contains same...
2005-03-17 Andrew Haleyexpr.c (expand_java_arrayload): Don't generate a NullPo...
2005-03-16 Zack Weinberggcc-version.m4: Delete.
2005-03-11 Tom TromeyMain.java (main): Handle '-p'.
2005-03-10 Ranjit Mathewre PR java/20312 (No warning on bad method)
2005-03-09 Ranjit Mathewre PR java/20338 (Program compiled with gcj crashes...
2005-03-08 Julian Brown* Revert patch from 2005-03-08 for causing bootstrap...
2005-03-08 Bryce McKinlay[multiple changes]
2005-03-08 Julian Brown* decl.c (finish_method): Give methods once-only linkage.
2005-03-07 Bryce McKinlay[multiple changes]
2005-03-07 Tom Tromeygcj.texi (Invoking gcj-dbtool): Document '-f'.
2005-03-06 Kazu Hiratajcf-dump.c, [...]: Update copyright.
2005-03-06 Ranjit MathewRemove xref code.
2005-03-05 Kazu Hiratac-semantics.c (build_stmt): Use TYPE_P instead of IS_NO...
2005-03-04 Andrew Haleyre PR java/18362 (internal compiler error: in size_bino...
2005-03-03 Kaveh R. Ghazijcf-io.c (caching_stat): Use __extension__ to avoid...
2005-03-01 Per Bothnerre PR java/8608 (segmentation fault on compiling bad...
2005-03-01 Per Bothnerjcf-reader.c (get_attribute): Handle SourceDebugExtensi...
2005-03-01 Per Bothnerjava-tree.h (IDENTIFIER_HANDLECLASS_VALUE): Remove...
2005-02-23 Thomas Fitzsimmonsre PR libgcj/16923 (-D* Options passed to JNI_CreateJav...
2005-02-22 Tom Tromeyre PR java/20056 ('verification failed: incompatible...
2005-02-19 Tom Tromeyre PR java/20056 ('verification failed: incompatible...
2005-02-19 Tom Tromeyre PR java/20056 ('verification failed: incompatible...
2005-02-14 Tom Tromeyre PR java/19921 (wrong argument count for invokeInterf...
2005-02-14 Andrew Haleyre PR java/19907 (Incorrect code generated for Manifest...
2005-02-12 Kazu Hiratabuiltins.c, [...]: Update copyright.
2005-02-12 Per Bothnerre PR java/15543 ("jv-scan --complexity" segfaults)
2005-02-10 Richard Hendersonbuiltins.c (DEF_BUILTIN): Add COND argument.
2005-02-08 Marcin Daleckiexpr.c (add_type_assertion): Use the proper enumeration...
2005-02-06 Joseph Myerscpp.texi: Include gcc-common.texi.
2005-02-02 Tom Tromeygcj.texi (libgcj Runtime Properties): Default library_c...
2005-02-02 Ranjit Mathewre PR java/15543 ("jv-scan --complexity" segfaults)
2005-02-02 Tom Tromeyre PR java/19742 (gcjh shouldn't mangle names in JNI...
2005-02-01 Roger Saylejcf-write.c (generate_bytecode_insns): Implement RSHIFT...
2005-02-01 Ranjit Mathewre PR java/19738 (gcjh generates invalid class member...
2005-02-01 Mark Mitchellrevert: gjavah.c (print_field_info): Mark static data...
2005-02-01 Mark Mitchellparser.c (cp_parser_primary_expression): Don't complain...
2005-02-01 Ranjit Mathewre PR java/9157 (SEGV on bad java source)
2005-01-25 Tom Tromey* Make-lang.in (java/java-tree-inline.o): Removed.
2005-01-25 Ranjit MathewCorrect the date for my last ChangeLog entry.
2005-01-25 Ranjit Mathewre PR java/19070 (internal compiler error: in generate_...
2005-01-24 Tom Tromeyjava-tree.h (gcj_abi_version): Declare.
2005-01-24 Roger Saylere PR java/19295 (Incorrect bytecode produced for bitwi...
2005-01-22 Kazu Hirata* java-except.h, java-tree.h: Remove unused prototypes.
2005-01-21 Andrew Pinskire PR java/18091 (Valgrind errors building libjava)
2005-01-17 Tom Tromeyverify-impl.c (get_short): Sign extend.
2005-01-12 Ranjit Mathewexpr.c (build_jni_stub): Replace mistaken use of TYPE_S...
2005-01-10 Ranjit Mathew* verify.c: Revert to the version before the BC-ABI...
2005-01-10 Ranjit Mathewre PR java/19277 (allows array.length++ although it...
2005-01-09 Mark Wielaardparse.y (process_imports): Allocate (and free) original...
2005-01-05 Tom Tromey* gcj.texi (Standard Properties): java.ext.dirs is...
2004-12-20 Andrew Haleytypeck.c: Use fold_convert for ints and booleans.
2004-12-17 Andrew Haleyre PR java/18931 (Java bytecode ICE in except.c remove_...
2004-12-13 Danny Smithre PR target/18459 (gcj no longer works on win32)
2004-12-13 Danny Smithdefaults.h (TARGET_USE_JCR_SECTION): New macro.
2004-12-08 Andrew Haleyre PR java/18811 (rhug build problem, regression?)
2004-12-08 Andrew Haleyjcf-parse.c (load_class): Remove sanity test for missin...
2004-12-06 Tom TromeyMake-lang.in (JAVA_MANFILES): Added gcj-dbtool.
2004-12-06 Tom Tromeyre PR java/14853 (Assignment to final field permitted...
2004-12-03 Tom Tromeylang.c (flag_new_verifier): Define.
2004-12-03 Tom Tromeyre PR bootstrap/14614 (Double target prefixed gcjh)
2004-12-03 Andrew Haleyre PR java/18812 (ICE in catalina/common/lib/naming...
2004-12-03 Andrew Haleyre PR java/18697 (Miscompilation of GtkMenuItemPeer...
2004-12-02 Tom Tromeyre PR java/16675 (Null parameter values for anonymous...
2004-12-02 Tom Tromeyre PR java/18741 (ICE tree check: expected class 'expre...
2004-11-28 Per Bothnerjcf-parse.c (set_source_filename): Improvement to Andre...
2004-11-28 Per Bothnerexpr.c (build_expr_wfl): Only declare last_file and...
2004-11-27 Kazu Hirata* class.c, decl.c, expr.c: Fix comment typos.
2004-11-26 Andrew Pinskire PR java/18305 (Class initialization optimization...
2004-11-25 Joseph Myersdarwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qs instead...
2004-11-25 Richard Hendersonverify-glue.c (vfy_init_name, [...]): Use ANSI declarat...
2004-11-25 Tom Tromeyverify.c (defer_merging): Don't use C++-style comment.
2004-11-25 Tom Tromeyverify-impl.c (vfy_push_type): Removed bogus "return".
2004-11-25 Tom Tromey* Merged gcj-abi-2-dev-branch to trunk.
2004-11-24 Steven Bosscherc-opts.c (c_common_post_options): Don't clear flag_inli...
2004-11-24 Steven Bosscherexpr.c (expand_expr_real_1): Remove cases for EXIT_BLOC...
2004-11-23 Ben Ellistonxref.h (xref_flag_value): Remove.
2004-11-23 Ben Ellistongjavah.c (output_directory): Make static.
2004-11-15 Tom Tromeydecl.c (instn_ptr_type_node): Removed.
2004-11-13 Mike StumpMakefile.in: Add html support.
2004-11-09 Andrew Pinskire PR java/15576 (Class initialization optimization...
2004-11-08 Tom Tromeyre PR java/16843 (gcjh generated headers don't define...
2004-11-08 Andrew Pinskidecl.c (end_java_method): Remove duplicated code.
2004-11-06 Zack Weinberglex.h (HAVE_ICONV): Undefine if we do not have HAVE_ICO...
next