summaryrefslogtreecommitdiff
path: root/gcc/java/jcf-path.c
Commit message (Expand)AuthorAgeFilesLines
* system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers2010-11-291-4/+3
* java-gimplify.c: Do not include tm.h, toplev.h.Steven Bosscher2010-05-231-1/+1
* jcf-path.c (jcf_path_init): Don't name variable 'try'.Tom Tromey2008-06-241-38/+38
* collect2.c (main, [...]): Fix for -Wc++-compat.Kaveh R. Ghazi2008-06-201-6/+6
* java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton2007-07-311-6/+5
* Merged gcj-eclipse branch to trunk.Tom Tromey2007-01-091-1/+33
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-1/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* boehm.c, [...]: Update copyright.Kazu Hirata2004-10-151-1/+1
* re PR java/14689 (jcf-path.c missing closedir)Marcus Meissner2004-03-251-0/+2
* system.h: Include filenames.h.Zack Weinberg2003-07-031-12/+3
* jcf.h (COMPARE_FILENAMES): New macro similar to "strcmp" to compare file name...Ranjit Mathew2003-03-071-5/+6
* * All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi2003-01-121-34/+16
* * All Files: Remove PARAMS macro.Kaveh R. Ghazi2003-01-091-4/+4
* Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher2003-01-011-4/+6
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* buffer.c: Remove unnecessary casts.Jens-Michael Hoffmann2002-11-181-8/+7
* c-lex.c (GET_ENVIRONMENT): Remove.Neil Booth2002-07-211-8/+2
* jcf-path.c (jcf_path_init): Allocate 1 more byte for string.H.J. Lu2002-06-081-1/+1
* Add --extdirs support.Anthony Green2002-04-121-3/+105
* Make --CLASSPATH by a synonym for --classpath and -classpath.Per Bothner2002-03-031-38/+28
* gcj.texi: Option `--classpath' becomes `--CLASSPATH.'Option `--CLASSPATH' bec...Nic Ferrier2002-02-201-8/+13
* jcf-dump.c (main): Updated for change to jcf_path_seal.Tom Tromey2001-08-161-3/+20
* Top level ChangeLog:Alexandre Petit-Bianco2000-12-091-4/+4
* Added Java 1.1 language features.Alexandre Petit-Bianco2000-03-131-0/+9
* buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-211-5/+5
* jcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR macros.Mumit Khan2000-01-121-9/+0
* re GNATS gcj/84 (path to classes.zip is compiled in to gcj at build time)Tom Tromey1999-11-101-1/+54
* gjavah.c (get_field_name, [...]): Use xmalloc, not malloc.Kaveh R. Ghazi1999-09-161-2/+2
* check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1999-08-101-6/+11
* class.c (add_method_1): Cast the argument of `bzero' to PTR.Kaveh R. Ghazi1999-04-051-1/+1
* jcf-path.c (add_entry): alloca len+2 rather than len+1 bytes...Andrew Haley1999-03-121-1/+1
* jvspec.c (lang_specific_driver): Use libgcj, not libjava.Tom Tromey1999-02-101-5/+5
* jcf-dump.c (main): Fix error message.Per Bothner1998-12-031-2/+2
* jcf-path.c (add_entry): recognize ".jar" tooAlexandre Oliva1998-11-261-1/+2
* jcf-io.c (find_class): Added explanatory comment.Tom Tromey1998-11-121-4/+5
* jcf-path.c (add_entry): Don't add trailing separator if entry is a .zip file.Tom Tromey1998-10-221-7/+6
* jcf-io.c (find_class): Use saw_java_source to determine when to look for `.ja...Tom Tromey1998-10-221-0/+341