summaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
Commit message (Expand)AuthorAgeFilesLines
* class.c (add_field): Mark static fields external.Richard Henderson2002-02-021-3/+8
* re PR java/5080 (gcc/java/jcf-parse.c:908: `LC_CTYPE' undeclared (first use i...Craig Rodrigues2002-02-011-4/+2
* decl.c (java_init_decl_processing): Use add_predefined_file.Tom Tromey2002-01-221-6/+15
* jcf-parse.c (get_constant): Don't swap lo/hi for big endian targets when HOST...Jeff Sturm2002-01-121-1/+9
* tree.h: Update copyright date.Graham Stott2002-01-031-2/+3
* ChangeLog, [...]: Fix spelling errors.Joseph Myers2001-12-161-1/+1
* java-tree.h (otable_methods, [...]): New field/global tree definitions.Bryce McKinlay2001-12-151-1/+5
* c-decl.c (grokdeclarator): Use ISO word.Neil Booth2001-12-031-3/+3
* c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth2001-12-011-2/+2
* Makefile.in: Update.Neil Booth2001-11-091-1/+1
* c-lang.c (LANG_HOOKS_NAME): New.Neil Booth2001-11-091-7/+0
* class.c (O_BINARY): Define if necessary.Anthony Green2001-09-061-0/+17
* jcf-io.c (open_class): Set filename field.Per Bothner2001-08-301-0/+1
* jcf-parse.c (yyparse): Set magic to 0, don't issue error for a file smaller t...Alexandre Petit-Bianco2001-08-241-6/+6
* [multiple changes]Alexandre Petit-Bianco2001-08-171-3/+27
* Makefile.in (c-lex.o): Wrap long lines.Neil Booth2001-07-111-2/+3
* [multiple changes]Alexandre Petit-Bianco2001-07-051-2/+3
* c-lex.c (cb_file_change): Pass line number to debug_start_source_file.Daniel Berlin2001-07-041-1/+1
* class.c (set_super_info): Call `set_class_decl_access_flags.'Alexandre Petit-Bianco2001-06-271-3/+16
* jcf-parse.c (read_class): If class is from .class or .zip file and it's alrea...Per Bothner2001-05-211-10/+14
* Fixes to compile multiple .class files at once.Per Bothner2001-04-201-53/+60
* re PR java/1213 (gcj should check for incorrect CLASSPATH)Alexandre Petit-Bianco2001-03-231-1/+15
* * jcf-parse.c (read_class): Initialize `class'.Tom Tromey2001-03-201-1/+1
* jcf_parse.c (jcf_parse): Eliminate unused variable.Matt Kraai2001-03-201-1/+0
* jcf-parse.c (load_inner_classes): Check CLASS_LOADED_P before trying to load ...Per Bothner2001-03-191-1/+2
* Fixes to process to command-line .class files in two passes. See ChangeLog.Per Bothner2001-03-191-58/+73
* jcf-parse.c (yyparse): Set/reset input_filename for source file.Per Bothner2001-03-151-0/+2
* Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog.Per Bothner2001-02-231-11/+88
* jcf-parse.c (HANDLE_SYNTHETIC_ATTRIBUTE): Don't handle field DECLs.Alexandre Petit-Bianco2001-02-071-3/+4
* diagnostic.h (set_internal_error_function): Renamed.Richard Kenner2001-02-041-29/+29
* jcf-parse.c (init_jcf_parse): Added cast to ggc_add_root's last argument.Alexandre Petit-Bianco2001-02-011-1/+1
* class.c (layout_class): Don't lay the superclass out if it's already being la...Alexandre Petit-Bianco2001-01-241-24/+63
* Various fixes to allow compiling a compressed .jar/.zip archive.Per Bothner2001-01-211-53/+26
* Minor optimization of static ggc roots.Per Bothner2001-01-211-6/+6
* jcf-parse.c (ggc_mark_jcf): New function.Per Bothner2001-01-211-0/+25
* All files with updated copyright when applicable.Alexandre Petit-Bianco2001-01-151-1/+1
* [multiple changes]Alexandre Petit-Bianco2001-01-101-3/+2
* jcf-parse.c (jcf_parse_source): Set wfl_operator if not already set.Tom Tromey2000-12-161-1/+4
* jcf-parse.c (init_jcf_parse): Register current_file_list root.Anthony Green2000-11-241-1/+5
* jcf-parse.c (get_constant): Call UT8_CHAR_LENGTH on `utf8', not the scratch b...Bryce McKinlay2000-11-221-1/+1
* stringpool.c: New file.Zack Weinberg2000-11-171-23/+29
* jcf-parse.c (process_zip_dir): Add finput parameter.Anthony Green2000-11-111-3/+5
* alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi2000-11-101-2/+1
* alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers2000-11-071-1/+1
* gjavah.c (add_class_decl): Removed unused variables `tname', `tlen' and `name...Alexandre Petit-Bianco2000-10-181-3/+5
* Remove obstacks.Mark Mitchell2000-10-131-15/+2
* [multiple changes]Alexandre Petit-Bianco2000-10-071-0/+2
* c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell2000-10-011-1/+1
* Make-lang.in (JAVA_SRCS): Include java-tree.h.Mark Mitchell2000-09-231-10/+11
* jcf-parse.c: Include <locale.h>.Tom Tromey2000-09-131-0/+4