Age | Commit message (Expand) | Author | Files | Lines |
2007-01-31 | * class.c, jcf-parse.c: Fix comment typos. | Kazu Hirata | 3 | -6/+10 |
2007-01-30 | * gcj.texi (Strings): Fix documentation for JvNewString. | Tom Tromey | 2 | -3/+7 |
2007-01-30 | gcj.texi (Invoking gcjh, [...]): Fix some typos. | Ralf Wildenhues | 2 | -3/+8 |
2007-01-30 | * jvspec.c (lang_specific_driver): Remove unused classpath_args. | Ben Elliston | 2 | -4/+4 |
2007-01-29 | re PR java/30607 (gcj -I x -C doesn't include x as source dir search patch) | Tom Tromey | 3 | -3/+19 |
2007-01-29 | class.c (add_method_1): Mark fndecl as external unless we are compiling it in... | Andrew Haley | 2 | -0/+9 |
2007-01-24 | [multiple changes] | Andrew Haley | 3 | -3/+27 |
2007-01-23 | re PR java/30454 (empty "zip" file in class path can cause leakage of file st... | Andrew Pinski | 2 | -2/+16 |
2007-01-16 | * java-tree.def: Added copyright header. | Tom Tromey | 2 | -1/+26 |
2007-01-15 | lang.c (dump_compound_expr): Removed case. | Tom Tromey | 6 | -168/+30 |
2007-01-13 | jcf-dump.c (main): Updated call to find_class. | Tom Tromey | 9 | -358/+48 |
2007-01-11 | typeck.c (convert): Don't use flag_emit_class_files. | Tom Tromey | 8 | -64/+33 |
2007-01-11 | configure.ac (strict1_warn): Rename to strict_warn. | Paolo Bonzini | 1 | -3/+0 |
2007-01-10 | fold-const.c (fold_truthop): Don't check can_use_bit_fields_p. | Tom Tromey | 2 | -11/+5 |
2007-01-09 | Merged gcj-eclipse branch to trunk. | Tom Tromey | 42 | -33457/+2961 |
2007-01-08 | tree.h (build_int_cst_wide_type): Export. | Richard Guenther | 3 | -5/+8 |
2006-12-11 | Move all varpool routines out of cgraph/cgraphunit to varpool.c | Jan Hubicka | 3 | -2/+7 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 2 | -6/+10 |
2006-11-12 | re PR java/29805 (Write past end of array in java/typeck.c) | David Daney | 2 | -2/+7 |
2006-11-11 | tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes. | Richard Guenther | 2 | -3/+5 |
2006-10-23 | decl.c: Include langhooks.h. | Rafael Ávila de Espíndola | 4 | -121/+101 |
2006-10-10 | --(top level)-------------------------------------------- | Brooks Moses | 2 | -2/+10 |
2006-09-12 | * expr.c (push_value): Always flush quick stack. | Tom Tromey | 2 | -0/+11 |
2006-09-12 | re PR java/29013 (gcj generates a MetalLookAndFeel class that fails cacao's v... | Tom Tromey | 2 | -3/+13 |
2006-09-12 | jvspec.c (lang_specific_driver): Read spec file even if -fsyntax-only. | Tom Tromey | 2 | -2/+6 |
2006-09-12 | re PR java/28754 (java.lang.nullPointerException while accessing final static... | Tom Tromey | 2 | -1/+12 |
2006-09-12 | re PR java/28892 (assignment to static field not in class initializer) | Tom Tromey | 2 | -15/+10 |
2006-09-12 | Fix some whitespace issues in the changelog. | Andrew Pinski | 1 | -14/+14 |
2006-08-22 | decl.c (java_add_stmt): Give the statement list a type. | Andrew Haley | 2 | -0/+5 |
2006-08-17 | jvspec.c (lang_specific_driver): Add -s-bc-abi when needed. | Jakub Jelinek | 2 | -0/+18 |
2006-08-10 | re PR java/8923 (ICE when modifying a variable decleared "final static") | Simon Martin | 2 | -2/+32 |
2006-07-28 | Makefile.in: Use $(HEADER_H) instead of header.h in dependencies and variable... | Volker Reichelt | 2 | -15/+19 |
2006-07-14 | gcj.texi (Invocation): Corrections for Invocation API example. | Bryce McKinlay | 1 | -2/+2 |
2006-07-13 | builtins.c (check_for_builtin): If a builtin could result in a direct call be... | Bryce McKinlay | 2 | -0/+15 |
2006-07-04 | class.c (build_fieldref_cache_entry): Set DECL_IGNORED_P on the entry. | Andrew Haley | 2 | -0/+6 |
2006-06-23 | java-tree.h (update_aliases): Remove | Andrew Haley | 4 | -91/+17 |
2006-06-19 | re PR java/1305 ([JSR133] GCJ ignores volatile modifier) | Andrew Haley | 4 | -6/+83 |
2006-06-17 | gcj.texi (@dircategory): Use "Software development" instead of "Programming"... | Karl Berry | 2 | -1/+6 |
2006-06-16 | class.c (make_class_data): When using flag_indirect_classes, don't initialize... | Andrew Haley | 2 | -4/+11 |
2006-06-13 | re PR java/1305 ([JSR133] GCJ ignores volatile modifier) | Andrew Haley | 4 | -7/+140 |
2006-06-09 | gcj.texi (libgcj Runtime Properties): Document gnu.gcj.user.realname. | Tom Tromey | 2 | -0/+11 |
2006-06-08 | expr.c (build_field_ref): Pass NULL_TREE as SPECIAL arg to get_symbol_table_i... | Andrew Haley | 5 | -28/+76 |
2006-06-06 | gcj.texi (libgcj Runtime Properties): Document gnu.gcj.runtime.NameFinder.sho... | David Daney | 2 | -0/+21 |
2006-06-06 | jcf-dump.c (print_access_flags): Handle varargs, bridge, synthetic, enum, ann... | Tom Tromey | 3 | -3/+23 |
2006-06-06 | Makefile.in: Rename to htmldir to build_htmldir to avoid installing during bu... | Mike Stump | 2 | -2/+7 |
2006-05-31 | gcj.texi (Extensions): Document the new gcj-dbtool-based classname-to-library... | Thomas Fitzsimmons | 2 | -11/+30 |
2006-05-29 | javaop.h (int16, [...]): Define to exactly 16 (resp. | Jakub Jelinek | 3 | -1/+37 |
2006-05-28 | class.c, [...]: Fix comment typos. | Kazu Hirata | 5 | -4/+9 |
2006-05-26 | expr.c (java_push_constant_from_pool): Handle 'ldc class'. | Tom Tromey | 5 | -2/+26 |
2006-05-26 | re PR java/27756 (ICE in update_aliases, at java/decl.c:192) | Andrew Haley | 2 | -1/+9 |