]> gcc.gnu.org Git - gcc.git/history - gcc/objc/objc-act.c
Merge basic-improvements-branch to trunk
[gcc.git] / gcc / objc / objc-act.c
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-10-24 Ziemowit Laskiobjc-act.c (get_static_reference): Remove unneeded...
2002-09-17 Nicola PeroFixed ObjC typechecking, particularly case with protocols
2002-09-06 Ziemowit Laskic-lang.c (objc_is_id): New stub.
2002-09-06 Nicola PeroCompile ObjC @protocols into list of ObjC statically...
2002-09-06 Nicola PeroFixed bugs in the ObjC -gen-decls option
2002-09-03 Nicola PeroFixed typo causing bloat when compiling ObjC programs...
2002-08-27 Nicola PeroAdded -Wundeclared-selector ObjC command line option
2002-08-26 Ziemowit Laskiobjc-act.c (get_super_receiver): If inside a class...
2002-08-20 Ziemowit Laskiobjc-act.c (building_objc_message_expr): Rename to...
2002-08-20 Ziemowit Laskiobjc-act.c (build_ivar_chain): Remove.
2002-08-10 Ziemowit Laskic-common.c (flag_objc): New.
2002-08-08 Devang Patelobjc-act.c (build_selector_translation_table): Issue...
2002-08-07 Neil BoothMakefile.in (c-opts.o, [...]): Update.
2002-08-01 Kaveh R. Ghaziobjc-act.c (encode_complete_bitfield): Add prototype...
2002-08-01 Neil Boothc-common.c: Define all C/ObjC/C++ warning and flag...
2002-07-29 Neil Boothobjc-act.c (objc_init): Return immediately if filename...
2002-07-25 Neil Boothobjc-act.c (UTAG_STATICS, [...]): Remove.
2002-07-23 Neil Boothdefaults.h (obstack_chunk_alloc, [...]): Default defini...
2002-07-09 Devang Patelobjc-act.c (adjust_type_for_id_default): Fix my previou...
2002-07-02 Devang Patelobjc-act.c (adjust_type_for_id_default): Do not allow...
2002-07-02 Ziemowit Laskic-parse.in (designator): Enable designated initializers...
2002-07-01 Roger Sayletree.h: Modify builtin_function interface to take an...
2002-07-01 Devang Patelobjc-act.c (finish_file): Avoid finish_objc() if -fsynt...
2002-06-11 Gabriel Dos Reisobjc-act.c (warn_with_ivar): Adjust calls to diagnostic...
2002-06-05 Gabriel Dos Reistoplev.h (report_error_function): Remove.
2002-06-04 Geoffrey KeatingMerge from pch-branch up to tag pch-commit-20020603.
2002-05-25 Neil BoothMakefile.in (C_COMMON_H): Fix.
2002-04-26 Richard Hendersonc-common.c (fix_string_type): Split out of ...
2002-03-29 Neil BoothMakefile.in (convert.o, [...]): Update.
2002-03-28 Richard Hendersonc-decl.c (finish_function): New arg can_defer_p.
2002-03-20 Neil BoothMakefile.in: Update.
2002-03-13 Kaveh R. Ghazic-common.c (c_tree_code_type, [...]): Delete.
2002-03-12 Kaveh R. GhaziMakefile.in (debug.o): Depend on debug.h.
2002-02-27 Zack Weinbergc-common.c, [...]: Delete code implementing -traditiona...
2002-02-18 David Billinghurstobjc-act.c (handle_impent): Remove leading '*' from...
2002-02-02 Neil Boothc-decl.c, [...]: Revert bitfield patch.
2002-01-29 Neil Boothre PR c/3325 (cast of bit-field to same type gets disca...
2002-01-08 Nicola PeroRemove spurious warnings of the like '__objc_class_ref_...
2002-01-06 Jakub Jelinekobjc-act.c (handle_impent): Use assemble_variable to...
2002-01-02 Richard Hendersonobjc-act.c (hack_method_prototype): Clear current_funct...
2001-12-29 Stan Shebsobjc-act.c (STRING_OBJECT_CLASS_NAME): Remove.
2001-12-29 Stan Shebs* objc/objc-act.c: Apply various cosmetic and formattin...
2001-12-28 Stan Shebsobjc-act.c (build_module_descriptor): Make sure the...
2001-12-17 Neil BoothMakefile.in: Update dependencies.
2001-12-12 Nicola PeroFixed compilation of bitfields of enumerations in args...
2001-12-12 Richard Hendersonobjc-act.c (build_string_class_template): New.
2001-12-11 Stan Shebsobjc-act.c (finish_message_expr): Fix misplaced parens...
2001-12-11 Richard Hendersonobjc-act.c (build_constructor): Cast initializer values...
2001-12-04 Ziemowit LaskiMake-lang.in: Update copyright.
2001-12-02 Kaveh R. Ghazicfgrtl.c (purge_all_dead_edges): Initialize variable.
2001-12-02 Neil Booth* objc-act.c: Partially reverse mistaken commit.
2001-12-02 Neil Boothc-decl.c (duplicate_decls, [...]): Remove leading capit...
2001-11-27 Neil Boothcpphash.c (_cpp_init_hashtable): Update.
2001-11-26 Neil Boothcppfiles.c (stack_include_file): Don't optimize zero...
2001-11-18 Neil BoothMakefile.in (c-parse.o, c-common.o): Update dependencies.
2001-11-15 Neil Boothc-common.c: Include c-lex.h.
2001-11-12 Alexandre OlivaMakefile.in (c-lang.o): Depend on $(VARRAY_H).
2001-11-09 Neil BoothMakefile.in: Update.
2001-11-09 Neil Boothc-lang.c (LANG_HOOKS_NAME): New.
2001-11-06 Neil BoothClean up langhooks
2001-10-29 Nicola Pero(GNU runtime only) statically type `self' in a class...
2001-10-21 Neil Boothlanghooks.c (lang_hook_default_do_nothing, [...]):...
2001-10-12 Ziemowit Laskiobjc-act.c (finish_objc): Correct precondition for...
2001-10-03 Ziemowit Laskic-parse.in (objc_inherit_code, [...]): Make static.
2001-09-13 Kaveh R. Ghazic-parse.in (yyerror): Const-ification and/or static...
2001-09-06 Ziemowit Laskiobjc-act.c (build_message_expr): If a class method...
2001-08-18 Kaveh R. Ghaziexcept.c (TYPE_HASH): Delete.
2001-08-09 Richard HendersonMove constructor/destructor handling into target hooks.
2001-08-07 Richard Hendersonvarasm.c (assemble_constructor): Take a symbol_ref...
2001-08-01 Ziemowit Laskic-parse.in (OBJC_NEED_RAW_IDENTIFIER): Define macro...
2001-07-23 Neil BoothMake-lang.in (objc-act.o): Depend on debug.h.
2001-07-08 Joseph Myersc-common.c (decl_attributes): Only take a single attrib...
2001-06-28 Stan Shebsobjc-act.c (handle_impent): Rewrite to be more portable...
2001-06-22 Stan Shebs* objc/objc-act.c (hash_init): Use xcalloc.
2001-06-20 Stan Shebsobjc-act.c (hash_init): Assume xmalloc always succeeds...
2001-05-28 Stan Shebsobjc-act.c: Add/fix various comments.
2001-05-20 Neil Boothhashtable.c (calc_hash): Fix HASHSTEP definition.
2001-05-20 Neil BoothMakefile.in (OBJS, [...]): Update.
2001-05-16 Neil Boothc-common.h (RID_FIRST_PQ): New.
2001-05-15 Geoffrey Keatingobjc-act.c (handle_class_ref): Use rest_of_decl_compila...
2001-05-02 Stan Shebsobjc-act.c (STRING_OBJECT_CLASS_NAME): Default to NSCon...
2001-05-01 Stan Shebsobjc-act.c (build_module_descriptor): Clear DECL_CONTEX...
2001-05-01 Kaveh R. Ghazibitmap.c: Change NULL_PTR to NULL or "(rtx*)0".
2001-04-29 Stan Shebsobjc-act.c (handle_class_ref): Rewrite to flush target...
2001-04-13 Stan Shebsobjc-act.c: Remove all code ifdefed with the never...
2001-03-28 Stan Shebsobjc-act.c (objc_init): Use dump_base_name.
2001-03-20 Stan Shebsobjc-act.c (get_static_reference): Use NULL_TREE.
2001-03-20 Stan Shebsobjc-act.c (maybe_objc_method_name): Remove, never...
2001-03-15 Mark Mitchellvarasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...
2001-03-09 Stan Shebsobjc-act.c: Fix old typos in comments, add comments...
2001-03-07 Nicola Peroobjc-act.c (init_objc): Set save_lang_status, restore_l...
2001-03-06 Zack Weinbergobjc-act.c (objc_add_static_instance): Set DECL_INITIAL...
2001-03-02 Zack Weinbergstringpool.c (set_identifier): New function.
2001-02-16 Jakub Jelinekobjc-act.c (start_class): Register implemented_classes...
2001-02-04 Richard Kennerdiagnostic.h (set_internal_error_function): Renamed.
2001-01-29 Joseph Myerstree.c, tree.h (build_parse_node): Remove; was identica...
2001-01-10 Mark Mitchelloutput.h (make_function_rtl): Remove prototype.
2001-01-10 Neil Boothc-lang.c (lang_hooks): Update.
2001-01-09 Neil Boothc-lang.c (lang_hooks): Update.
next
This page took 1.386283 seconds and 108 git commands to generate.