aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-io.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-11jcf-io.c (caching_stat): Initialize origsep to remove compiler warning.Andrew Haley1-1/+1
2003-03-10jcf-io.c (caching_stat): Account for both DIR_SEPARATOR and DIR_SEPARATOR_2 f...Ranjit Mathew1-2/+8
2003-02-08jcf-io.c (java_or_class_file): Use libiberty's lbasename instead of basename ...Roger Sayle1-1/+1
2003-01-22gcj.texi (Input and output files): Mention non-class entries.Tom Tromey1-40/+40
2003-01-18check-init.c: Fix comment typos.Kazu Hirata1-2/+2
2003-01-17* jcf-io.c (caching_stat): Cast the 3rd arg of scandir to void*.Kaveh R. Ghazi1-4/+3
2003-01-09expr.c, [...]: Don't rely on the `DEFUN', `AND' or `__STDC__' macros.Kaveh R. Ghazi1-43/+23
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+7
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-18buffer.c: Remove unnecessary casts.Jens-Michael Hoffmann1-2/+2
2002-06-04java-tree.h, [...]: Remove all #if JAVA_USE_HANDLES blocks...Zack Weinberg1-65/+0
2002-05-19configure.in (AC_CHECK_FUNCS): Add checks for scandir and alphasort.Mark Mitchell1-8/+177
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth1-1/+1
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-1/+1
2001-08-30jcf-io.c (open_class): Set filename field.Per Bothner1-1/+4
2001-07-11[multiple changes]Alexandre Petit-Bianco1-9/+1
2001-04-29jcf-io.c (read_zip_member): Cast to long in comparison with signed value.Kaveh R. Ghazi1-2/+2
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