aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-io.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-10-25Change hash_table to support a comparator type different from the value type ...Lawrence Crowl1-5/+7
2012-10-09Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl1-16/+27
2012-07-05re PR fortran/53449 (fortran fails to build with LTO bootstrap)Uros Bizjak1-3/+1
2012-04-11jcf.h (bootstrap_method): New.Andrew Haley1-0/+20
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers1-6/+1
2010-05-23java-gimplify.c: Do not include tm.h, toplev.h.Steven Bosscher1-2/+0
2009-06-01attribs.c (register_attribute): Use CONST_CAST.Ian Lance Taylor1-4/+3
2008-07-06jcf-io.c: Don't include fnmatch.h.Tom Tromey1-143/+1
2008-06-24jcf-path.c (jcf_path_init): Don't name variable 'try'.Tom Tromey1-5/+5
2008-06-20collect2.c (main, [...]): Fix for -Wc++-compat.Kaveh R. Ghazi1-4/+5
2007-07-31java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton1-4/+3
2007-07-30alias.c (mems_in_disjoint_alias_sets_p, [...]): Constify.Kaveh R. Ghazi1-5/+8
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-04-06jcf-io.c (open_class): Copy 'filename'.Colin Walters1-1/+1
2007-01-23re PR java/30454 (empty "zip" file in class path can cause leakage of file st...Andrew Pinski1-2/+10
2007-01-13jcf-dump.c (main): Updated call to find_class.Tom Tromey1-69/+7
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-1/+4
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-8/+7
2005-09-30re PR java/24120 (jc1 incorrectly uses libiberty hashes)Tom Tromey1-3/+17
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-1/+1
2005-03-06jcf-dump.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-03jcf-io.c (caching_stat): Use __extension__ to avoid pedantic warning.Kaveh R. Ghazi1-5/+5
2004-10-17class.c (ident_subst): Always alloca buffer.Steven Bosscher1-1/+2
2004-10-15parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet...Ranjit Mathew1-1/+1
2004-10-15boehm.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-07-24boehm.c (set_bit): Improve type safety wrt unsignedness.Mike Stump1-1/+1
2004-03-31re PR java/14104 (java testsuite fails "linking simple")Andrew Haley1-1/+2
2003-12-20class.c: Remove uses of "register" specifier in declarations of arguments and...Kazu Hirata1-2/+2
2003-04-20jcf-io.c (find_class): use DIR_SEPARATOR instead of '/' when computing java s...Mohan Embar1-1/+2
2003-04-10[multiple changes]Andrew Haley1-2/+2
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