aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-io.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-21Various fixes to allow compiling a compressed .jar/.zip archive.Per Bothner1-19/+28
2000-12-10jcf-io.c (find_class): Correct the logic that tests to see if a .java file is...Mo DeJong1-1/+1
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-1/+1
2000-11-04lang-options.h: Mention -Wout-of-date.Tom Tromey1-1/+2
2000-09-06jcf-io.c: Include zlib.h.Anthony Green1-7/+42
2000-05-09top level:Zack Weinberg1-7/+6
2000-02-26Fix copyrightsJeff Law1-1/+1
2000-02-03* jcf-io.c (jcf_print_utf8_replace): Handle UTF-8 input.Tom Tromey1-5/+9
2000-01-06Makefile.in (LIBDEPS): Added gcc's errors.oAlexandre Petit-Bianco1-4/+27
1999-09-16gjavah.c (get_field_name, [...]): Use xmalloc, not malloc.Kaveh R. Ghazi1-4/+4
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-3/+3
1999-05-12expr.c (expand_invoke): Mark parameter `nargs' with ATTRIBUTE_UNUSED.Kaveh R. Ghazi1-1/+1
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-6/+8
1999-02-02* jcf-io.c: Do not include sys/stat.h or sys/wait.hJeffrey A Law1-2/+0
1999-01-23Update copyrights for the last patchKaveh Ghazi1-1/+1
1999-01-23Warning fixes:Kaveh R. Ghazi1-1/+1
1998-12-12Loks of changes so we can better compile from source.Per Bothner1-133/+113
1998-11-15jcf-parse.c (HANDLE_EXCEPTIONS_ATTRIBUTE): New macro.Per Bothner1-78/+69
1998-11-12jcf-io.c (find_class): Added explanatory comment.Tom Tromey1-0/+2
1998-10-22[multiple changes]Tom Tromey1-1/+5
1998-10-22jcf-io.c (find_class): Use saw_java_source to determine when to look for `.ja...Tom Tromey1-131/+144
1998-10-14jcf-write.c (write_classfile): Add output class file as target.Tom Tromey1-12/+39
1998-09-14Makefile.in: Add many missing dependencies.Jeffrey A Law1-9/+4
1998-09-13Revert previous patch.Jeff Law1-1/+0
1998-09-13We now fully bootstrap on solaris-2.7 sparcv9.David S. Miller1-0/+1
1998-09-08gjavah.c (print_class_decls): Fix thinko in arglistJeffrey A Law1-1/+1
1998-09-06Initial revisionAnthony Green1-0/+574