aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
AgeCommit message (Expand)Author
2003-02-032003-01-31 Adrian Bunk <bunk@fs.tum.de>Adrian Bunk
2003-01-30 * jcf-parse.c (read_class): Update identifier's class value if itTom Tromey
2002-11-182002-11-14 Jens-Michael Hoffmann <jensmh@gmx.de>Jens-Michael Hoffmann
2002-10-16 * jcf-parse.c (get_constant): Fix type warning.Richard Henderson
2002-09-21 * jcf-parse.c (get_constant): Decode from IEEE no matterRichard Henderson
2002-09-21 * ChangeLog: Follow spelling conventions.Kazu Hirata
2002-09-16gcc/Richard Henderson
2002-08-04Index: ChangeLogGeoffrey Keating
2002-06-04 * java-tree.h, class.c, expr.c, jcf-parse.c, parse.y,Zack Weinberg
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-05-28 * tree.h: Forward-declare struct realvaluetype.Zack Weinberg
2002-04-25 * c-common.h (c_common_parse_file): Update.Neil Booth
2002-04-22 * jcf-parse.c: (yyparse): Don't prepend "./" to relativeAlexandre Petit-Bianco
2002-04-222002-04-19 Andrew Haley <aph@redhat.com>Andrew Haley
2002-03-282002-03-28 Alexandre Petit-Bianco <apbianco@redhat.com>Alexandre Petit-Bianco
2002-03-18 * jcf-parse.c (get_constant): Delete unused variables.Kaveh Ghazi
2002-03-17 * c-common.h (yyparse, c_common_parse_file): New.Neil Booth
2002-03-15Fix gcj -R.Anthony Green
2002-03-12 * jcf-parse.c (get_constant) [CONSTANT_String]: String values areTom Tromey
2002-03-03 * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,Zack Weinberg
2002-03-03 * attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE inKaveh Ghazi
2002-03-022002-02-28 Alexandre Petit-Bianco <apbianco@redhat.com>Alexandre Petit-Bianco
2002-02-03 * class.c (add_field): Mark static fields external.Richard Henderson
2002-02-012002-02-01 Craig Rodrigues <rodrigc@gcc.gnu.org>Craig Rodrigues
2002-01-22 * decl.c (java_init_decl_processing): Use add_predefined_file.Tom Tromey
2002-01-12 * jcf-parse.c (get_constant): Don't swap lo/hi for bigJeff Sturm
2002-01-03 * tree.h: Update copyright date.Graham Stott
2001-12-16 * ChangeLog, Make-lang.in, class.c, expr.c, gcj.texi, java-tree.h,Joseph Myers
2001-12-15gcc/java:Bryce McKinlay
2001-12-03 * c-decl.c (grokdeclarator): Use ISO word.Neil Booth
2001-12-01 * c-decl.c (duplicate_decls, parmlist_tags_warning): RemoveNeil Booth
2001-11-09 * Makefile.in: Update.Neil Booth
2001-11-09 * c-lang.c (LANG_HOOKS_NAME): New.Neil Booth
2001-09-06 * class.c (O_BINARY): Define if necessary.Anthony Green
2001-08-30 * jcf-io.c (open_class): Set filename field.Per Bothner
2001-08-242001-08-23 Alexandre Petit-Bianco <apbianco@redhat.com>Alexandre Petit-Bianco
2001-08-172001-08-16 Alexandre Petit-Bianco <apbianco@redhat.com>Alexandre Petit-Bianco
2001-07-11 * Makefile.in (c-lex.o): Wrap long lines. Depend on debug.h.Neil Booth
2001-07-052001-07-03 Alexandre Petit-Bianco <apbianco@redhat.com>Alexandre Petit-Bianco
2001-07-042001-07-04 Daniel Berlin <dan@cgsoftware.com>Daniel Berlin
2001-06-272001-06-27 Alexandre Petit-Bianco <apbianco@redhat.com>Alexandre Petit-Bianco
2001-05-21 * jcf-parse.c (read_class): If class is from .class or .zip filePer Bothner
2001-04-21 Fixes to compile multiple .class files at once.Per Bothner
2001-03-232001-03-22 Alexandre Petit-Bianco <apbianco@redhat.com>Alexandre Petit-Bianco
2001-03-20 * jcf-parse.c (read_class): Initialize `class'.Tom Tromey
2001-03-202001-03-20 Matt Kraai <kraai@alumni.carnegiemellon.edu>Matt Kraai
2001-03-19 * jcf-parse.c (load_inner_classes): Check CLASS_LOADED_PPer Bothner
2001-03-19Fixes to process to command-line .class files in two passes. See ChangeLog.Per Bothner
2001-03-16 * jcf-parse.c (yyparse): Set/reset input_filename for source file.Per Bothner
2001-02-24Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog.Per Bothner