OSDN Git Service

2008-01-03 Andrew Haley <aph@redhat.com>
[pf3gnuchains/gcc-fork.git] / gcc / java / jcf-parse.c
2008-01-04 aph2008-01-03 Andrew Haley <aph@redhat.com>
2007-12-18 aph2007-12-18 Andrew Haley <aph@redhat.com>
2007-11-02 tromey PR java/33765:
2007-09-06 tromey * jcf-parse.c (parse_class_file): Re-enter the current...
2007-09-06 tromeygcc:
2007-09-03 ghazi * system.h (CONST_CAST2, CONST_CAST_TREE, CONST_CAST_RTX,
2007-08-17 tromey * typeck.c (find_method_in_interfaces): Update.
2007-08-10 ghazi * system.h (CONST_CAST): New.
2007-07-31 nickc* java-gimplify.c: Change copyright header to refer...
2007-07-25 ghazi * c-common.c (fname_as_string, c_type_hash): Constify.
2007-04-03 aph2007-04-03 Andrew Haley <aph@redhat.com>
2007-02-03 kazu * java-tree.h, javaop.def, jcf-parse.c: Fix comment...
2007-02-01 aph2007-02-01 Andrew Haley <aph@redhat.com>
2007-01-31 kazu * class.c, jcf-parse.c: Fix comment typos.
2007-01-24 aph2007-01-24 Andrew Haley <aph@redhat.com>
2007-01-13 tromey * jcf-dump.c (main): Updated call to find_class.
2007-01-11 tromey * typeck.c (convert): Don't use flag_emit_class_files.
2007-01-09 tromeyMerged gcj-eclipse branch to trunk.
2007-01-08 rguenth2007-01-08 Richard Guenther <rguenther@suse.de>
2006-02-23 aph2006-02-20 Andrew Haley <aph@redhat.com>
2006-02-03 bje * java-gimplify.c: Use gcc_assert and gcc_unreachable...
2006-01-31 dalecki2006-01-31 Marcin Dalecki <martin@dalecki.de>
2005-12-16 aoliva* jcf-parse.c (set_source_filename): Set the decl sourc...
2005-09-15 bryce2005-09-14 Bryce McKinlay <mckinlay@redhat.com>
2005-09-06 kazu * check-init.c, decl.c, expr.c, gcj.texi, java-tree.h,
2005-06-25 kcookUpdate FSF address.
2005-06-13 bothner * expr.c (int highest_label_pc_this_method,
2005-04-23 dj* diagnostic.c (warning): Accept parameter to classify...
2005-03-17 bryce2005-03-17 Bryce McKinlay <mckinlay@redhat.com>
2005-02-12 kazu * builtins.c, java-except.h, jcf-parse.c, jv-scan...
2005-01-09 mark * parse.y (process_imports): Allocate (and free...
2004-12-08 aph2004-12-07 Andrew Haley <aph@redhat.com>
2004-11-28 bothner * jcf-parse.c (set_source_filename): Improvement...
2004-11-26 pinskia2004-11-26 Andrew Pinski <pinskia@physics.uc.edu>
2004-11-25 tromey * Merged gcj-abi-2-dev-branch to trunk.
2004-10-21 aph2004-10-21 Andrew Haley <aph@redhat.com>
2004-10-15 rmathew * parse.y (parse_warning_context): Remove ATTRIBUTE_PR...
2004-10-05 aph2004-10-05 Andrew Haley <aph@redhat.com>
2004-09-30 bothner Simplify lexer. Implement --enable-mapped-location...
2004-09-30 bothner * java-tree.h (JAVA_FILE_P, ZIP_FILE_P): Remove unuse...
2004-09-28 aph2004-09-28 Andrew Haley <aph@redhat.com>
2004-09-28 aph2004-09-28 Andrew Haley <aph@redhat.com>
2004-09-28 aph2004-09-28 Andrew Haley <aph@redhat.com>
2004-08-25 nathan * tree.h (build_int_cst): New, sign extended constant.
2004-08-16 aph2004-08-16 Elliot Lee <sopwith@redhat.com>
2004-08-15 nathan.:
2004-08-05 nathan * tree.h (force_fit_type): Return a tree, take three...
2004-07-24 mrs * boehm.c (set_bit): Improve type safety wrt...
2004-07-15 fche* Fix for g++/15861
2004-07-14 bothner * java-tree.h (all_class_filename): Remove useless...
2004-07-01 rth * cgraph.h (cgraph_build_static_cdtor): Declare.
2004-06-26 bryce PR java/1207, java/16178
2004-06-17 rmathew Fixes PR java/13948
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-02-29 sayle * jcf-parse.c (java_parse_file): Handle the case that...
2004-01-16 aph2004-01-16 Andrew Haley <aph@redhat.com>
2004-01-09 aph2004-01-09 Andrew Haley <aph@redhat.com>
2003-12-20 kazu * class.c: Remove uses of "register" specifier in
2003-11-25 jsturmFix PR java/13183.
2003-11-10 tromey * jcf-parse.c (classify_zip_file): Correctly compare
2003-11-08 tromey PR java/12894:
2003-10-24 aphCorrect misapplied patch.
2003-10-24 davem2003-10-24 David S. Miller <davem@redhat.com>
2003-10-24 aph2003-10-22 Andrew Haley <aph@redhat.com>
2003-10-01 aph2003-10-01 Andrew Haley <aph@redhat.com>
2003-09-28 rth * c-decl.c (duplicate_decls): Copy DECL_SOURCE_...
2003-09-28 jsturm* decl.c (java_optimize_inline, dump_function): Remove.
2003-09-22 rthRevert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
2003-09-21 rth * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATIO...
2003-09-03 jsturm* decl.c (java_expand_body): New function.
2003-06-28 zack * c-format.c (check_format_string, get_constant)
2003-05-13 zack * diagnostic.c (output_format): Add support for %m.
2003-05-13 rth * class.c (layout_class_method): Set DECL_EXTERNAL.
2003-05-01 nathan * input.h (lineno): Rename to ...
2003-02-24 tromey * lang-options.h: Added -Wdeprecated.
2003-02-03 aph2003-01-31 Adrian Bunk <bunk@fs.tum.de>
2003-01-30 tromey * jcf-parse.c (read_class): Update identifier's class...
2003-01-24 tromey * jcf-parse.c (parse_zip_file_entries): Overwrite...
2003-01-23 neroden2003-01-22 Nathanael Nerode <neroden@gcc.gnu.org>
2003-01-22 tromey * gcj.texi (Input and output files): Mention non-class...
2003-01-18 kazu * check-init.c: Fix comment typos.
2003-01-16 ghazif:
2003-01-12 ghazi * All Files: Convert to ISO C style function definitions.
2003-01-10 geoffkMerge from pch-branch.
2003-01-09 ghazi * All Files: Remove PARAMS macro.
2003-01-01 neroden * Make-lang.in, boehm.c, buffer.c,
2002-12-23 jsturm* class.c (build_static_field_ref): Check FIELD_FINAL.
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-11-18 aph2002-11-14 Jens-Michael Hoffmann <jensmh@gmx.de>
2002-10-16 rth * jcf-parse.c (get_constant): Fix type warning.
2002-09-21 rth * jcf-parse.c (get_constant): Decode from IEEE...
2002-09-21 kazu * ChangeLog: Follow spelling conventions.
2002-09-16 rthgcc/
2002-08-04 geoffkIndex: ChangeLog
2002-06-04 zack * java-tree.h, class.c, expr.c, jcf-parse.c, parse.y,
2002-06-04 geoffkMerge from pch-branch up to tag pch-commit-20020603.
2002-05-28 zack * tree.h: Forward-declare struct realvaluetype.
2002-04-25 neil * c-common.h (c_common_parse_file): Update.
2002-04-22 mark * jcf-parse.c: (yyparse): Don't prepend "./" to relative
2002-04-22 aph2002-04-19 Andrew Haley <aph@redhat.com>
next