summaryrefslogtreecommitdiff
path: root/gcc/java/jcf-io.c
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* Change hash_table to support a comparator type different from thecrowl2012-10-251-5/+7
* Change more non-GTY hash tables to use the new type-safe template hash table.crowl2012-10-091-16/+27
* * expmed.c (expand_mult): Initialize coeff and is_neg.uros2012-07-051-3/+1
* 2012-04-11 Andrew Haley <aph@redhat.com>aph2012-04-111-0/+20
* * system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.jsm282010-11-291-6/+1
* * java-gimplify.c: Do not include tm.h, toplev.h.steven2010-05-231-2/+0
* ./:ian2009-06-011-4/+3
* * jcf-io.c: Don't include fnmatch.h. Don't use JCF_USE_SCANDIR.tromey2008-07-061-143/+1
* * jcf-path.c (jcf_path_init): Don't name variable 'try'.tromey2008-06-241-5/+5
* * collect2.c (main, add_to_list): Fix for -Wc++-compat.ghazi2008-06-201-4/+5
* * java-gimplify.c: Change copyright header to refer to version 3 of the GNU nickc2007-07-311-4/+3
* * alias.c (mems_in_disjoint_alias_sets_p,ghazi2007-07-301-5/+8
* * c-common.c (fname_as_string, c_type_hash): Constify.ghazi2007-07-251-1/+1
* 2007-04-06 Colin Walters <walters@redhat.com>tromey2007-04-061-1/+1
* 2007-01-23 Andrew Pinski <pinskia@gmail.com>pinskia2007-01-241-2/+10
* * jcf-dump.c (main): Updated call to find_class.tromey2007-01-131-69/+7
* Merged gcj-eclipse branch to trunk.tromey2007-01-091-1/+4
* 2006-01-31 Marcin Dalecki <martin@dalecki.de>dalecki2006-01-311-8/+7
* PR java/24120:tromey2005-09-301-3/+17
* Update FSF address.kcook2005-06-251-2/+2
* * diagnostic.c (warning): Accept parameter to classify warning option.dj2005-04-231-1/+1
* * jcf-dump.c, jcf-io.c, jcf-reader.c, lang.c, parse.h,kazu2005-03-061-1/+1
* * jcf-io.c (caching_stat): Use __extension__ to avoid pedanticghazi2005-03-031-5/+5
* * class.c (ident_subst): Always alloca buffer.steven2004-10-171-1/+2
* * parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 andrmathew2004-10-151-1/+1
* * boehm.c, builtins.c, java-except.h, jcf-io.c, jcf-path.c,kazu2004-10-151-1/+1
* * boehm.c (set_bit): Improve type safety wrt unsignedness.mrs2004-07-241-1/+1
* 2004-03-31 Andrew Haley <aph@redhat.com>aph2004-03-311-1/+2
* * class.c: Remove uses of "register" specifier inkazu2003-12-201-2/+2
* 2003-04-20 Mohan Embar <gnustuff@thisiscool.com>tromey2003-04-201-1/+2
* 2003-03-16 Mohan Embar <gnustuff@thisiscool.com>aph2003-04-101-2/+2
* 2003-03-11 Andrew Haley <aph@redhat.com>aph2003-03-111-1/+1
* 2003-03-10 Ranjit Mathew <rmathew@hotmail.com>aph2003-03-101-2/+8
* * jcf-io.c (java_or_class_file): Use libiberty's lbasenamesayle2003-02-081-1/+1
* * gcj.texi (Input and output files): Mention non-class entries.tromey2003-01-221-40/+40
* * check-init.c: Fix comment typos.kazu2003-01-181-2/+2
* * jcf-io.c (caching_stat): Cast the 3rd arg of scandir to void*.ghazi2003-01-171-4/+3
* * expr.c, gjavah.c, javaop.h, jcf-dump.c, jcf-io.c, jcf-reader.c,ghazi2003-01-091-43/+23
* * Make-lang.in, boehm.c, buffer.c,neroden2003-01-011-4/+7
* Merge basic-improvements-branch to trunkzack2002-12-161-0/+2
* 2002-11-14 Jens-Michael Hoffmann <jensmh@gmx.de>aph2002-11-181-2/+2
* * java-tree.h, class.c, expr.c, jcf-parse.c, parse.y,zack2002-06-041-65/+0
* * configure.in (AC_CHECK_FUNCS): Add checks for scandir andmmitchel2002-05-191-8/+177
* * c-decl.c (grokdeclarator): Use ISO word.neil2001-12-031-1/+1
* * builtins.c (expand_builtin_setjmp_receiver): Const-ify.ghazi2001-10-071-1/+1
* * jcf-io.c (open_class): Set filename field.bothner2001-08-301-1/+4
* 2001-07-10 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-07-111-9/+1
* * jcf-io.c (read_zip_member): Cast to long in comparison withghazi2001-04-291-2/+2
* Various fixes to allow compiling a compressed .jar/.zip archive.bothner2001-01-211-19/+28