]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/java/jcf-io.c
tree-vrp.c: Use XNEW/XCNEW allocation wrappers.
[thirdparty/gcc.git] / gcc / java / jcf-io.c
2006-01-31  Marcin Daleckitree-vrp.c: Use XNEW/XCNEW allocation wrappers.
2005-09-30  Tom Tromeyre PR java/24120 (jc1 incorrectly uses libiberty hashes)
2005-06-25  Kelley CookUpdate FSF address.
2005-04-23  DJ Deloriediagnostic.c (warning): Accept parameter to classify...
2005-03-06  Kazu Hiratajcf-dump.c, [...]: Update copyright.
2005-03-03  Kaveh R. Ghazijcf-io.c (caching_stat): Use __extension__ to avoid...
2004-10-17  Steven Bosscherclass.c (ident_subst): Always alloca buffer.
2004-10-15  Ranjit Mathewparse.y (parse_warning_context): Remove ATTRIBUTE_PRINT...
2004-10-15  Kazu Hirataboehm.c, [...]: Update copyright.
2004-07-24  Mike Stumpboehm.c (set_bit): Improve type safety wrt unsignedness.
2004-03-31  Andrew Haleyre PR java/14104 (java testsuite fails "linking simple")
2003-12-20  Kazu Hirataclass.c: Remove uses of "register" specifier in declara...
2003-04-20  Mohan Embarjcf-io.c (find_class): use DIR_SEPARATOR instead of...
2003-04-10  Andrew Haley[multiple changes]
2003-03-11  Andrew Haleyjcf-io.c (caching_stat): Initialize origsep to remove...
2003-03-10  Ranjit Mathewjcf-io.c (caching_stat): Account for both DIR_SEPARATOR...
2003-02-08  Roger Saylejcf-io.c (java_or_class_file): Use libiberty's lbasenam...
2003-01-22  Tom Tromeygcj.texi (Input and output files): Mention non-class...
2003-01-18  Kazu Hiratacheck-init.c: Fix comment typos.
2003-01-17  Kaveh R. Ghazi* jcf-io.c (caching_stat): Cast the 3rd arg of scandir...
2003-01-09  Kaveh R. Ghaziexpr.c, [...]: Don't rely on the `DEFUN', `AND' or...
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