aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-06class.c (O_BINARY): Define if necessary.Anthony Green1-0/+17
2001-08-30jcf-io.c (open_class): Set filename field.Per Bothner1-0/+1
2001-08-24jcf-parse.c (yyparse): Set magic to 0, don't issue error for a file smaller t...Alexandre Petit-Bianco1-6/+6
2001-08-17[multiple changes]Alexandre Petit-Bianco1-3/+27
2001-07-11Makefile.in (c-lex.o): Wrap long lines.Neil Booth1-2/+3
2001-07-05[multiple changes]Alexandre Petit-Bianco1-2/+3
2001-07-04c-lex.c (cb_file_change): Pass line number to debug_start_source_file.Daniel Berlin1-1/+1
2001-06-27class.c (set_super_info): Call `set_class_decl_access_flags.'Alexandre Petit-Bianco1-3/+16
2001-05-21jcf-parse.c (read_class): If class is from .class or .zip file and it's alrea...Per Bothner1-10/+14
2001-04-20Fixes to compile multiple .class files at once.Per Bothner1-53/+60
2001-03-23re PR java/1213 (gcj should check for incorrect CLASSPATH)Alexandre Petit-Bianco1-1/+15
2001-03-20* jcf-parse.c (read_class): Initialize `class'.Tom Tromey1-1/+1
2001-03-20jcf_parse.c (jcf_parse): Eliminate unused variable.Matt Kraai1-1/+0
2001-03-19jcf-parse.c (load_inner_classes): Check CLASS_LOADED_P before trying to load ...Per Bothner1-1/+2
2001-03-19Fixes to process to command-line .class files in two passes. See ChangeLog.Per Bothner1-58/+73
2001-03-15jcf-parse.c (yyparse): Set/reset input_filename for source file.Per Bothner1-0/+2
2001-02-23Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog.Per Bothner1-11/+88
2001-02-07jcf-parse.c (HANDLE_SYNTHETIC_ATTRIBUTE): Don't handle field DECLs.Alexandre Petit-Bianco1-3/+4
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-29/+29
2001-02-01jcf-parse.c (init_jcf_parse): Added cast to ggc_add_root's last argument.Alexandre Petit-Bianco1-1/+1
2001-01-24class.c (layout_class): Don't lay the superclass out if it's already being la...Alexandre Petit-Bianco1-24/+63
2001-01-21Various fixes to allow compiling a compressed .jar/.zip archive.Per Bothner1-53/+26
2001-01-21Minor optimization of static ggc roots.Per Bothner1-6/+6
2001-01-21jcf-parse.c (ggc_mark_jcf): New function.Per Bothner1-0/+25
2001-01-15All files with updated copyright when applicable.Alexandre Petit-Bianco1-1/+1
2001-01-10[multiple changes]Alexandre Petit-Bianco1-3/+2
2000-12-16jcf-parse.c (jcf_parse_source): Set wfl_operator if not already set.Tom Tromey1-1/+4
2000-11-24jcf-parse.c (init_jcf_parse): Register current_file_list root.Anthony Green1-1/+5
2000-11-22jcf-parse.c (get_constant): Call UT8_CHAR_LENGTH on `utf8', not the scratch b...Bryce McKinlay1-1/+1
2000-11-17stringpool.c: New file.Zack Weinberg1-23/+29
2000-11-11jcf-parse.c (process_zip_dir): Add finput parameter.Anthony Green1-3/+5
2000-11-10alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi1-2/+1
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-1/+1
2000-10-18gjavah.c (add_class_decl): Removed unused variables `tname', `tlen' and `name...Alexandre Petit-Bianco1-3/+5
2000-10-13Remove obstacks.Mark Mitchell1-15/+2
2000-10-07[multiple changes]Alexandre Petit-Bianco1-0/+2
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell1-1/+1
2000-09-23Make-lang.in (JAVA_SRCS): Include java-tree.h.Mark Mitchell1-10/+11
2000-09-13jcf-parse.c: Include <locale.h>.Tom Tromey1-0/+4
2000-09-12re GNATS gcj/33 (gcj mangles composed characters)Tom Tromey1-5/+26
2000-08-29top level:Zack Weinberg1-1/+1
2000-08-29javaop.h (WORD_TO_INT): Mask lower 32 bits of a jword before sign extending.Andrew Haley1-2/+2
2000-08-11class.c (maybe_layout_super_class): Fixed indentation.Alexandre Petit-Bianco1-3/+3
2000-07-27[multiple changes]Alexandre Petit-Bianco1-5/+4
2000-06-21[multiple changes]Alexandre Petit-Bianco1-1/+1
2000-06-01re GNATS gcj/207 (Compiler failure)Alexandre Petit-Bianco1-0/+2
2000-05-09top level:Zack Weinberg1-3/+3
2000-05-02class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE on native fu...Tom Tromey1-1/+14
2000-03-28[multiple changes]Alexandre Petit-Bianco1-1/+1
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-17/+41