jcf-path.c (add_entry): alloca len+2 rather than len+1 bytes...
[gcc.git] / gcc / java / ChangeLog
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...
1998-12-12 Per Bothnerexpr.c (encode_newarray_type, [...]): New functions.
1998-12-11 Tom Tromeyexpr.c (invoke_build_dtable): Renamed dtable -> vtable.
1998-12-10 Alexandre Petit... decl.c (long_zero_node, [...]): New global variables...
1998-12-10 Alexandre Petit... parse.y (array_initializer:): Array init operand is...
1998-12-09 Alexandre Petit... java-tree.def (NEW_ARRAY_INIT): New Java tree code.
1998-12-07 Alexandre Petit... parse.y (array_initializer): Tagged <node>.
1998-12-07 Per Bothnerconstants.c (find_methodref_index): When the class...
1998-12-06 Per Bothnerjcf-dump.c (INVOKE): If invokeinterface, print number...
1998-12-03 Alexandre Petit... java-tree.h (java_layout_seen_class_methods): New funct...
1998-12-03 Per Bothnerparse,y (patch_synchronized_statement): Set CAN_COMPLET...
1998-12-03 Per Bothnerjcf-dump.c (main): Fix error message.
1998-12-02 Alexandre Petit... class.c (layout_class_method): Call build_java_argument...
1998-12-01 Alexandre Petit... class.c (layout_class_method): Don't report error on...
1998-12-01 Tom TromeyMakefile.in (+target): Removed.
1998-11-27 Kaveh R. GhaziMakefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK).
1998-11-26 Alexandre Olivajcf-path.c (add_entry): recognize ".jar" too
1998-11-26 Per Bothnerjcf-write.c (generate_bytecode_insns): In Call_EXPR...
1998-11-25 Per Bothnerjava-tree.h (end_params_node): Declare global.
1998-11-25 Per Bothnerexpr.c (CHECK_PC_IN_RANGE): Add void cast to kill warnings.
1998-11-24 Marc Espie* jcf-write.c (generate_bytecode_conditional): Fix...
1998-11-24 Alexandre Petit... [multiple changes]
next