aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/gjavah.c
AgeCommit message (Expand)AuthorFilesLines
1999-12-17re GNATS gcj/119 (gcjh needs to output space before leading "::" with JArray's)Tom Tromey1-6/+7
1999-09-16gjavah.c (get_field_name, [...]): Use xmalloc, not malloc.Kaveh R. Ghazi1-7/+7
1999-09-10gjavah.c (add_class_decl): Generate include for gcj/array.h, not java-array.h.Tom Tromey1-3/+6
1999-09-02gjavah.c (decode_signature_piece): Emit "::" in JArray<>.Tom Tromey1-5/+15
1999-08-27gjavah.c, [...]: Do not use C++ style comments in C code.Jeffrey A Law1-1/+1
1999-08-26gjavah.c (print_cxx_classname): Print "::" before qualified name.Tom Tromey1-0/+6
1999-08-25gjavah.c (print_name, [...]): Add static prototype.Kaveh R. Ghazi1-45/+70
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-1/+2
1999-07-30Warning fixes:Kaveh R. Ghazi1-7/+9
1999-07-25gjavah.c (print_stub): New function.Anthony Green1-97/+232
1999-05-13gjavah.c (print_include): Cast the result of `strlen' to int when comparing a...Kaveh R. Ghazi1-2/+2
1999-04-15gjavah.c: New prototypes for java_float_finite and java_double_finite.Anthony Green1-0/+3
1999-04-05Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H).Kaveh R. Ghazi1-3/+5
1999-03-31gjavah.c (print_field_info): Allow constants of other types.Tom Tromey1-46/+110
1999-03-23Warning fixes:Kaveh R. Ghazi1-5/+5
1999-03-12Warning fixes:Kaveh R. Ghazi1-5/+5
1999-02-26gjavah.c (add_class_decl): Only generate `#include' if outer class is not the...Tom Tromey1-20/+78
1999-02-26gjavah.c (add_namelet): Check for standard package names here.Tom Tromey1-14/+17
1999-02-24gjavah.c (struct namelet): New structure.Tom Tromey1-51/+261
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