Age | Commit message (Expand) | Author | Files | Lines |
2000-10-21 | Warning fixes: | Kaveh R. Ghazi | 1 | -0/+4 |
2000-10-18 | gjavah.c (add_class_decl): Removed unused variables `tname', `tlen' and `name... | Alexandre Petit-Bianco | 1 | -4/+0 |
2000-10-12 | re GNATS gcj/356 (gcjh bug: Can't #include <java/awt/Container.h>) | Tom Tromey | 1 | -22/+6 |
2000-10-06 | jvspec.c (jvgenmain_spec): Added `-fdollars-in-identifiers'. | Tom Tromey | 1 | -20/+11 |
2000-08-25 | * gjavah.c (cxx_keyword_subst): Use ARRAY_SIZE. | Greg McGary | 1 | -1/+1 |
2000-08-07 | 2000-08-07 Alexandre Petit-Bianco <apbianco@cygnus.com | Alexandre Petit-Bianco | 1 | -23/+47 |
2000-07-05 | gjavah.c (HANDLE_METHOD): Call print_method_info with a NULL stream argument ... | Bryce McKinlay | 1 | -10/+14 |
2000-05-03 | expr.c (build_java_jsr): Use emit_jump, not expand_goto. | Tom Tromey | 1 | -2/+1 |
2000-04-19 | * gjavah.c (cxx_keyword_subst): Avoid potential infinite loop. | Tom Tromey | 1 | -4/+7 |
2000-04-18 | re GNATS gcj/211 (gcjh doesn't handle method names that are reserved C++ keyw... | Tom Tromey | 1 | -21/+75 |
2000-04-17 | gjavah.c (print_name_for_stub_or_jni): Don't prefix method names with a newli... | Bryce McKinlay | 1 | -5/+5 |
2000-04-17 | re GNATS gcj/205 (gcjh confused about similar method and attribute names) | Tom Tromey | 1 | -2/+2 |
2000-04-04 | boehm.c (mark_reference_fields, set_bit): Prototype. | Kaveh R. Ghazi | 1 | -0/+1 |
2000-03-30 | gjavah.c (D_NAN_MASK): Only define as word-reversed when HOST_FLOAT_WORDS_BIG... | Tom Tromey | 1 | -1/+1 |
2000-02-26 | gjavah.c (main): Avoid using `argi' to report unimplemented options. | Alexandre Petit-Bianco | 1 | -1/+1 |
2000-02-23 | gjavah.c (print_name): In JNI case, correctly quote string. | Tom Tromey | 1 | -24/+51 |
2000-02-18 | gcc.texi (Bug Reporting): Refer to bugs.html. | Martin v. Löwis | 1 | -1/+1 |
2000-02-15 | gjavah.c: Delete ACC_VISIBILITY define. | Joerg Brunsmann | 1 | -2/+0 |
2000-02-15 | gjavah.c (jni_print_char): New function. | Tom Tromey | 1 | -25/+36 |
2000-02-15 | Makefile.in (TREE_H, [...]): Depend on version.h. | Kaveh R. Ghazi | 1 | -2/+0 |
2000-02-06 | gjavah.c (overloaded_jni_method_exists_p): Add prototype. | Kaveh R. Ghazi | 1 | -2/+4 |
2000-02-03 | gjavah.c (D_NAN_MASK): Alternate definition required when HOST_FLOAT_WORDS_BI... | Scott Bambrough | 1 | -9/+8 |
2000-02-03 | gjavah.c (options): Added `jni' entry. | Tom Tromey | 1 | -107/+373 |
2000-02-02 | jv-scan.c: Include version.c, <getopt.h>. | Tom Tromey | 1 | -145/+163 |
2000-01-21 | buffer.h: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -30/+30 |
2000-01-17 | * gjavah.c (print_field_info): Allow non-static final fields. | Tom Tromey | 1 | -10/+10 |
1999-12-17 | re GNATS gcj/119 (gcjh needs to output space before leading "::" with JArray's) | Tom Tromey | 1 | -6/+7 |
1999-09-16 | gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. | Kaveh R. Ghazi | 1 | -7/+7 |
1999-09-10 | gjavah.c (add_class_decl): Generate include for gcj/array.h, not java-array.h. | Tom Tromey | 1 | -3/+6 |
1999-09-02 | gjavah.c (decode_signature_piece): Emit "::" in JArray<>. | Tom Tromey | 1 | -5/+15 |
1999-08-27 | gjavah.c, [...]: Do not use C++ style comments in C code. | Jeffrey A Law | 1 | -1/+1 |
1999-08-26 | gjavah.c (print_cxx_classname): Print "::" before qualified name. | Tom Tromey | 1 | -0/+6 |
1999-08-25 | gjavah.c (print_name, [...]): Add static prototype. | Kaveh R. Ghazi | 1 | -45/+70 |
1999-08-10 | check-init.c (check_bool2_init, [...]): Add static prototypes. | Kaveh R. Ghazi | 1 | -1/+2 |
1999-07-30 | Warning fixes: | Kaveh R. Ghazi | 1 | -7/+9 |
1999-07-25 | gjavah.c (print_stub): New function. | Anthony Green | 1 | -97/+232 |
1999-05-13 | gjavah.c (print_include): Cast the result of `strlen' to int when comparing a... | Kaveh R. Ghazi | 1 | -2/+2 |
1999-04-15 | gjavah.c: New prototypes for java_float_finite and java_double_finite. | Anthony Green | 1 | -0/+3 |
1999-04-05 | Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H). | Kaveh R. Ghazi | 1 | -3/+5 |
1999-03-31 | gjavah.c (print_field_info): Allow constants of other types. | Tom Tromey | 1 | -46/+110 |
1999-03-23 | Warning fixes: | Kaveh R. Ghazi | 1 | -5/+5 |
1999-03-12 | Warning fixes: | Kaveh R. Ghazi | 1 | -5/+5 |
1999-02-26 | gjavah.c (add_class_decl): Only generate `#include' if outer class is not the... | Tom Tromey | 1 | -20/+78 |
1999-02-26 | gjavah.c (add_namelet): Check for standard package names here. | Tom Tromey | 1 | -14/+17 |
1999-02-24 | gjavah.c (struct namelet): New structure. | Tom Tromey | 1 | -51/+261 |
1999-02-01 | Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h. | Kaveh R. Ghazi | 1 | -8/+3 |
1999-01-23 | Update copyrights for the last patch | Kaveh Ghazi | 1 | -1/+1 |
1999-01-23 | Warning fixes: | Kaveh R. Ghazi | 1 | -7/+7 |
1999-01-16 | gjavah.c (generate_access): Translate Java package private or protected acces... | Per Bothner | 1 | -9/+5 |
1999-01-10 | gjavah.c (java_float_finite): Use a union to do type punning. | Richard Henderson | 1 | -4/+12 |