]> gcc.gnu.org Git - gcc.git/history - gcc/java/parse.y
lex.c (java_read_unicode): Reset bs_count when finished with `\u' sequence.
[gcc.git] / gcc / java / parse.y
2000-10-01 Mark Mitchellc-decl.c (c_expand_body): Don't generate RTL if flag_sy...
2000-09-29 Alexandre Petit... parse.y (maybe_yank_clinit): Also keep <clinit> if...
2000-09-23 Mark MitchellMake-lang.in (JAVA_SRCS): Include java-tree.h.
2000-09-12 Tom Tromeyre GNATS gcj/33 (gcj mangles composed characters)
2000-09-12 Tom Tromeyre GNATS gcj/343 (can't cast array to serializable)
2000-09-06 Alexandre Petit... parse.y (do_merge_string_cste): New locals.
2000-08-29 Zack Weinbergtop level:
2000-08-29 Alexandre Petit... expr.c (can_widen_reference_to): Fixed indentation.
2000-08-24 Greg McGarylang.c (lang_decode_option): Use ARRAY_SIZE.
2000-08-24 Alexandre Petit... java-tree.h (flag_extraneous_semicolon): New extern.
2000-08-20 Tom Tromeyre GNATS gcj/305 (Interface methods implementations...
2000-08-20 Tom Tromeyre GNATS gcj/310 (illegal type "long" accepted for...
2000-08-11 Alexandre Petit... class.c (maybe_layout_super_class): Fixed indentation.
2000-08-08 Alexandre Petit... 2000-08-07 Alexandre Petit-Bianco <apbianco@cygnus.com
2000-07-28 Alexandre Petit... [multiple changes]
2000-07-27 Alexandre Petit... [multiple changes]
2000-07-22 Alexandre Petit... parse.y (simple_name:): Fixed typo in error message.
2000-07-22 Alexandre Petit... parse.y (simple_name:): Reject `$' in type names.
2000-07-21 Alexandre Petit... [multiple changes]
2000-07-21 Alexandre Petit... [multiple changes]
2000-07-13 Alexandre Petit... parse.y (fold_constant_for_init): Avoid bullish conversion.
2000-07-08 Alexandre Petit... jcf-write.c (generate_classfile): Properly install...
2000-07-07 Alexandre Petit... [multiple changes]
2000-07-07 Alexandre Petit... Java: fixes for the PRs gcj/{271,272,275}.
2000-06-30 Alexandre Petit... parse.y (verify_constructor_super): Use loop variable...
2000-06-30 Tom Tromeyparse.y (resolve_field_access): Handle case where ...
2000-06-27 Tom Tromeyparse.y (resolve_field_access): Pass decl, not DECL_INI...
2000-06-27 Bryce McKinlayre GNATS gcj/238 (Can't call methods from Object on...
2000-06-27 Alexandre Petit... [multiple changes]
2000-06-26 Tom Tromeyre GNATS gcj/268 (Internal compiler error in for-loop...
2000-06-26 Alexandre Petit... parse.y (do_resolve_class): Minor optimiztion in the...
2000-06-25 Tom Tromeyparse.y (check_abstract_method_definitions): Also check...
2000-06-25 Tom Tromeyre GNATS gcj/260 ("Klass.class" expression should cause...
2000-06-22 Alexandre Petit... [multiple changes]
2000-06-14 Jakub Jelinektree.h (TYPE_USER_ALIGN, [...]): Define.
2000-06-06 Tom Tromeyparse.y (check_modifiers_consistency): Don't subtract...
2000-06-01 Bryce McKinlayre GNATS gcj/127 (gcj dumps core on method invocation...
2000-06-01 Alexandre Petit... re GNATS gcj/129 (Static array length access bug in...
2000-06-01 Alexandre Petit... class.c (common_enclosing_context_p): New function.
2000-06-01 Alexandre Petit... parse.y (maybe_yank_clinit): New function.
2000-06-01 Alexandre Petit... parse.y (resolve_field_access): Complete the DECL_INITI...
2000-05-26 Zack Weinbergparse.y (find_applicable_accessible_methods_list):...
2000-05-26 Tom Tromeyre GNATS gcj/162 (gcj does not initialize interfaces...
2000-05-26 Tom Tromeyre GNATS gcj/235 (source parser dies when Primitive...
2000-05-20 Alexandre Petit... parse.y (resolve_package): Correctly set `*next' (was...
2000-05-19 Alexandre Petit... parse.y (block_end:): If the collected block doesn...
2000-05-19 Alexandre Petit... parse.y (fold_constant_for_init): Let VAR_DECL and...
2000-05-19 Tom TromeyReverted incorrectly applied change
2000-05-19 Tom Tromeyjava-tree.h: Added init state enum.
2000-05-09 Zack Weinbergtop level:
2000-05-02 Tom Tromeyclass.c (add_method_1): Set both DECL_EXTERNAL and...
2000-05-02 Alexandre Petit... re GNATS gcj/195: (gcj fail on code to implement an...
2000-05-01 Alexandre Petit... (The patch contained impurities -- this should fix...
2000-05-01 Alexandre Petit... re GNATS gcj/195: (gcj fail on code to implement an...
2000-04-28 Tom Tromeyre GNATS gcj/2 (Method call on null instance should...
2000-04-25 Alexandre Petit... re GNATS gcj/181 (gcj crashes on inner classes/interfac...
2000-04-25 Alexandre Petit... parse.y (lookup_field_wrapper): Search for final local...
2000-04-24 Alexandre Petit... parse.y (source_start_java_method): Deleted unecessary...
2000-04-21 Alexandre Petit... [multiple changes]
2000-04-21 Tom Tromeyre GNATS gcj/124 (protected constructor for InvocationT...
2000-04-20 Alexandre Petit... parse.y (yyerror): `msg' can be null, don't use it...
2000-04-19 Alexandre Petit... [multiple changes]
2000-04-06 Tom Tromeyre GNATS gcj/140 (gcj permits assignment to array length)
2000-04-06 Tom Tromeyre GNATS gcj/164 (compiler permits "volatile final...
2000-04-05 Alexandre Petit... class.c: (java_hash_hash_tree_node): Renamed from ...
2000-04-04 Kaveh R. Ghaziboehm.c (mark_reference_fields, set_bit): Prototype.
2000-03-23 Alexandre Petit... [multiple changes]
2000-03-15 Alexandre Petit... re GNATS gcj/172 (compiler rejects inner-class argument...
2000-03-14 Alexandre Petit... parse.y (resolve_package): Set `next' once a type name...
2000-03-14 Alexandre Petit... Added Java 1.1 language features.
2000-03-08 Alexandre Petit... re GNATS gcj/102 (crashes when compiling try block...
2000-03-08 Alexandre Petit... re GNATS gcj/94 (compiler allows assignment to interfac...
2000-03-07 Alexandre Petit... re GNATS gcj/108 (Compiler doesn't check access modifie...
2000-03-07 Richard Kennertree.h (INT_CST_LT, [...]): Remove unneeded casts.
2000-03-07 Bryce McKinlaydecl.c (init_decl_processing): Added new class fields...
2000-03-07 Alexandre Petit... [multiple changes]
2000-02-26 Alexandre Petit... parse.y (resolve_expression_name): Use `orig' as a...
2000-02-15 Joerg Brunsmanngjavah.c: Delete ACC_VISIBILITY define.
2000-01-29 Alexandre Petit... [multiple changes]
2000-01-25 Kaveh R. Ghaziparse.h (OBSOLETE_MODIFIER_WARNING): Don't use ANSI...
2000-01-21 Kaveh R. Ghazibuffer.h: PROTO -> PARAMS.
2000-01-17 Joerg Brunsmannre GNATS gcj/128 (weak error message when expecting...
2000-01-16 Anthony Greenparse.y (build_string_concatenation): Only use StringBu...
2000-01-12 Mumit Khanjcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR...
2000-01-07 Alexandre Petit... re GNATS gcj/122 (SP mismatch error from certain code...
2000-01-06 Alexandre Petit... Makefile.in (LIBDEPS): Added gcc's errors.o
1999-12-31 Kaveh R. Ghaziclass.c (assume_compiled, [...]): Add static prototype.
1999-12-31 Kaveh R. Ghaziparse.h (ABSTRACT_CHECK, [...]): Avoid the use of ANSI...
1999-12-30 Alexandre Petit... class.c (class_depth): Return -1 if the class doesn...
1999-12-13 Alexandre Petit... re GNATS gcj/79 (Problem creating static arrays)
1999-12-06 Alexandre Petit... jcf-write.c (generate_byecode_insns): Fixed indentation...
1999-12-01 Alexandre Petit... re GNATS gcj/97 (Internal compiler error)
1999-11-29 Alexandre Petit... parse.y (catch_clause_parameter:): Still set `$$' to...
1999-11-29 Alexandre Petit... hu Nov 4 16:27:01 1999 Alexandre Petit-Bianco <apbia...
1999-11-09 Alexandre Petit... parse.y (source_end_java_method): Resume permanent...
1999-11-02 Alexandre Petit... parse.y (method_header:): Issue error message for rule...
1999-11-01 Alexandre Petit... re GNATS gcj/48 (Compiler fails to catch constructor...
1999-10-29 Alexandre Petit... parse.y (expression_statement:): Call function to repor...
1999-10-22 Alexandre Petit... re GNATS gcj/56 (gcj segfaults in jc1 on OK java file)
1999-10-22 Alexandre Petit... re GNATS gcj/37 (gcj fails to compile "jBYTEmark" from...
next
This page took 0.896509 seconds and 108 git commands to generate.