aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/gjavah.c
AgeCommit message (Expand)AuthorFilesLines
1999-02-01Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h.Kaveh R. Ghazi1-8/+3
1999-01-23Update copyrights for the last patchKaveh Ghazi1-1/+1
1999-01-23Warning fixes:Kaveh R. Ghazi1-7/+7
1999-01-16gjavah.c (generate_access): Translate Java package private or protected acces...Per Bothner1-9/+5
1999-01-10gjavah.c (java_float_finite): Use a union to do type punning.Richard Henderson1-4/+12
1998-12-15gjavah.c (print_field_info): Changed how most negative number is printed.Tom Tromey1-14/+14
1998-12-14gjavah.c (print_field_info): If value to print is the smallest value of its s...Tom Tromey1-13/+34
1998-12-14gjavah.c (decompile_method): Decompile `return null'.Tom Tromey1-1/+22
1998-12-13gjavah.c (decompile_method): Handle all types of `return' opcode.Tom Tromey1-2/+26
1998-12-13jcf-reader.c (jcf_parse_one_method): Recognize HANDLE_END_METHOD.Tom Tromey1-5/+43
1998-12-12Loks of changes so we can better compile from source.Per Bothner1-1/+1
1998-10-22jcf-io.c (find_class): Use saw_java_source to determine when to look for `.ja...Tom Tromey1-8/+18
1998-10-14jcf-write.c (write_classfile): Add output class file as target.Tom Tromey1-48/+115
1998-10-12Per Bothner1-125/+256
1998-09-09gjavah.c (java_no_argument): Renamed from no_argument to avoid losing due to ...Jeffrey A Law1-9/+9
1998-09-08gjavah.c (print_class_decls): Fix thinko in arglistJeffrey A Law1-1/+1
1998-09-06Initial revisionAnthony Green1-0/+959