| Commit message (Expand) | Author | Age | Files | Lines |
* | PR java/19742: | tromey | 2005-02-02 | 1 | -0/+2 |
* | PR java/19738 | rmathew | 2005-02-01 | 1 | -27/+33 |
* | Revert: | mmitchel | 2005-02-01 | 1 | -12/+6 |
* | * parser.c (cp_parser_primary_expression): Don't complain about | mmitchel | 2005-02-01 | 1 | -6/+12 |
* | * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qs | jsm28 | 2004-11-25 | 1 | -7/+7 |
* | * Merged gcj-abi-2-dev-branch to trunk. | tromey | 2004-11-25 | 1 | -1/+4 |
* | * gjavah.c (output_directory): Make static. | bje | 2004-11-23 | 1 | -2/+2 |
* | PR java/16843: | tromey | 2004-11-08 | 1 | -24/+63 |
* | Fix bootstrap. | austern | 2004-09-21 | 1 | -1/+1 |
* | PR java/17575: | tromey | 2004-09-21 | 1 | -0/+17 |
* | * boehm.c (set_bit): Improve type safety wrt unsignedness. | mrs | 2004-07-24 | 1 | -18/+18 |
* | 2004-07-12 Bryce McKinlay <mckinlay@redhat.com> | bryce | 2004-07-12 | 1 | -4/+3 |
* | * tree.h: Remove include of version.h | mgadams | 2004-06-03 | 1 | -0/+1 |
* | * gjavah.c (print_stub_or_jni): Mark functions only JNIEXPORT, not | mark | 2004-05-21 | 1 | -1/+1 |
* | Fixes PR java/15133 | rmathew | 2004-04-30 | 1 | -2/+5 |
* | * class.c, gjavah.c, lang.c: Fix comment typos. | kazu | 2004-03-20 | 1 | -1/+1 |
* | * gjavah.c: Include "intl.h". | jsm28 | 2004-02-10 | 1 | -62/+70 |
* | * class.c: Remove uses of "register" specifier in | kazu | 2003-12-20 | 1 | -3/+3 |
* | * gjavah.c (print_stub_or_jni): Pass `env' to FatalError. | tromey | 2003-11-16 | 1 | -1/+1 |
* | * dbxout.c (flag_debug_only_used_symbols): Delete redundant | zack | 2003-06-28 | 1 | -1/+1 |
* | PR java/10491: | tromey | 2003-05-03 | 1 | -0/+32 |
* | * gjavah.c (print_c_decl): Indentation fix. | tromey | 2003-04-14 | 1 | -6/+6 |
* | * javaop.h (jfloat, jdouble): Make them structures mirroring | zack | 2003-03-21 | 1 | -36/+48 |
* | 2003-03-04 Andrew Haley <aph@redhat.com> | aph | 2003-03-12 | 1 | -0/+16 |
* | * gjavah.c (throwable_p): Allocate 1 more byte for string. | mark | 2003-02-01 | 1 | -1/+1 |
* | * All Files: Convert to ISO C style function definitions. | ghazi | 2003-01-12 | 1 | -85/+31 |
* | * class.c, gjavah.c, parse.y, verify.c: Don't use PTR. | ghazi | 2003-01-10 | 1 | -5/+5 |
* | Merge from pch-branch. | geoffk | 2003-01-10 | 1 | -0/+1 |
* | * All Files: Remove PARAMS macro. | ghazi | 2003-01-09 | 1 | -40/+38 |
* | * expr.c, gjavah.c, javaop.h, jcf-dump.c, jcf-io.c, jcf-reader.c, | ghazi | 2003-01-09 | 1 | -34/+19 |
* | * Make-lang.in, boehm.c, buffer.c, | neroden | 2003-01-01 | 1 | -4/+7 |
* | * gjavah.c (print_name_for_stub_or_jni): Adjust call to | mmitchel | 2002-12-28 | 1 | -7/+9 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -0/+2 |
* | 2002-11-14 Jens-Michael Hoffmann <jensmh@gmx.de> | aph | 2002-11-18 | 1 | -12/+12 |
* | * gjavah.c (print_stub_or_jni): Include JNIEXPORT and JNICALL in | tromey | 2002-11-06 | 1 | -1/+4 |
* | * gjavah.c (decode_signature_piece): In JNI mode, print | tromey | 2002-10-23 | 1 | -1/+1 |
* | * system.h (GCCBUGURL): Delete. | zack | 2002-10-08 | 1 | -1/+1 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-09-21 | 1 | -1/+1 |
* | * gjavah.c (throwable_p): Accept argument as either a classname or | bryce | 2002-06-10 | 1 | -10/+19 |
* | * configure.in (AC_CHECK_FUNCS): Add checks for scandir and | mmitchel | 2002-05-19 | 1 | -2/+0 |
* | * gjavah.c (throwable_p): Use xstrdup, not strdup. | tromey | 2002-05-08 | 1 | -2/+2 |
* | Fix for PR java/1200: | tromey | 2002-05-08 | 1 | -11/+110 |
* | Add --extdirs support. | green | 2002-04-12 | 1 | -12/+19 |
* | Make --CLASSPATH by a synonym for --classpath and -classpath. | bothner | 2002-03-03 | 1 | -5/+6 |
* | * gcj.texi: Option `--classpath' becomes `--CLASSPATH.'Option | nferrier | 2002-02-20 | 1 | -33/+34 |
* | gcc: | jsm28 | 2002-01-31 | 1 | -2/+2 |
* | More for PR java/5365: | tromey | 2002-01-16 | 1 | -3/+8 |
* | Fix for PR java/5365: | tromey | 2002-01-16 | 1 | -3/+11 |
* | * collect2.c (is_ctor_dtor): Const-ify. | ghazi | 2001-12-27 | 1 | -1/+1 |
* | * gjavah.c (decompile_method): Don't decompile to `return this' | tromey | 2001-12-09 | 1 | -1/+4 |