aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/gjavah.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-14gjavah.c (method_signature): New global.Tom Tromey1-16/+148
2001-10-22* gjavah.c (jni_print_char): Fix thinko in last change.Kaveh R. Ghazi1-1/+1
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-5/+2
2001-09-12gjavah.c (cxx_keywords): Const-ification.Kaveh R. Ghazi1-1/+1
2001-08-16jcf-dump.c (main): Updated for change to jcf_path_seal.Tom Tromey1-2/+2
2001-03-23gjavah.c (cxx_keywords): Update from the definitive list in cp/lex.c.Bryce McKinlay1-4/+77
2001-03-23[multiple changes]Bryce McKinlay1-1/+6
2001-01-12g77spec.c (lang_specific_driver): Update copyright year to 2001.Joseph Myers1-1/+1
2000-11-26g77spec.c (lang_specific_driver): Update copyright year to 2000.Joseph Myers1-1/+1
2000-11-08gjavah.c (process_file): Only include gcj/cni.h when generating CNI stubs.Tom Tromey1-1/+2
2000-11-04lang-options.h: Mention -Wout-of-date.Tom Tromey1-0/+4
2000-11-04class.c (cxx_keyword_p): Accept keywords with trailing `$'s.Tom Tromey1-6/+22
2000-10-21Warning fixes:Kaveh R. Ghazi1-0/+4
2000-10-18gjavah.c (add_class_decl): Removed unused variables `tname', `tlen' and `name...Alexandre Petit-Bianco1-4/+0
2000-10-12re GNATS gcj/356 (gcjh bug: Can't #include <java/awt/Container.h>)Tom Tromey1-22/+6
2000-10-06jvspec.c (jvgenmain_spec): Added `-fdollars-in-identifiers'.Tom Tromey1-20/+11
2000-08-25* gjavah.c (cxx_keyword_subst): Use ARRAY_SIZE.Greg McGary1-1/+1
2000-08-072000-08-07 Alexandre Petit-Bianco <apbianco@cygnus.comAlexandre Petit-Bianco1-23/+47
2000-07-05gjavah.c (HANDLE_METHOD): Call print_method_info with a NULL stream argument ...Bryce McKinlay1-10/+14
2000-05-03expr.c (build_java_jsr): Use emit_jump, not expand_goto.Tom Tromey1-2/+1
2000-04-19* gjavah.c (cxx_keyword_subst): Avoid potential infinite loop.Tom Tromey1-4/+7
2000-04-18re GNATS gcj/211 (gcjh doesn't handle method names that are reserved C++ keyw...Tom Tromey1-21/+75
2000-04-17gjavah.c (print_name_for_stub_or_jni): Don't prefix method names with a newli...Bryce McKinlay1-5/+5
2000-04-17re GNATS gcj/205 (gcjh confused about similar method and attribute names)Tom Tromey1-2/+2
2000-04-04boehm.c (mark_reference_fields, set_bit): Prototype.Kaveh R. Ghazi1-0/+1
2000-03-30gjavah.c (D_NAN_MASK): Only define as word-reversed when HOST_FLOAT_WORDS_BIG...Tom Tromey1-1/+1
2000-02-26gjavah.c (main): Avoid using `argi' to report unimplemented options.Alexandre Petit-Bianco1-1/+1
2000-02-23gjavah.c (print_name): In JNI case, correctly quote string.Tom Tromey1-24/+51
2000-02-18gcc.texi (Bug Reporting): Refer to bugs.html.Martin v. Löwis1-1/+1
2000-02-15gjavah.c: Delete ACC_VISIBILITY define.Joerg Brunsmann1-2/+0
2000-02-15gjavah.c (jni_print_char): New function.Tom Tromey1-25/+36
2000-02-15Makefile.in (TREE_H, [...]): Depend on version.h.Kaveh R. Ghazi1-2/+0
2000-02-06gjavah.c (overloaded_jni_method_exists_p): Add prototype.Kaveh R. Ghazi1-2/+4
2000-02-03gjavah.c (D_NAN_MASK): Alternate definition required when HOST_FLOAT_WORDS_BI...Scott Bambrough1-9/+8
2000-02-03gjavah.c (options): Added `jni' entry.Tom Tromey1-107/+373
2000-02-02jv-scan.c: Include version.c, <getopt.h>.Tom Tromey1-145/+163
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-30/+30
2000-01-17* gjavah.c (print_field_info): Allow non-static final fields.Tom Tromey1-10/+10
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