aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
AgeCommit message (Expand)Author
2006-10-23Added the first working version of the C++ compatibility port. Everything wit...c++-compat-branchMarcin Dalecki
2006-10-20merged with current trunk.Marcin Dalecki
2005-12-16* jcf-parse.c (set_source_filename): Set the decl source locationAlexandre Oliva
2005-09-152005-09-14 Bryce McKinlay <mckinlay@redhat.com>Bryce McKinlay
2005-09-06 * check-init.c, decl.c, expr.c, gcj.texi, java-tree.h,Kazu Hirata
2005-06-25Update FSF address.Kelley Cook
2005-06-13 * expr.c (int highest_label_pc_this_method,Per Bothner
2005-04-23* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie
2005-03-172005-03-17 Bryce McKinlay <mckinlay@redhat.com>Bryce McKinlay
2005-02-12 * builtins.c, java-except.h, jcf-parse.c, jv-scan.c, lex.c,Kazu Hirata
2005-01-09 * parse.y (process_imports): Allocate (and free) original_name onlyMark Wielaard
2004-12-082004-12-07 Andrew Haley <aph@redhat.com>Andrew Haley
2004-11-28 * jcf-parse.c (set_source_filename): Improvement to Andrew's fix:Per Bothner
2004-11-262004-11-26 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski
2004-11-25 * Merged gcj-abi-2-dev-branch to trunk.Tom Tromey
2004-10-212004-10-21 Andrew Haley <aph@redhat.com>Andrew Haley
2004-10-15 * parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 andRanjit Mathew
2004-10-052004-10-05 Andrew Haley <aph@redhat.com>Andrew Haley
2004-09-30 Simplify lexer. Implement --enable-mapped-location support.Per Bothner
2004-09-30 * java-tree.h (JAVA_FILE_P, ZIP_FILE_P): Remove unused macros.Per Bothner
2004-09-282004-09-28 Andrew Haley <aph@redhat.com>Andrew Haley
2004-09-282004-09-28 Andrew Haley <aph@redhat.com>Andrew Haley
2004-09-282004-09-28 Andrew Haley <aph@redhat.com>Andrew Haley
2004-08-25 * tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell
2004-08-162004-08-16 Elliot Lee <sopwith@redhat.com>Elliot Lee
2004-08-15.:Nathan Sidwell
2004-08-05 * tree.h (force_fit_type): Return a tree, take three flags.Nathan Sidwell
2004-07-24 * boehm.c (set_bit): Improve type safety wrt unsignedness.Mike Stump
2004-07-15* Fix for g++/15861Frank Ch. Eigler
2004-07-14 * java-tree.h (all_class_filename): Remove useless macro.Per Bothner
2004-07-01 * cgraph.h (cgraph_build_static_cdtor): Declare.Richard Henderson
2004-06-26 PR java/1207, java/16178Bryce McKinlay
2004-06-17 Fixes PR java/13948Ranjit Mathew
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo
2004-02-29 * jcf-parse.c (java_parse_file): Handle the case that input_filenameRoger Sayle
2004-01-162004-01-16 Andrew Haley <aph@redhat.com>Andrew Haley
2004-01-092004-01-09 Andrew Haley <aph@redhat.com>Andrew Haley
2003-12-20 * class.c: Remove uses of "register" specifier inKazu Hirata
2003-11-25Fix PR java/13183.Jeff Sturm
2003-11-10 * jcf-parse.c (classify_zip_file): Correctly compareTom Tromey
2003-11-08 PR java/12894:Tom Tromey
2003-10-24Correct misapplied patch.Andrew Haley
2003-10-242003-10-24 David S. Miller <davem@redhat.com>David S. Miller
2003-10-242003-10-22 Andrew Haley <aph@redhat.com>Andrew Haley
2003-10-012003-10-01 Andrew Haley <aph@redhat.com>Andrew Haley
2003-09-28 * c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, notRichard Henderson
2003-09-28* decl.c (java_optimize_inline, dump_function): Remove.Jeff Sturm
2003-09-22Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson
2003-09-21 * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson
2003-09-03* decl.c (java_expand_body): New function.Jeff Sturm