summaryrefslogtreecommitdiff
path: root/gcc/objc
Commit message (Expand)AuthorAgeFilesLines
* objc-act.c (handle_impent): Remove leading '*' from objc_class_name.David Billinghurst2002-02-181-1/+1
* c-decl.c, [...]: Revert bitfield patch.Neil Booth2002-02-021-0/+7
* Makefile.in (c-parse.c): Handle .output file.Jason Merrill2002-02-011-3/+8
* re PR c/3325 (cast of bit-field to same type gets discarded)Neil Booth2002-01-291-7/+0
* re PR other/1502 (Nonexistent -W options not diagnosed)Jakub Jelinek2002-01-291-2/+2
* Remove spurious warnings of the like '__objc_class_ref_NSObject defined butNicola Pero2002-01-081-0/+1
* objc-act.c (handle_impent): Use assemble_variable to emit __objc_class_name_*.Jakub Jelinek2002-01-061-6/+15
* objc-act.c (hack_method_prototype): Clear current_function_decl after abusing...Richard Henderson2002-01-021-1/+5
* objc-act.c (STRING_OBJECT_CLASS_NAME): Remove.Stan Shebs2001-12-291-6/+4
* * objc/objc-act.c: Apply various cosmetic and formatting changes.Stan Shebs2001-12-291-67/+63
* objc-act.c (build_module_descriptor): Make sure the init function is not defe...Stan Shebs2001-12-281-0/+8
* configure.in (all_diff_excludes, [...]): Remove.Joseph Myers2001-12-201-3/+0
* Makefile.in: Update dependencies.Neil Booth2001-12-172-28/+2
* Fixed compilation of bitfields of enumerations in args and ivarsNicola Pero2001-12-121-1/+2
* objc-act.c (build_string_class_template): New.Richard Henderson2001-12-111-2/+36
* objc-act.c (finish_message_expr): Fix misplaced parens in a test of class names.Stan Shebs2001-12-111-2/+2
* objc-act.c (build_constructor): Cast initializer values to the proper field t...Richard Henderson2001-12-111-1/+20
* re PR c/4787 (Different anonymous variables declared but only one allocated w...Joseph Myers2001-12-041-0/+2
* Make-lang.in: Update copyright.Ziemowit Laski2001-12-045-70/+133
* cfgrtl.c (purge_all_dead_edges): Initialize variable.Kaveh R. Ghazi2001-12-021-1/+1
* * objc-act.c: Partially reverse mistaken commit.Neil Booth2001-12-021-1/+27
* c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth2001-12-021-48/+22
* configure.in (target_list): Add generated-manpages.Joseph Myers2001-11-291-0/+1
* cpphash.c (_cpp_init_hashtable): Update.Neil Booth2001-11-271-12/+12
* cppfiles.c (stack_include_file): Don't optimize zero-length files.Neil Booth2001-11-261-4/+3
* Makefile.in (c-parse.o, c-common.o): Update dependencies.Neil Booth2001-11-181-0/+2
* c-common.c: Include c-lex.h.Neil Booth2001-11-151-7/+13
* Makefile.in (c-lang.o): Depend on $(VARRAY_H).Alexandre Oliva2001-11-122-1/+29
* Makefile.in: Update.Neil Booth2001-11-091-15/+4
* c-lang.c (LANG_HOOKS_NAME): New.Neil Booth2001-11-091-10/+3
* Clean up langhooksNeil Booth2001-11-062-1/+3
* Makefile.in (INTL_TARGETS, POSUB): Delete all references.Zack Weinberg2001-10-311-1/+1
* (GNU runtime only) statically type `self' in a class method context to beNicola Pero2001-10-291-11/+14
* langhooks.c (lang_hook_default_do_nothing, [...]): New defaults.Neil Booth2001-10-211-5/+11
* objc-act.c (finish_objc): Correct precondition for emitting symtab declarations.Ziemowit Laski2001-10-121-1/+1
* c-parse.in (objc_inherit_code, [...]): Make static.Ziemowit Laski2001-10-033-401/+417
* c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi2001-09-131-8/+8
* objc-act.c (build_message_expr): If a class method cannot be found...Ziemowit Laski2001-09-061-3/+4
* except.c (TYPE_HASH): Delete.Kaveh R. Ghazi2001-08-181-1/+1
* Move constructor/destructor handling into target hooks.Richard Henderson2001-08-092-38/+30
* varasm.c (assemble_constructor): Take a symbol_ref and a priority instead of ...Richard Henderson2001-08-061-11/+9
* Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth2001-08-041-1/+1
* c-parse.in (OBJC_NEED_RAW_IDENTIFIER): Define macro and flag for contextualiz...Ziemowit Laski2001-08-012-62/+176
* Make-lang.in (objc-act.o): Depend on debug.h.Neil Booth2001-07-232-1/+5
* c-common.c (decl_attributes): Only take a single attributes parameter.Joseph Myers2001-07-081-28/+28
* objc-act.c (handle_impent): Rewrite to be more portable and to use ASM_DECLAR...Stan Shebs2001-06-281-45/+30
* * objc/objc-act.c (hash_init): Use xcalloc.Stan Shebs2001-06-221-5/+2
* objc-act.c (hash_init): Assume xmalloc always succeeds, also use memset to cl...Stan Shebs2001-06-201-21/+5
* * objc/objc.gperf: Remove, no longer used.Stan Shebs2001-05-281-64/+0
* objc-act.c: Add/fix various comments.Stan Shebs2001-05-281-120/+8