| Commit message (Expand) | Author | Age | Files | Lines |
* | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 2006-01-31 | 1 | -8/+7 |
* | re PR java/24120 (jc1 incorrectly uses libiberty hashes) | Tom Tromey | 2005-09-30 | 1 | -3/+17 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 2005-04-23 | 1 | -1/+1 |
* | jcf-dump.c, [...]: Update copyright. | Kazu Hirata | 2005-03-06 | 1 | -1/+1 |
* | jcf-io.c (caching_stat): Use __extension__ to avoid pedantic warning. | Kaveh R. Ghazi | 2005-03-03 | 1 | -5/+5 |
* | class.c (ident_subst): Always alloca buffer. | Steven Bosscher | 2004-10-17 | 1 | -1/+2 |
* | parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet... | Ranjit Mathew | 2004-10-15 | 1 | -1/+1 |
* | boehm.c, [...]: Update copyright. | Kazu Hirata | 2004-10-15 | 1 | -1/+1 |
* | boehm.c (set_bit): Improve type safety wrt unsignedness. | Mike Stump | 2004-07-24 | 1 | -1/+1 |
* | re PR java/14104 (java testsuite fails "linking simple") | Andrew Haley | 2004-03-31 | 1 | -1/+2 |
* | class.c: Remove uses of "register" specifier in declarations of arguments and... | Kazu Hirata | 2003-12-20 | 1 | -2/+2 |
* | jcf-io.c (find_class): use DIR_SEPARATOR instead of '/' when computing java s... | Mohan Embar | 2003-04-20 | 1 | -1/+2 |
* | [multiple changes] | Andrew Haley | 2003-04-10 | 1 | -2/+2 |
* | jcf-io.c (caching_stat): Initialize origsep to remove compiler warning. | Andrew Haley | 2003-03-11 | 1 | -1/+1 |
* | jcf-io.c (caching_stat): Account for both DIR_SEPARATOR and DIR_SEPARATOR_2 f... | Ranjit Mathew | 2003-03-10 | 1 | -2/+8 |
* | jcf-io.c (java_or_class_file): Use libiberty's lbasename instead of basename ... | Roger Sayle | 2003-02-08 | 1 | -1/+1 |
* | gcj.texi (Input and output files): Mention non-class entries. | Tom Tromey | 2003-01-22 | 1 | -40/+40 |
* | check-init.c: Fix comment typos. | Kazu Hirata | 2003-01-18 | 1 | -2/+2 |
* | * jcf-io.c (caching_stat): Cast the 3rd arg of scandir to void*. | Kaveh R. Ghazi | 2003-01-17 | 1 | -4/+3 |
* | expr.c, [...]: Don't rely on the `DEFUN', `AND' or `__STDC__' macros. | Kaveh R. Ghazi | 2003-01-09 | 1 | -43/+23 |
* | Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header. | Steven Bosscher | 2003-01-01 | 1 | -4/+7 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -0/+2 |
* | buffer.c: Remove unnecessary casts. | Jens-Michael Hoffmann | 2002-11-18 | 1 | -2/+2 |
* | java-tree.h, [...]: Remove all #if JAVA_USE_HANDLES blocks... | Zack Weinberg | 2002-06-04 | 1 | -65/+0 |
* | configure.in (AC_CHECK_FUNCS): Add checks for scandir and alphasort. | Mark Mitchell | 2002-05-19 | 1 | -8/+177 |
* | c-decl.c (grokdeclarator): Use ISO word. | Neil Booth | 2001-12-03 | 1 | -1/+1 |
* | builtins.c (expand_builtin_setjmp_receiver): Const-ify. | Kaveh R. Ghazi | 2001-10-07 | 1 | -1/+1 |
* | jcf-io.c (open_class): Set filename field. | Per Bothner | 2001-08-30 | 1 | -1/+4 |
* | [multiple changes] | Alexandre Petit-Bianco | 2001-07-11 | 1 | -9/+1 |
* | jcf-io.c (read_zip_member): Cast to long in comparison with signed value. | Kaveh R. Ghazi | 2001-04-29 | 1 | -2/+2 |
* | Various fixes to allow compiling a compressed .jar/.zip archive. | Per Bothner | 2001-01-21 | 1 | -19/+28 |
* | jcf-io.c (find_class): Correct the logic that tests to see if a .java file is... | Mo DeJong | 2000-12-10 | 1 | -1/+1 |
* | alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero (). | Joseph Myers | 2000-11-07 | 1 | -1/+1 |
* | lang-options.h: Mention -Wout-of-date. | Tom Tromey | 2000-11-04 | 1 | -1/+2 |
* | jcf-io.c: Include zlib.h. | Anthony Green | 2000-09-06 | 1 | -7/+42 |
* | top level: | Zack Weinberg | 2000-05-09 | 1 | -7/+6 |
* | Fix copyrights | Jeff Law | 2000-02-26 | 1 | -1/+1 |
* | * jcf-io.c (jcf_print_utf8_replace): Handle UTF-8 input. | Tom Tromey | 2000-02-03 | 1 | -5/+9 |
* | Makefile.in (LIBDEPS): Added gcc's errors.o | Alexandre Petit-Bianco | 2000-01-06 | 1 | -4/+27 |
* | gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. | Kaveh R. Ghazi | 1999-09-16 | 1 | -4/+4 |
* | check-init.c (check_bool2_init, [...]): Add static prototypes. | Kaveh R. Ghazi | 1999-08-10 | 1 | -3/+3 |
* | expr.c (expand_invoke): Mark parameter `nargs' with ATTRIBUTE_UNUSED. | Kaveh R. Ghazi | 1999-05-12 | 1 | -1/+1 |
* | Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J... | Kaveh R. Ghazi | 1999-03-21 | 1 | -6/+8 |
* | * jcf-io.c: Do not include sys/stat.h or sys/wait.h | Jeffrey A Law | 1999-02-02 | 1 | -2/+0 |
* | Update copyrights for the last patch | Kaveh Ghazi | 1999-01-23 | 1 | -1/+1 |
* | Warning fixes: | Kaveh R. Ghazi | 1999-01-23 | 1 | -1/+1 |
* | Loks of changes so we can better compile from source. | Per Bothner | 1998-12-12 | 1 | -133/+113 |
* | jcf-parse.c (HANDLE_EXCEPTIONS_ATTRIBUTE): New macro. | Per Bothner | 1998-11-15 | 1 | -78/+69 |
* | jcf-io.c (find_class): Added explanatory comment. | Tom Tromey | 1998-11-12 | 1 | -0/+2 |