]> gcc.gnu.org Git - gcc.git/history - gcc/java/ChangeLog
parse.y (struct parser_ctxt *ctxp): Now global.
[gcc.git] / gcc / java / ChangeLog
1999-04-05 Alexandre Petit... parse.y (struct parser_ctxt *ctxp): Now global.
1999-03-31 Tom Tromeygjavah.c (print_field_info): Allow constants of other...
1999-03-31 Kaveh R. GhaziMakefile.in (keyword.h): Generate using gperf language...
1999-03-30 Alexandre Petit... [multiple changes]
1999-03-28 Kaveh R. GhaziWarning fixes:
1999-03-27 Alexandre Petit... [multiple changes]
1999-03-27 Per Bothnerparse.y (complete_loop_body): Rename to finish_loop_body.
1999-03-25 Zack Weinberggcc.c: Compile unconditionally all code formerly depend...
1999-03-23 Alexandre Petit... parse.y (find_applicable_accessible_methods_list):...
1999-03-23 Kaveh R. GhaziWarning fixes:
1999-03-22 Alexandre Petit... Changelog: Fixed 1999-03-22 typos.
1999-03-22 Alexandre Petit... Makefile.in: (JAVA_OBJS) Added entry xref.o.
1999-03-21 Manfred HollsteinMakefile.in (xgcc$(exeext)): Add intl.o to list of...
1999-03-21 Kaveh R. GhaziMakefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdi...
1999-03-19 Alexandre Petit... [multiple changes]
1999-03-16 Per Bothnerparse.y (java_complete_lhs): Call force_evaluation_orde...
1999-03-16 Alexandre Petit... parse.y (java_stabilize_reference): Use save_expr inste...
1999-03-15 Per Bothnerclass.c (make_class): Don't set CLASS_P here (because...
1999-03-13 Per Bothnerlex.c (java_read_char): UNGET invalid non-initial utf8...
1999-03-12 Alexandre Petit... parse.y (java_stabilize_reference): Return NODE when...
1999-03-12 Kaveh R. GhaziWarning fixes:
1999-03-12 Andrew Haleyjcf-path.c (add_entry): alloca len+2 rather than len...
1999-03-10 Per Bothnerjcf-write.c (generate_bytecode_insns): Handle __builtin...
1999-03-08 Per Bothnerlex.c (java_parse_end_comment): Take extra parameter...
1999-03-06 Kaveh R. GhaziMakefile.in (jcf-parse.o): Depend on $(PARSE_H).
1999-02-26 Per Bothnercheck-init.c (check_init): COPYN takes word count,...
1999-02-26 Per Bothnertypeck.c (convert_ieee_real_to_integer): Use save_expr...
1999-02-26 Tom Tromeygjavah.c (add_class_decl): Only generate `#include...
1999-02-26 Tom Tromeygjavah.c (add_namelet): Check for standard package...
1999-02-25 Tom Tromeyparse.y (read_import_dir): Use `|=', not `+=', to set...
1999-02-24 Tom Tromeygjavah.c (struct namelet): New structure.
1999-02-23 Tom Tromeyjvspec.c (lang_specific_driver): Recognize -fsyntax...
1999-02-22 Tom Tromeyjcf.h (UTF8_GET): Mask first byte of 3-byte encoding...
1999-02-21 Per Bothnerdecl.c (build_result_decl): New method.
1999-02-21 Per Bothnerjcf-write.c (generate_classfile): Emit "Exceptions...
1999-02-19 Per BothnerOoops -forgot ChangeLog.
1999-02-19 Per Bothnerparse.y (obtain_incomplete_type): Don't wrap unknown...
1999-02-19 Alexandre Petit... parse.y (check_pkg_class_access): Allow private class...
1999-02-19 Per BothnerUse new TRY_FINALLY_EXPR tree node.
1999-02-18 Andrew Haleyjcf-parse.c (get_constant): Add braces around computati...
1999-02-17 Andrew Haleyclass.c (build_utf8_ref): Back out broken patch which...
1999-02-16 Alexandre Petit... [multiple changes]
1999-02-16 Alexandre Petit... parse.y (valid_builtin_assignconv_identity_widening_p...
1999-02-10 Jeffrey A Lawjvspec.c (xmalloc): Kill the prototype.
1999-02-10 Alexandre Petit... lex.c (yylex): Encode \0 as UTF8.
1999-02-10 Tom Tromeyjvspec.c (lang_specific_driver): Use libgcj, not libjava.
1999-02-10 Tom Tromeyjvspec.c (THREAD_NAME): Renamed -lqthreads to -lgcjcoop.
1999-02-09 Alexandre Petit... lex.c (java_lang_cloneable): Initialize.
1999-02-08 Alexandre Petit... parse.h: DECL_P renamed JDECL_P.
1999-02-08 Alexandre Petit... lex.c (java_read_char): Fixed utf8 decoding.
1999-02-05 Andrew Haleyclass.c (make_class_data): The superclass of an interfa...
1999-02-04 Andrew Haleyclass.c (build_utf8_ref): Output signatures using ...
1999-02-03 Marc EspieMake-lang.in ($(GCJ)(exeext)): Remove choose-temp.o...
1999-02-02 Jeffrey A Law* jcf-io.c: Do not include sys/stat.h or sys/wait.h
1999-02-02 Kaveh R. Ghazijvspec.c (xmalloc): Fix the prototype to match the...
1999-02-02 Per BothnerOptimize: `return (a ? b : c)' as: `if (a) return b...
1999-02-02 Per Bothnerparse.y (patch_method_invocation): Handle calling stati...
1999-02-02 Per Bothnerjcf-write.c (localvar_alloc): Only emit entry for Local...
1999-02-01 Hans-Peter NilssonMakefile.in: Add missing dependencies for jcf-dump...
1999-02-01 Kaveh R. GhaziMakefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h.
1999-01-31 Zack Weinbergflags.h: Declare flag_no_ident.
1999-01-29 Richard Henderson* check-init.c (check_init): Fix CLEANUP_POINT_EXPR...
1999-01-29 Tom Tromeyparse.h (BUILD_APPEND): If ARG is a non-String object...
1999-01-28 Per Bothnercheck-init.c (check_bool2_init, [...]): Handle TRUTH_AN...
1999-01-25 Andrew Haleyexcept.c, [...] (expand_resume_after_catch): new function.
1999-01-23 Kaveh R. GhaziWarning fixes:
1999-01-21 Andrew Haley[multiple changes]
1999-01-19 Alexandre Petit... java-tree.h: (check_for_initialization): Added prototype.
1999-01-18 Andrew Haleyparse.y (patch_binop): Do a type conversion from signed...
1999-01-17 Jeffrey A Law* Makefile.in (zextract.o): Add dependencies.
1999-01-17 Jeffrey A Law* Makefile.in: Do not put ^Ls at the start of a line.
1999-01-16 Per Bothnerexpr.c (process_jvm_instruction): Coerce to correct...
1999-01-13 Andrew Haleyexpr.c (generate_name): Name prefix changed to avoid...
1999-01-13 Alexandre Petit... class.c (maybe_layout_super_class): Fixed returned...
1999-01-10 Richard Hendersongjavah.c (java_float_finite): Use a union to do type...
1999-01-09 Per Bothnerparse.y (build_new_array_init): Don't set EXPR_WFL_LINE...
1999-01-08 Per Bothnercheck-init.c (check_init): If compiling to native,...
1999-01-08 Tom Tromeyparse-scan.y (variable_declarator_id): Set or increment...
1999-01-07 Andrew Haleyjcf-parse.c (yyparse): variable len changed from a...
1999-01-06 Per Bothnercheck-init.c: New file.
1999-01-06 Graham Stottparse.y: include system.h instead of including standard...
1999-01-06 Per Bothnerlex.h: Moved static function declarations to lex.c...
1999-01-05 Kaveh R. Ghazi* Make-lang.in ($(GCJ).o): Depend on prefix.h.
1998-12-23 Per Bothnerexpr.c (process_jvm_instruction): Do load_type_state...
1998-12-20 John F. Carrconfigure.in: Handle Digital UNIX 5.x the same as 4.x.
1998-12-18 Tom Tromeyparse.y (check_class_interface_creation): Use DIR_SEPAR...
1998-12-17 Tom Tromeyparse.y (DIR_SEPARATOR): New define.
1998-12-17 Tom Tromeyparse-scan.y (report_main_declaration): Recognize ...
1998-12-16 Per Bothner* parse.y (create_interface): Remove bogus test.
1998-12-16 Per Bothnerjcf-parse.c (get_constant): Set TREE_TYPE for string...
1998-12-16 Tom Tromey* parse-scan.y (qualified_name): Use correct sprintf...
1998-12-15 Tom Tromeygjavah.c (print_field_info): Changed how most negative...
1998-12-14 Per Bothnerparse.y (fold_constant_for_init): New function.
1998-12-14 Tom Tromeygjavah.c (print_field_info): If value to print is the...
1998-12-14 Tom Tromeygjavah.c (decompile_method): Decompile `return null'.
1998-12-13 Per Bothnerparse.y (patch_method_invocation): If class_decl is...
1998-12-13 Tom Tromeygjavah.c (decompile_method): Handle all types of `retur...
1998-12-13 Tom Tromeyjcf-reader.c (jcf_parse_one_method): Recognize HANDLE_E...
1998-12-12 Per BothnerLoks of changes so we can better compile from source.
1998-12-12 Alexandre Petit... parse.y (<type_declaration>): Do maybe_generate_clinit...
next
This page took 0.768666 seconds and 108 git commands to generate.