summaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
Commit message (Expand)AuthorAgeFilesLines
* * jcf-parse.c (java_parse_file): Handle the case that input_filenamesayle2004-02-291-3/+2
* 2004-01-16 Andrew Haley <aph@redhat.com>aph2004-01-161-1/+3
* 2004-01-09 Andrew Haley <aph@redhat.com>aph2004-01-091-23/+9
* * class.c: Remove uses of "register" specifier inkazu2003-12-201-2/+2
* Fix PR java/13183.jsturm2003-11-251-7/+0
* * jcf-parse.c (classify_zip_file): Correctly comparetromey2003-11-101-1/+1
* PR java/12894:tromey2003-11-081-3/+2
* Correct misapplied patch.aph2003-10-241-1/+1
* 2003-10-24 David S. Miller <davem@redhat.com>davem2003-10-241-1/+1
* 2003-10-22 Andrew Haley <aph@redhat.com>aph2003-10-241-1/+2
* 2003-10-01 Andrew Haley <aph@redhat.com>aph2003-10-011-1/+10
* * c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, notrth2003-09-281-11/+10
* * decl.c (java_optimize_inline, dump_function): Remove.jsturm2003-09-281-6/+5
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.rth2003-09-221-6/+4
* * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.rth2003-09-211-4/+6
* * decl.c (java_expand_body): New function.jsturm2003-09-031-0/+8
* * c-format.c (check_format_string, get_constant)zack2003-06-281-1/+1
* * diagnostic.c (output_format): Add support for %m.zack2003-05-131-6/+6
* * class.c (layout_class_method): Set DECL_EXTERNAL.rth2003-05-131-5/+2
* * input.h (lineno): Rename to ...nathan2003-05-011-8/+8
* * lang-options.h: Added -Wdeprecated.tromey2003-02-241-0/+20
* 2003-01-31 Adrian Bunk <bunk@fs.tum.de>aph2003-02-031-2/+2
* * jcf-parse.c (read_class): Update identifier's class value if ittromey2003-01-301-0/+4
* * jcf-parse.c (parse_zip_file_entries): Overwrite trailing \0 oftromey2003-01-241-1/+3
* 2003-01-22 Nathanael Nerode <neroden@gcc.gnu.org>neroden2003-01-231-1/+0
* * gcj.texi (Input and output files): Mention non-class entries.tromey2003-01-221-47/+124
* * check-init.c: Fix comment typos.kazu2003-01-181-2/+2
* f:ghazi2003-01-161-0/+1
* * All Files: Convert to ISO C style function definitions.ghazi2003-01-121-42/+20
* Merge from pch-branch.geoffk2003-01-101-38/+11
* * All Files: Remove PARAMS macro.ghazi2003-01-091-12/+12
* * Make-lang.in, boehm.c, buffer.c,neroden2003-01-011-5/+5
* * class.c (build_static_field_ref): Check FIELD_FINAL.jsturm2002-12-231-1/+0
* Merge basic-improvements-branch to trunkzack2002-12-161-0/+2
* 2002-11-14 Jens-Michael Hoffmann <jensmh@gmx.de>aph2002-11-181-2/+2
* * jcf-parse.c (get_constant): Fix type warning.rth2002-10-161-1/+1
* * jcf-parse.c (get_constant): Decode from IEEE no matterrth2002-09-211-30/+22
* * ChangeLog: Follow spelling conventions.kazu2002-09-211-2/+2
* gcc/rth2002-09-161-39/+36
* Index: ChangeLoggeoffk2002-08-041-2/+0
* * java-tree.h, class.c, expr.c, jcf-parse.c, parse.y,zack2002-06-041-5/+3
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-041-3/+3
* * tree.h: Forward-declare struct realvaluetype.zack2002-05-281-0/+1
* * c-common.h (c_common_parse_file): Update.neil2002-04-251-10/+2
* * jcf-parse.c: (yyparse): Don't prepend "./" to relativemark2002-04-221-3/+0
* 2002-04-19 Andrew Haley <aph@redhat.com>aph2002-04-221-4/+4
* 2002-03-28 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2002-03-281-0/+15
* * jcf-parse.c (get_constant): Delete unused variables.ghazi2002-03-181-2/+0
* * c-common.h (yyparse, c_common_parse_file): New.neil2002-03-171-4/+3
* Fix gcj -R.green2002-03-151-4/+1