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