1999-03-12 |
Kaveh R. Ghazi | Warning fixes: |
blob | commitdiff | raw |
1999-03-12 |
Andrew Haley | jcf-path.c (add_entry): alloca len+2 rather than len... |
blob | commitdiff | raw | diff to current |
1999-03-10 |
Per Bothner | jcf-write.c (generate_bytecode_insns): Handle __builtin... |
blob | commitdiff | raw | diff to current |
1999-03-08 |
Per Bothner | lex.c (java_parse_end_comment): Take extra parameter... |
blob | commitdiff | raw | diff to current |
1999-03-06 |
Kaveh R. Ghazi | Makefile.in (jcf-parse.o): Depend on $(PARSE_H). |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Per Bothner | check-init.c (check_init): COPYN takes word count,... |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Per Bothner | typeck.c (convert_ieee_real_to_integer): Use save_expr... |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Tom Tromey | gjavah.c (add_class_decl): Only generate `#include... |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Tom Tromey | gjavah.c (add_namelet): Check for standard package... |
blob | commitdiff | raw | diff to current |
1999-02-25 |
Tom Tromey | parse.y (read_import_dir): Use `|=', not `+=', to set... |
blob | commitdiff | raw | diff to current |
1999-02-24 |
Tom Tromey | gjavah.c (struct namelet): New structure. |
blob | commitdiff | raw | diff to current |
1999-02-23 |
Tom Tromey | jvspec.c (lang_specific_driver): Recognize -fsyntax... |
blob | commitdiff | raw | diff to current |
1999-02-22 |
Tom Tromey | jcf.h (UTF8_GET): Mask first byte of 3-byte encoding... |
blob | commitdiff | raw | diff to current |
1999-02-21 |
Per Bothner | decl.c (build_result_decl): New method. |
blob | commitdiff | raw | diff to current |
1999-02-21 |
Per Bothner | jcf-write.c (generate_classfile): Emit "Exceptions... |
blob | commitdiff | raw | diff to current |
1999-02-19 |
Per Bothner | Ooops -forgot ChangeLog. |
blob | commitdiff | raw | diff to current |
1999-02-19 |
Per Bothner | parse.y (obtain_incomplete_type): Don't wrap unknown... |
blob | commitdiff | raw | diff to current |
1999-02-19 |
Alexandre Petit... | parse.y (check_pkg_class_access): Allow private class... |
blob | commitdiff | raw | diff to current |
1999-02-19 |
Per Bothner | Use new TRY_FINALLY_EXPR tree node. |
blob | commitdiff | raw | diff to current |
1999-02-18 |
Andrew Haley | jcf-parse.c (get_constant): Add braces around computati... |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Andrew Haley | class.c (build_utf8_ref): Back out broken patch which... |
blob | commitdiff | raw | diff to current |
1999-02-16 |
Alexandre Petit... | [multiple changes] |
blob | commitdiff | raw | diff to current |
1999-02-16 |
Alexandre Petit... | parse.y (valid_builtin_assignconv_identity_widening_p... |
blob | commitdiff | raw | diff to current |
1999-02-10 |
Jeffrey A Law | jvspec.c (xmalloc): Kill the prototype. |
blob | commitdiff | raw | diff to current |
1999-02-10 |
Alexandre Petit... | lex.c (yylex): Encode \0 as UTF8. |
blob | commitdiff | raw | diff to current |
1999-02-10 |
Tom Tromey | jvspec.c (lang_specific_driver): Use libgcj, not libjava. |
blob | commitdiff | raw | diff to current |
1999-02-10 |
Tom Tromey | jvspec.c (THREAD_NAME): Renamed -lqthreads to -lgcjcoop. |
blob | commitdiff | raw | diff to current |
1999-02-09 |
Alexandre Petit... | lex.c (java_lang_cloneable): Initialize. |
blob | commitdiff | raw | diff to current |
1999-02-08 |
Alexandre Petit... | parse.h: DECL_P renamed JDECL_P. |
blob | commitdiff | raw | diff to current |
1999-02-08 |
Alexandre Petit... | lex.c (java_read_char): Fixed utf8 decoding. |
blob | commitdiff | raw | diff to current |
1999-02-05 |
Andrew Haley | class.c (make_class_data): The superclass of an interfa... |
blob | commitdiff | raw | diff to current |
1999-02-04 |
Andrew Haley | class.c (build_utf8_ref): Output signatures using ... |
blob | commitdiff | raw | diff to current |
1999-02-03 |
Marc Espie | Make-lang.in ($(GCJ)(exeext)): Remove choose-temp.o... |
blob | commitdiff | raw | diff to current |
1999-02-02 |
Jeffrey A Law | * jcf-io.c: Do not include sys/stat.h or sys/wait.h |
blob | commitdiff | raw | diff to current |
1999-02-02 |
Kaveh R. Ghazi | jvspec.c (xmalloc): Fix the prototype to match the... |
blob | commitdiff | raw | diff to current |
1999-02-02 |
Per Bothner | Optimize: `return (a ? b : c)' as: `if (a) return b... |
blob | commitdiff | raw | diff to current |
1999-02-02 |
Per Bothner | parse.y (patch_method_invocation): Handle calling stati... |
blob | commitdiff | raw | diff to current |
1999-02-02 |
Per Bothner | jcf-write.c (localvar_alloc): Only emit entry for Local... |
blob | commitdiff | raw | diff to current |
1999-02-01 |
Hans-Peter Nilsson | Makefile.in: Add missing dependencies for jcf-dump... |
blob | commitdiff | raw | diff to current |
1999-02-01 |
Kaveh R. Ghazi | Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h. |
blob | commitdiff | raw | diff to current |
1999-01-31 |
Zack Weinberg | flags.h: Declare flag_no_ident. |
blob | commitdiff | raw | diff to current |
1999-01-29 |
Richard Henderson | * check-init.c (check_init): Fix CLEANUP_POINT_EXPR... |
blob | commitdiff | raw | diff to current |
1999-01-29 |
Tom Tromey | parse.h (BUILD_APPEND): If ARG is a non-String object... |
blob | commitdiff | raw | diff to current |
1999-01-28 |
Per Bothner | check-init.c (check_bool2_init, [...]): Handle TRUTH_AN... |
blob | commitdiff | raw | diff to current |
1999-01-25 |
Andrew Haley | except.c, [...] (expand_resume_after_catch): new function. |
blob | commitdiff | raw | diff to current |
1999-01-23 |
Kaveh R. Ghazi | Warning fixes: |
blob | commitdiff | raw | diff to current |
1999-01-21 |
Andrew Haley | [multiple changes] |
blob | commitdiff | raw | diff to current |
1999-01-19 |
Alexandre Petit... | java-tree.h: (check_for_initialization): Added prototype. |
blob | commitdiff | raw | diff to current |
1999-01-18 |
Andrew Haley | parse.y (patch_binop): Do a type conversion from signed... |
blob | commitdiff | raw | diff to current |
1999-01-17 |
Jeffrey A Law | * Makefile.in (zextract.o): Add dependencies. |
blob | commitdiff | raw | diff to current |
1999-01-17 |
Jeffrey A Law | * Makefile.in: Do not put ^Ls at the start of a line. |
blob | commitdiff | raw | diff to current |
1999-01-16 |
Per Bothner | expr.c (process_jvm_instruction): Coerce to correct... |
blob | commitdiff | raw | diff to current |
1999-01-13 |
Andrew Haley | expr.c (generate_name): Name prefix changed to avoid... |
blob | commitdiff | raw | diff to current |
1999-01-13 |
Alexandre Petit... | class.c (maybe_layout_super_class): Fixed returned... |
blob | commitdiff | raw | diff to current |
1999-01-10 |
Richard Henderson | gjavah.c (java_float_finite): Use a union to do type... |
blob | commitdiff | raw | diff to current |
1999-01-09 |
Per Bothner | parse.y (build_new_array_init): Don't set EXPR_WFL_LINE... |
blob | commitdiff | raw | diff to current |
1999-01-08 |
Per Bothner | check-init.c (check_init): If compiling to native,... |
blob | commitdiff | raw | diff to current |
1999-01-08 |
Tom Tromey | parse-scan.y (variable_declarator_id): Set or increment... |
blob | commitdiff | raw | diff to current |
1999-01-07 |
Andrew Haley | jcf-parse.c (yyparse): variable len changed from a... |
blob | commitdiff | raw | diff to current |
1999-01-06 |
Per Bothner | check-init.c: New file. |
blob | commitdiff | raw | diff to current |
1999-01-06 |
Graham Stott | parse.y: include system.h instead of including standard... |
blob | commitdiff | raw | diff to current |
1999-01-06 |
Per Bothner | lex.h: Moved static function declarations to lex.c... |
blob | commitdiff | raw | diff to current |
1999-01-05 |
Kaveh R. Ghazi | * Make-lang.in ($(GCJ).o): Depend on prefix.h. |
blob | commitdiff | raw | diff to current |
1998-12-23 |
Per Bothner | expr.c (process_jvm_instruction): Do load_type_state... |
blob | commitdiff | raw | diff to current |
1998-12-20 |
John F. Carr | configure.in: Handle Digital UNIX 5.x the same as 4.x. |
blob | commitdiff | raw | diff to current |
1998-12-18 |
Tom Tromey | parse.y (check_class_interface_creation): Use DIR_SEPAR... |
blob | commitdiff | raw | diff to current |
1998-12-17 |
Tom Tromey | parse.y (DIR_SEPARATOR): New define. |
blob | commitdiff | raw | diff to current |
1998-12-17 |
Tom Tromey | parse-scan.y (report_main_declaration): Recognize ... |
blob | commitdiff | raw | diff to current |
1998-12-16 |
Per Bothner | * parse.y (create_interface): Remove bogus test. |
blob | commitdiff | raw | diff to current |
1998-12-16 |
Per Bothner | jcf-parse.c (get_constant): Set TREE_TYPE for string... |
blob | commitdiff | raw | diff to current |
1998-12-16 |
Tom Tromey | * parse-scan.y (qualified_name): Use correct sprintf... |
blob | commitdiff | raw | diff to current |
1998-12-15 |
Tom Tromey | gjavah.c (print_field_info): Changed how most negative... |
blob | commitdiff | raw | diff to current |
1998-12-14 |
Per Bothner | parse.y (fold_constant_for_init): New function. |
blob | commitdiff | raw | diff to current |
1998-12-14 |
Tom Tromey | gjavah.c (print_field_info): If value to print is the... |
blob | commitdiff | raw | diff to current |
1998-12-14 |
Tom Tromey | gjavah.c (decompile_method): Decompile `return null'. |
blob | commitdiff | raw | diff to current |
1998-12-13 |
Per Bothner | parse.y (patch_method_invocation): If class_decl is... |
blob | commitdiff | raw | diff to current |
1998-12-13 |
Tom Tromey | gjavah.c (decompile_method): Handle all types of `retur... |
blob | commitdiff | raw | diff to current |
1998-12-13 |
Tom Tromey | jcf-reader.c (jcf_parse_one_method): Recognize HANDLE_E... |
blob | commitdiff | raw | diff to current |
1998-12-12 |
Per Bothner | Loks of changes so we can better compile from source. |
blob | commitdiff | raw | diff to current |
1998-12-12 |
Alexandre Petit... | parse.y (<type_declaration>): Do maybe_generate_clinit... |
blob | commitdiff | raw | diff to current |
1998-12-12 |
Per Bothner | expr.c (encode_newarray_type, [...]): New functions. |
blob | commitdiff | raw | diff to current |
1998-12-11 |
Tom Tromey | expr.c (invoke_build_dtable): Renamed dtable -> vtable. |
blob | commitdiff | raw | diff to current |
1998-12-10 |
Alexandre Petit... | decl.c (long_zero_node, [...]): New global variables... |
blob | commitdiff | raw | diff to current |
1998-12-10 |
Alexandre Petit... | parse.y (array_initializer:): Array init operand is... |
blob | commitdiff | raw | diff to current |
1998-12-09 |
Alexandre Petit... | java-tree.def (NEW_ARRAY_INIT): New Java tree code. |
blob | commitdiff | raw | diff to current |
1998-12-07 |
Alexandre Petit... | parse.y (array_initializer): Tagged <node>. |
blob | commitdiff | raw | diff to current |
1998-12-07 |
Per Bothner | constants.c (find_methodref_index): When the class... |
blob | commitdiff | raw | diff to current |
1998-12-06 |
Per Bothner | jcf-dump.c (INVOKE): If invokeinterface, print number... |
blob | commitdiff | raw | diff to current |
1998-12-03 |
Alexandre Petit... | java-tree.h (java_layout_seen_class_methods): New funct... |
blob | commitdiff | raw | diff to current |
1998-12-03 |
Per Bothner | parse,y (patch_synchronized_statement): Set CAN_COMPLET... |
blob | commitdiff | raw | diff to current |
1998-12-03 |
Per Bothner | jcf-dump.c (main): Fix error message. |
blob | commitdiff | raw | diff to current |
1998-12-02 |
Alexandre Petit... | class.c (layout_class_method): Call build_java_argument... |
blob | commitdiff | raw | diff to current |
1998-12-01 |
Alexandre Petit... | class.c (layout_class_method): Don't report error on... |
blob | commitdiff | raw | diff to current |
1998-12-01 |
Tom Tromey | Makefile.in (+target): Removed. |
blob | commitdiff | raw | diff to current |
1998-11-27 |
Kaveh R. Ghazi | Makefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK). |
blob | commitdiff | raw | diff to current |
1998-11-26 |
Alexandre Oliva | jcf-path.c (add_entry): recognize ".jar" too |
blob | commitdiff | raw | diff to current |
1998-11-26 |
Per Bothner | jcf-write.c (generate_bytecode_insns): In Call_EXPR... |
blob | commitdiff | raw | diff to current |
1998-11-25 |
Per Bothner | java-tree.h (end_params_node): Declare global. |
blob | commitdiff | raw | diff to current |
1998-11-25 |
Per Bothner | expr.c (CHECK_PC_IN_RANGE): Add void cast to kill warnings. |
blob | commitdiff | raw | diff to current |
1998-11-24 |
Marc Espie | * jcf-write.c (generate_bytecode_conditional): Fix... |
blob | commitdiff | raw | diff to current |
next |