aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-path.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-15boehm.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-03-25re PR java/14689 (jcf-path.c missing closedir)Marcus Meissner1-0/+2
2003-07-03system.h: Include filenames.h.Zack Weinberg1-12/+3
2003-03-07jcf.h (COMPARE_FILENAMES): New macro similar to "strcmp" to compare file name...Ranjit Mathew1-5/+6
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-34/+16
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-4/+4
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+6
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-18buffer.c: Remove unnecessary casts.Jens-Michael Hoffmann1-8/+7
2002-07-21c-lex.c (GET_ENVIRONMENT): Remove.Neil Booth1-8/+2
2002-06-08jcf-path.c (jcf_path_init): Allocate 1 more byte for string.H.J. Lu1-1/+1
2002-04-12Add --extdirs support.Anthony Green1-3/+105
2002-03-03Make --CLASSPATH by a synonym for --classpath and -classpath.Per Bothner1-38/+28
2002-02-20gcj.texi: Option `--classpath' becomes `--CLASSPATH.'Option `--CLASSPATH' bec...Nic Ferrier1-8/+13
2001-08-16jcf-dump.c (main): Updated for change to jcf_path_seal.Tom Tromey1-3/+20
2000-12-09Top level ChangeLog:Alexandre Petit-Bianco1-4/+4
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-0/+9
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-5/+5
2000-01-12jcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR macros.Mumit Khan1-9/+0
1999-11-10re GNATS gcj/84 (path to classes.zip is compiled in to gcj at build time)Tom Tromey1-1/+54
1999-09-16gjavah.c (get_field_name, [...]): Use xmalloc, not malloc.Kaveh R. Ghazi1-2/+2
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-6/+11
1999-04-05class.c (add_method_1): Cast the argument of `bzero' to PTR.Kaveh R. Ghazi1-1/+1
1999-03-12jcf-path.c (add_entry): alloca len+2 rather than len+1 bytes...Andrew Haley1-1/+1
1999-02-10jvspec.c (lang_specific_driver): Use libgcj, not libjava.Tom Tromey1-5/+5
1998-12-03jcf-dump.c (main): Fix error message.Per Bothner1-2/+2
1998-11-26jcf-path.c (add_entry): recognize ".jar" tooAlexandre Oliva1-1/+2
1998-11-12jcf-io.c (find_class): Added explanatory comment.Tom Tromey1-4/+5
1998-10-22jcf-path.c (add_entry): Don't add trailing separator if entry is a .zip file.Tom Tromey1-7/+6
1998-10-22jcf-io.c (find_class): Use saw_java_source to determine when to look for `.ja...Tom Tromey1-0/+341