OSDN Git Service

* gjavah.c: Include "intl.h".
[pf3gnuchains/gcc-fork.git] / gcc / java / gjavah.c
2004-02-10 jsm28 * gjavah.c: Include "intl.h".
2003-12-20 kazu * class.c: Remove uses of "register" specifier in
2003-11-16 tromey * gjavah.c (print_stub_or_jni): Pass `env' to FatalError.
2003-06-28 zack * dbxout.c (flag_debug_only_used_symbols): Delete...
2003-05-03 tromey PR java/10491:
2003-04-14 tromey * gjavah.c (print_c_decl): Indentation fix.
2003-03-21 zack * javaop.h (jfloat, jdouble): Make them structures...
2003-03-12 aph2003-03-04 Andrew Haley <aph@redhat.com>
2003-02-01 mark * gjavah.c (throwable_p): Allocate 1 more byte...
2003-01-12 ghazi * All Files: Convert to ISO C style function definitions.
2003-01-10 ghazi * class.c, gjavah.c, parse.y, verify.c: Don't use...
2003-01-10 geoffkMerge from pch-branch.
2003-01-09 ghazi * All Files: Remove PARAMS macro.
2003-01-09 ghazi * expr.c, gjavah.c, javaop.h, jcf-dump.c, jcf-io.c...
2003-01-01 neroden * Make-lang.in, boehm.c, buffer.c,
2002-12-28 mmitchel * gjavah.c (print_name_for_stub_or_jni): Adjust call to
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-11-18 aph2002-11-14 Jens-Michael Hoffmann <jensmh@gmx.de>
2002-11-06 tromey * gjavah.c (print_stub_or_jni): Include JNIEXPORT...
2002-10-23 tromey * gjavah.c (decode_signature_piece): In JNI mode,...
2002-10-08 zack * system.h (GCCBUGURL): Delete.
2002-09-21 kazu * ChangeLog: Follow spelling conventions.
2002-06-10 bryce * gjavah.c (throwable_p): Accept argument as either...
2002-05-19 mmitchel * configure.in (AC_CHECK_FUNCS): Add checks for scandi...
2002-05-08 tromey * gjavah.c (throwable_p): Use xstrdup, not strdup.
2002-05-08 tromey Fix for PR java/1200:
2002-04-12 greenAdd --extdirs support.
2002-03-03 bothner Make --CLASSPATH by a synonym for --classpath and...
2002-02-20 nferrier * gcj.texi: Option `--classpath' becomes `--CLASSPATH...
2002-01-31 jsm28gcc:
2002-01-16 tromey More for PR java/5365:
2002-01-16 tromey Fix for PR java/5365:
2001-12-27 ghazi * collect2.c (is_ctor_dtor): Const-ify.
2001-12-09 tromey * gjavah.c (decompile_method): Don't decompile to...
2001-12-09 tromey * gjavah.c (cxx_keywords): Re-sorted.
2001-12-09 tromey * gjavah.c (HANDLE_METHOD): Set `decompiled' before...
2001-12-09 tromey * gjavah.c (print_namelet): Clear subnamelets.
2001-11-14 tromey * gjavah.c (method_signature): New global.
2001-10-22 ghazi * gjavah.c (jni_print_char): Fix thinko in last change.
2001-10-21 ghazi * c-format.c (maybe_read_dollar_number): Use safe...
2001-09-12 ghazi * gjavah.c (cxx_keywords): Const-ification.
2001-08-16 tromey * jcf-dump.c (main): Updated for change to jcf_path_seal.
2001-03-23 bryce * gjavah.c (cxx_keywords): Update from the definitive...
2001-03-23 bryce2001-03-23 Bryce McKinlay <bryce@albatross.co.nz>
2001-01-12 jsm28f:
2000-11-26 jsm28f:
2000-11-08 tromey * gjavah.c (process_file): Only include gcj/cni.h...
2000-11-04 tromey * lang-options.h: Mention -Wout-of-date.
2000-11-04 tromey * class.c (cxx_keyword_p): Accept keywords with traili...
2000-10-21 ghaziWarning fixes:
2000-10-19 apbianco2000-10-18 Alexandre Petit-Bianco <apbianco@cygnus...
2000-10-12 tromey Fix for PR gcj/356:
2000-10-06 tromey * jvspec.c (jvgenmain_spec): Added `-fdollars-in-ident...
2000-08-25 gkm * gjavah.c (cxx_keyword_subst): Use ARRAY_SIZE.
2000-08-08 apbianco2000-08-07 Alexandre Petit-Bianco <apbianco@cygnus.com
2000-07-05 bryce * gjavah.c (HANDLE_METHOD): Call print_method_i...
2000-05-03 tromey * expr.c (build_java_jsr): Use emit_jump, not expand_goto.
2000-04-19 tromey * gjavah.c (cxx_keyword_subst): Avoid potential infini...
2000-04-18 tromey PR gcj/211:
2000-04-17 tromey2000-04-17 Bryce McKinlay <bryce@albatross.co.nz>
2000-04-17 tromey * gjavah.c (decompile_method): Use print_field_name.
2000-04-04 ghazi * boehm.c (mark_reference_fields, set_bit): Prototype.
2000-03-30 tromey * gjavah.c (D_NAN_MASK): Only define as word-reversed...
2000-02-26 tromey * gjavah.c (main): Avoid using `argi' to report unimpl...
2000-02-23 tromey * gjavah.c (print_name): In JNI case, correctly quote...
2000-02-18 loewis * gcc.texi (Bug Reporting): Refer to bugs.html.
2000-02-15 apbiancoMon Jan 18 14:30:09 2000 Joerg Brunsmann <joerg.bruns...
2000-02-15 tromey * gjavah.c (jni_print_char): New function.
2000-02-15 ghazi * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile...
2000-02-06 ghazi * gjavah.c (overloaded_jni_method_exists_p)...
2000-02-03 tromey2000-01-31 Scott Bambrough <scottb@netwinder.org>
2000-02-03 tromey * gjavah.c (options): Added `jni' entry.
2000-02-02 tromey * jv-scan.c: Include version.c, <getopt.h>.
2000-01-21 ghazi * buffer.h: PROTO -> PARAMS.
2000-01-17 tromey * gjavah.c (print_field_info): Allow non-static final...
1999-12-17 tromey * gjavah.c (decode_signature_piece): Print "::" in...
1999-09-16 ghazi * gjavah.c (get_field_name, print_method_info, print_i...
1999-09-10 tromey * gjavah.c (add_class_decl): Generate include for...
1999-09-02 tromey * gjavah.c (decode_signature_piece): Emit "::" in...
1999-08-28 law * gjavah.c, jcf-write.c, verify.c: Do not use...
1999-08-26 tromey * gjavah.c (print_cxx_classname): Print "::" before...
1999-08-25 ghazi * gjavah.c (print_name, print_base_classname, utf8_cmp,
1999-08-10 ghazi * check-init.c (check_bool2_init, done_alternative...
1999-07-30 ghaziWarning fixes:
1999-07-25 green * gjavah.c (print_stub): New function.
1999-05-13 ghazi * gjavah.c (print_include): Cast the result...
1999-04-15 greenThu Apr 15 13:08:03 1999 Anthony Green <green@cygnus...
1999-04-05 ghazi * Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H).
1999-03-31 tromey * gjavah.c (print_field_info): Allow constants of...
1999-03-23 ghaziWarning fixes:
1999-03-12 ghaziWarning fixes:
1999-02-26 tromey * gjavah.c (add_class_decl): Only generate `#include...
1999-02-26 tromey * gjavah.c (add_namelet): Check for standard package...
1999-02-24 tromey * gjavah.c (struct namelet): New structure.
1999-02-01 ghazi * Makefile.in (gjavah.o): Depend on $(CONFIG_H...
1999-01-23 ghaziUpdate copyrights for the last patch
1999-01-23 ghaziWarning fixes:
1999-01-16 bothner0
1999-01-10 rth * gjavah.c (java_float_finite): Use a union...
1998-12-15 tromey * gjavah.c (print_field_info): Changed how most negati...
next