summaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * jcf-parse.c (get_constant) [CONSTANT_String]: String values aretromey2002-03-121-44/+4
* * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,zack2002-03-031-15/+0
* * attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE inghazi2002-03-031-1/+1
* 2002-02-28 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2002-03-021-7/+7
* * class.c (add_field): Mark static fields external.rth2002-02-031-3/+8
* 2002-02-01 Craig Rodrigues <rodrigc@gcc.gnu.org>rodrigc2002-02-011-4/+2
* * decl.c (java_init_decl_processing): Use add_predefined_file.tromey2002-01-221-6/+15
* * jcf-parse.c (get_constant): Don't swap lo/hi for bigjsturm2002-01-121-1/+9
* * tree.h: Update copyright date.grahams2002-01-031-2/+3
* * ChangeLog, Make-lang.in, class.c, expr.c, gcj.texi, java-tree.h,jsm282001-12-161-1/+1
* gcc/java:bryce2001-12-151-1/+5
* * c-decl.c (grokdeclarator): Use ISO word.neil2001-12-031-3/+3
* * c-decl.c (duplicate_decls, parmlist_tags_warning): Removeneil2001-12-011-2/+2
* * Makefile.in: Update.neil2001-11-091-1/+1
* * c-lang.c (LANG_HOOKS_NAME): New.neil2001-11-091-7/+0
* * class.c (O_BINARY): Define if necessary.green2001-09-061-0/+17
* * jcf-io.c (open_class): Set filename field.bothner2001-08-301-0/+1
* 2001-08-23 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-08-241-6/+6
* 2001-08-16 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-08-171-3/+27
* * Makefile.in (c-lex.o): Wrap long lines. Depend on debug.h.neil2001-07-111-2/+3
* 2001-07-03 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-07-051-2/+3
* 2001-07-04 Daniel Berlin <dan@cgsoftware.com>dberlin2001-07-041-1/+1
* 2001-06-27 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-06-271-3/+16
* * jcf-parse.c (read_class): If class is from .class or .zip filebothner2001-05-211-10/+14
* Fixes to compile multiple .class files at once.bothner2001-04-211-53/+60
* 2001-03-22 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-03-231-1/+15
* * jcf-parse.c (read_class): Initialize `class'.tromey2001-03-201-1/+1
* 2001-03-20 Matt Kraai <kraai@alumni.carnegiemellon.edu>tromey2001-03-201-1/+0
* * jcf-parse.c (load_inner_classes): Check CLASS_LOADED_Pbothner2001-03-191-1/+2
* Fixes to process to command-line .class files in two passes. See ChangeLog.bothner2001-03-191-58/+73
* * jcf-parse.c (yyparse): Set/reset input_filename for source file.bothner2001-03-161-0/+2
* Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog.bothner2001-02-241-11/+88
* 2001-02-07 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2001-02-071-3/+4
* * diagnostic.h (set_internal_error_function): Renamed.kenner2001-02-041-29/+29
* 2001-01-30 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2001-02-011-1/+1
* 2001-01-23 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2001-01-241-24/+63
* Various fixes to allow compiling a compressed .jar/.zip archive.bothner2001-01-211-53/+26
* Minor optimization of static ggc roots.bothner2001-01-211-6/+6
* * jcf-parse.c (ggc_mark_jcf): New function.bothner2001-01-211-0/+25