aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-path.c
AgeCommit message (Expand)AuthorFilesLines
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