Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.
[gcc.git] / gcc / java / jcf-io.c
2003-01-01 Steven BosscherMake-lang.in, [...]: Replace "GNU CC" with "GCC" in...
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-11-18 Jens-Michael Hoffmannbuffer.c: Remove unnecessary casts.
2002-06-04 Zack Weinbergjava-tree.h, [...]: Remove all #if JAVA_USE_HANDLES...
2002-05-19 Mark Mitchellconfigure.in (AC_CHECK_FUNCS): Add checks for scandir...
2001-12-03 Neil Boothc-decl.c (grokdeclarator): Use ISO word.
2001-10-07 Kaveh R. Ghazibuiltins.c (expand_builtin_setjmp_receiver): Const...
2001-08-30 Per Bothnerjcf-io.c (open_class): Set filename field.
2001-07-11 Alexandre Petit... [multiple changes]
2001-04-29 Kaveh R. Ghazijcf-io.c (read_zip_member): Cast to long in comparison...
2001-01-21 Per BothnerVarious fixes to allow compiling a compressed .jar...
2000-12-10 Mo DeJongjcf-io.c (find_class): Correct the logic that tests...
2000-11-07 Joseph Myersalias.c [...] (init_alias_analysis, [...]): Use memset...
2000-11-04 Tom Tromeylang-options.h: Mention -Wout-of-date.
2000-09-06 Anthony Greenjcf-io.c: Include zlib.h.
2000-05-09 Zack Weinbergtop level:
2000-02-26 Jeff LawFix copyrights
2000-02-03 Tom Tromey* jcf-io.c (jcf_print_utf8_replace): Handle UTF-8 input.
2000-01-06 Alexandre Petit... Makefile.in (LIBDEPS): Added gcc's errors.o
1999-09-16 Kaveh R. Ghazigjavah.c (get_field_name, [...]): Use xmalloc, not...
1999-08-10 Kaveh R. Ghazicheck-init.c (check_bool2_init, [...]): Add static...
1999-05-12 Kaveh R. Ghaziexpr.c (expand_invoke): Mark parameter `nargs' with...
1999-03-21 Kaveh R. GhaziMakefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdi...
1999-02-02 Jeffrey A Law* jcf-io.c: Do not include sys/stat.h or sys/wait.h
1999-01-23 Kaveh GhaziUpdate copyrights for the last patch
1999-01-23 Kaveh R. GhaziWarning fixes:
1998-12-12 Per BothnerLoks of changes so we can better compile from source.
1998-11-15 Per Bothnerjcf-parse.c (HANDLE_EXCEPTIONS_ATTRIBUTE): New macro.
1998-11-12 Tom Tromeyjcf-io.c (find_class): Added explanatory comment.
1998-10-22 Tom Tromey[multiple changes]
1998-10-22 Tom Tromeyjcf-io.c (find_class): Use saw_java_source to determine...
1998-10-14 Tom Tromeyjcf-write.c (write_classfile): Add output class file...
1998-09-14 Jeffrey A LawMakefile.in: Add many missing dependencies.
1998-09-13 Jeff LawRevert previous patch.
1998-09-13 David S. MillerWe now fully bootstrap on solaris-2.7 sparcv9.
1998-09-08 Jeffrey A Lawgjavah.c (print_class_decls): Fix thinko in arglist
1998-09-06 Anthony GreenInitial revision