summaryrefslogtreecommitdiff
path: root/gcc/java/gjavah.c
Commit message (Expand)AuthorAgeFilesLines
* gccbug.in: Follow GNU Coding Standards for --version.Joseph Myers2002-01-311-2/+2
* More for PR java/5365:Tom Tromey2002-01-161-3/+8
* re PR java/5365 (gcjh -stubs does not include correct files)Tom Tromey2002-01-161-3/+11
* collect2.c (is_ctor_dtor): Const-ify.Kaveh R. Ghazi2001-12-271-1/+1
* gjavah.c (decompile_method): Don't decompile to `return this' for static meth...Tom Tromey2001-12-091-1/+4
* gjavah.c (cxx_keywords): Re-sorted.Tom Tromey2001-12-091-2/+2
* gjavah.c (HANDLE_METHOD): Set `decompiled' before doing anything else.Tom Tromey2001-12-091-1/+1
* gjavah.c (print_namelet): Clear subnamelets.Tom Tromey2001-12-091-1/+3
* gjavah.c (method_signature): New global.Tom Tromey2001-11-141-16/+148
* * gjavah.c (jni_print_char): Fix thinko in last change.Kaveh R. Ghazi2001-10-221-1/+1
* c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi2001-10-211-5/+2
* gjavah.c (cxx_keywords): Const-ification.Kaveh R. Ghazi2001-09-121-1/+1
* jcf-dump.c (main): Updated for change to jcf_path_seal.Tom Tromey2001-08-161-2/+2
* gjavah.c (cxx_keywords): Update from the definitive list in cp/lex.c.Bryce McKinlay2001-03-231-4/+77
* [multiple changes]Bryce McKinlay2001-03-231-1/+6
* g77spec.c (lang_specific_driver): Update copyright year to 2001.Joseph Myers2001-01-121-1/+1
* g77spec.c (lang_specific_driver): Update copyright year to 2000.Joseph Myers2000-11-261-1/+1
* gjavah.c (process_file): Only include gcj/cni.h when generating CNI stubs.Tom Tromey2000-11-081-1/+2
* lang-options.h: Mention -Wout-of-date.Tom Tromey2000-11-041-0/+4
* class.c (cxx_keyword_p): Accept keywords with trailing `$'s.Tom Tromey2000-11-041-6/+22
* Warning fixes:Kaveh R. Ghazi2000-10-211-0/+4
* gjavah.c (add_class_decl): Removed unused variables `tname', `tlen' and `name...Alexandre Petit-Bianco2000-10-181-4/+0
* re GNATS gcj/356 (gcjh bug: Can't #include <java/awt/Container.h>)Tom Tromey2000-10-121-22/+6
* jvspec.c (jvgenmain_spec): Added `-fdollars-in-identifiers'.Tom Tromey2000-10-061-20/+11
* * gjavah.c (cxx_keyword_subst): Use ARRAY_SIZE.Greg McGary2000-08-251-1/+1
* 2000-08-07 Alexandre Petit-Bianco <apbianco@cygnus.comAlexandre Petit-Bianco2000-08-071-23/+47
* gjavah.c (HANDLE_METHOD): Call print_method_info with a NULL stream argument ...Bryce McKinlay2000-07-051-10/+14
* expr.c (build_java_jsr): Use emit_jump, not expand_goto.Tom Tromey2000-05-031-2/+1
* * gjavah.c (cxx_keyword_subst): Avoid potential infinite loop.Tom Tromey2000-04-191-4/+7
* re GNATS gcj/211 (gcjh doesn't handle method names that are reserved C++ keyw...Tom Tromey2000-04-181-21/+75
* gjavah.c (print_name_for_stub_or_jni): Don't prefix method names with a newli...Bryce McKinlay2000-04-171-5/+5
* re GNATS gcj/205 (gcjh confused about similar method and attribute names)Tom Tromey2000-04-171-2/+2
* boehm.c (mark_reference_fields, set_bit): Prototype.Kaveh R. Ghazi2000-04-041-0/+1
* gjavah.c (D_NAN_MASK): Only define as word-reversed when HOST_FLOAT_WORDS_BIG...Tom Tromey2000-03-301-1/+1
* gjavah.c (main): Avoid using `argi' to report unimplemented options.Alexandre Petit-Bianco2000-02-261-1/+1
* gjavah.c (print_name): In JNI case, correctly quote string.Tom Tromey2000-02-231-24/+51
* gcc.texi (Bug Reporting): Refer to bugs.html.Martin v. Löwis2000-02-181-1/+1
* gjavah.c: Delete ACC_VISIBILITY define.Joerg Brunsmann2000-02-151-2/+0
* gjavah.c (jni_print_char): New function.Tom Tromey2000-02-151-25/+36
* Makefile.in (TREE_H, [...]): Depend on version.h.Kaveh R. Ghazi2000-02-151-2/+0
* gjavah.c (overloaded_jni_method_exists_p): Add prototype.Kaveh R. Ghazi2000-02-061-2/+4
* gjavah.c (D_NAN_MASK): Alternate definition required when HOST_FLOAT_WORDS_BI...Scott Bambrough2000-02-031-9/+8
* gjavah.c (options): Added `jni' entry.Tom Tromey2000-02-031-107/+373
* jv-scan.c: Include version.c, <getopt.h>.Tom Tromey2000-02-021-145/+163
* buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-211-30/+30
* * gjavah.c (print_field_info): Allow non-static final fields.Tom Tromey2000-01-171-10/+10
* re GNATS gcj/119 (gcjh needs to output space before leading "::" with JArray's)Tom Tromey1999-12-171-6/+7
* gjavah.c (get_field_name, [...]): Use xmalloc, not malloc.Kaveh R. Ghazi1999-09-161-7/+7
* gjavah.c (add_class_decl): Generate include for gcj/array.h, not java-array.h.Tom Tromey1999-09-101-3/+6
* gjavah.c (decode_signature_piece): Emit "::" in JArray<>.Tom Tromey1999-09-021-5/+15