aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf.h
AgeCommit message (Expand)AuthorFilesLines
2001-08-16jcf-dump.c (main): Updated for change to jcf_path_seal.Tom Tromey1-2/+2
2001-07-05[multiple changes]Alexandre Petit-Bianco1-2/+5
2001-05-25Standardize header guards.Richard Henderson1-3/+3
2001-03-23re PR java/1213 (gcj should check for incorrect CLASSPATH)Alexandre Petit-Bianco1-1/+2
2001-03-19Fixes to process to command-line .class files in two passes. See ChangeLog.Per Bothner1-5/+1
2001-01-21Various fixes to allow compiling a compressed .jar/.zip archive.Per Bothner1-3/+5
2000-10-20jvspec.c (lang_specific_driver): Recognize -MF and -MT.Tom Tromey1-0/+1
2000-05-09top level:Zack Weinberg1-4/+4
2000-05-03expr.c (build_java_jsr): Use emit_jump, not expand_goto.Tom Tromey1-1/+1
2000-02-26Fix copyrightsJeff Law1-1/+1
2000-02-15gjavah.c: Delete ACC_VISIBILITY define.Joerg Brunsmann1-0/+2
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-27/+27
2000-01-06Makefile.in (LIBDEPS): Added gcc's errors.oAlexandre Petit-Bianco1-3/+0
1999-09-16gjavah.c (get_field_name, [...]): Use xmalloc, not malloc.Kaveh R. Ghazi1-2/+2
1999-09-02class.c (finish_class): Remove unused parameter, all callers changed.Kaveh R. Ghazi1-1/+1
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-7/+7
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-1/+1
1999-02-22jcf.h (UTF8_GET): Mask first byte of 3-byte encoding with 0x0f, not 0x1f.Tom Tromey1-1/+1
1999-02-01Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h.Kaveh R. Ghazi1-2/+1
1998-11-13gjavah.c (main): Handle --output-class-directory argument.Tom Tromey1-0/+2
1998-11-10class.c (is_compiled_class): Call safe_layout_class for class compiled from s...Alexandre Petit-Bianco1-1/+1
1998-10-22jcf-io.c (find_class): Use saw_java_source to determine when to look for `.ja...Tom Tromey1-2/+14
1998-10-14jcf-write.c (write_classfile): Add output class file as target.Tom Tromey1-2/+11
1998-09-06Initial revisionAnthony Green1-0/+260