| Commit message (Expand) | Author | Age | Files | Lines |
* | * gjavah.c (cxx_keywords): Update from the definitive list in cp/lex.c. | bryce | 2001-03-23 | 1 | -4/+77 |
* | 2001-03-23 Bryce McKinlay <bryce@albatross.co.nz> | bryce | 2001-03-23 | 1 | -1/+6 |
* | f: | jsm28 | 2001-01-12 | 1 | -1/+1 |
* | f: | jsm28 | 2000-11-26 | 1 | -1/+1 |
* | * gjavah.c (process_file): Only include gcj/cni.h when generating | tromey | 2000-11-08 | 1 | -1/+2 |
* | * lang-options.h: Mention -Wout-of-date. | tromey | 2000-11-04 | 1 | -0/+4 |
* | * class.c (cxx_keyword_p): Accept keywords with trailing `$'s. | tromey | 2000-11-04 | 1 | -6/+22 |
* | Warning fixes: | ghazi | 2000-10-21 | 1 | -0/+4 |
* | 2000-10-18 Alexandre Petit-Bianco <apbianco@cygnus.com> | apbianco | 2000-10-19 | 1 | -4/+0 |
* | Fix for PR gcj/356: | tromey | 2000-10-12 | 1 | -22/+6 |
* | * jvspec.c (jvgenmain_spec): Added `-fdollars-in-identifiers'. | tromey | 2000-10-06 | 1 | -20/+11 |
* | * gjavah.c (cxx_keyword_subst): Use ARRAY_SIZE. | gkm | 2000-08-25 | 1 | -1/+1 |
* | 2000-08-07 Alexandre Petit-Bianco <apbianco@cygnus.com | apbianco | 2000-08-08 | 1 | -23/+47 |
* | * gjavah.c (HANDLE_METHOD): Call print_method_info with a NULL | bryce | 2000-07-05 | 1 | -10/+14 |
* | * expr.c (build_java_jsr): Use emit_jump, not expand_goto. | tromey | 2000-05-03 | 1 | -2/+1 |
* | * gjavah.c (cxx_keyword_subst): Avoid potential infinite loop. | tromey | 2000-04-19 | 1 | -4/+7 |
* | PR gcj/211: | tromey | 2000-04-18 | 1 | -21/+75 |
* | 2000-04-17 Bryce McKinlay <bryce@albatross.co.nz> | tromey | 2000-04-17 | 1 | -5/+5 |
* | * gjavah.c (decompile_method): Use print_field_name. | tromey | 2000-04-17 | 1 | -2/+2 |
* | * boehm.c (mark_reference_fields, set_bit): Prototype. | ghazi | 2000-04-04 | 1 | -0/+1 |
* | * gjavah.c (D_NAN_MASK): Only define as word-reversed when | tromey | 2000-03-30 | 1 | -1/+1 |
* | * gjavah.c (main): Avoid using `argi' to report unimplemented | tromey | 2000-02-26 | 1 | -1/+1 |
* | * gjavah.c (print_name): In JNI case, correctly quote string. | tromey | 2000-02-23 | 1 | -24/+51 |
* | * gcc.texi (Bug Reporting): Refer to bugs.html. | loewis | 2000-02-18 | 1 | -1/+1 |
* | Mon Jan 18 14:30:09 2000 Joerg Brunsmann <joerg.brunsmann@fernuni-hagen.de> | apbianco | 2000-02-15 | 1 | -2/+0 |
* | * gjavah.c (jni_print_char): New function. | tromey | 2000-02-15 | 1 | -25/+36 |
* | * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o, | ghazi | 2000-02-15 | 1 | -2/+0 |
* | * gjavah.c (overloaded_jni_method_exists_p): Add prototype. | ghazi | 2000-02-06 | 1 | -2/+4 |
* | 2000-01-31 Scott Bambrough <scottb@netwinder.org> | tromey | 2000-02-03 | 1 | -9/+8 |
* | * gjavah.c (options): Added `jni' entry. | tromey | 2000-02-03 | 1 | -107/+373 |
* | * jv-scan.c: Include version.c, <getopt.h>. | tromey | 2000-02-02 | 1 | -145/+163 |
* | * buffer.h: PROTO -> PARAMS. | ghazi | 2000-01-21 | 1 | -30/+30 |
* | * gjavah.c (print_field_info): Allow non-static final fields. | tromey | 2000-01-17 | 1 | -10/+10 |
* | * gjavah.c (decode_signature_piece): Print "::" in JArray<>. This | tromey | 1999-12-17 | 1 | -6/+7 |
* | * gjavah.c (get_field_name, print_method_info, print_include, | ghazi | 1999-09-16 | 1 | -7/+7 |
* | * gjavah.c (add_class_decl): Generate include for gcj/array.h, not | tromey | 1999-09-10 | 1 | -3/+6 |
* | * gjavah.c (decode_signature_piece): Emit "::" in JArray<>. | tromey | 1999-09-02 | 1 | -5/+15 |
* | * gjavah.c, jcf-write.c, verify.c: Do not use C++ style | law | 1999-08-28 | 1 | -1/+1 |
* | * gjavah.c (print_cxx_classname): Print "::" before qualified | tromey | 1999-08-26 | 1 | -0/+6 |
* | * gjavah.c (print_name, print_base_classname, utf8_cmp, | ghazi | 1999-08-25 | 1 | -45/+70 |
* | * check-init.c (check_bool2_init, done_alternative): Add static | ghazi | 1999-08-10 | 1 | -1/+2 |
* | Warning fixes: | ghazi | 1999-07-30 | 1 | -7/+9 |
* | * gjavah.c (print_stub): New function. | green | 1999-07-25 | 1 | -97/+232 |
* | * gjavah.c (print_include): Cast the result of `strlen' to int | ghazi | 1999-05-13 | 1 | -2/+2 |
* | Thu Apr 15 13:08:03 1999 Anthony Green <green@cygnus.com> | green | 1999-04-15 | 1 | -0/+3 |
* | * Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H). | ghazi | 1999-04-05 | 1 | -3/+5 |
* | * gjavah.c (print_field_info): Allow constants of other types. | tromey | 1999-03-31 | 1 | -46/+110 |
* | Warning fixes: | ghazi | 1999-03-23 | 1 | -5/+5 |
* | Warning fixes: | ghazi | 1999-03-12 | 1 | -5/+5 |
* | * gjavah.c (add_class_decl): Only generate `#include' if outer | tromey | 1999-02-26 | 1 | -20/+78 |