aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/gjavah.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-12gjavah.c (is_first_data_member): New global variable.Andrew Haley1-0/+16
2003-02-01* gjavah.c (throwable_p): Allocate 1 more byte for string.Mark Wielaard1-1/+1
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-85/+31
2003-01-10* class.c, gjavah.c, parse.y, verify.c: Don't use PTR.Kaveh R. Ghazi1-5/+5
2003-01-10Merge from pch-branch.Geoffrey Keating1-0/+1
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-40/+38
2003-01-09expr.c, [...]: Don't rely on the `DEFUN', `AND' or `__STDC__' macros.Kaveh R. Ghazi1-34/+19
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+7
2002-12-28gjavah.c (print_name_for_stub_or_jni): Adjust call to print_cxx_classname.Mark Mitchell1-7/+9
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-18buffer.c: Remove unnecessary casts.Jens-Michael Hoffmann1-12/+12
2002-11-06gjavah.c (print_stub_or_jni): Include JNIEXPORT and JNICALL in a JNI header.Tom Tromey1-1/+4
2002-10-23re PR java/8296 (gcjh generates incorrect JNI header)Tom Tromey1-1/+1
2002-10-08system.h (GCCBUGURL): Delete.Zack Weinberg1-1/+1
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-06-10gjavah.c (throwable_p): Accept argument as either a classname or signature fr...Bryce McKinlay1-10/+19
2002-05-19configure.in (AC_CHECK_FUNCS): Add checks for scandir and alphasort.Mark Mitchell1-2/+0
2002-05-08* gjavah.c (throwable_p): Use xstrdup, not strdup.Tom Tromey1-2/+2
2002-05-08re PR java/1200 (gcjh -jni doesn't respect class hierarchy)Tom Tromey1-11/+110
2002-04-12Add --extdirs support.Anthony Green1-12/+19
2002-03-03Make --CLASSPATH by a synonym for --classpath and -classpath.Per Bothner1-5/+6
2002-02-20gcj.texi: Option `--classpath' becomes `--CLASSPATH.'Option `--CLASSPATH' bec...Nic Ferrier1-33/+34
2002-01-31gccbug.in: Follow GNU Coding Standards for --version.Joseph Myers1-2/+2
2002-01-16More for PR java/5365:Tom Tromey1-3/+8
2002-01-16re PR java/5365 (gcjh -stubs does not include correct files)Tom Tromey1-3/+11
2001-12-27collect2.c (is_ctor_dtor): Const-ify.Kaveh R. Ghazi1-1/+1
2001-12-09gjavah.c (decompile_method): Don't decompile to `return this' for static meth...Tom Tromey1-1/+4
2001-12-09gjavah.c (cxx_keywords): Re-sorted.Tom Tromey1-2/+2
2001-12-09gjavah.c (HANDLE_METHOD): Set `decompiled' before doing anything else.Tom Tromey1-1/+1
2001-12-09gjavah.c (print_namelet): Clear subnamelets.Tom Tromey1-1/+3
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