summaryrefslogtreecommitdiff
path: root/gcc/objc
Commit message (Expand)AuthorAgeFilesLines
* (hack_method_prototype): Set DECL_CONTEXT of parms.Richard Kenner1995-06-141-0/+4
* (build_module_descriptor, really_start_method): Pass extra parm toRichard Kenner1995-06-141-3/+3
* (PRECOMPUTE_SELECTORS, struct soffset): Use #ifdef __sparc__, notRichard Kenner1995-05-251-3/+3
* Numerous formatting changes.Richard Kenner1995-05-221-1047/+1280
* (struct sarray): Make capacity size_t.Richard Kenner1995-05-161-1/+1
* (sarray_realloc): Make array index variables size_t.Richard Kenner1995-05-161-7/+7
* (__objc_write_class): Write class version.Richard Kenner1995-05-161-4/+21
* Fix typos in comments.Richard Kenner1995-05-168-15/+15
* (__objc_init_install_dtable): Fix misspelling in name of local labelRichard Kenner1995-05-161-3/+3
* entered into RCSRichard Kenner1995-05-151-0/+97
* (start_method_def): Mark _self as possibly unused.Richard Kenner1995-05-141-1/+1
* (unused_list): New variable.Richard Kenner1995-05-121-14/+32
* (objc_init_statics): Fix missing part of last change.Richard Kenner1995-05-091-1/+1
* (__objc_send_initialize): Call superclass if object does not implementRichard Kenner1995-05-091-15/+21
* (_objc_load_callback): Add declaration.Richard Kenner1995-05-081-0/+8
* (_objc_load_callback): Add declaration.Richard Kenner1995-05-081-0/+13
* (SHELL): Now /bin/sh.Richard Kenner1995-05-051-1/+1
* NXConstantString.h renamed to NXConstStr.h.Doug Evans1995-05-051-1/+1
* NXConstantString renamed to NXConstStr.Richard Kenner1995-05-041-3/+3
* (*): Update calls to start_decl, finish_struct (pass NULLs for attributes).Doug Evans1995-04-281-35/+38
* (OBJC_VERSION): Version 7.Richard Kenner1995-04-261-9/+193
* Changed Class * to Class in order to match NEXTSTEP and OpenStepRichard Kenner1995-04-2611-153/+146
* (OBJC_O): Added bare-bones implementation of NXConstantString.Richard Kenner1995-04-261-2/+3
* Initial revisionRichard Kenner1995-04-262-0/+72
* Changed Class * to Class in order to match NEXTSTEP and OpenStep runtime.Richard Kenner1995-04-261-24/+86
* Changed Class * to Class in order to match NEXTSTEP and OpenStep runtime.Richard Kenner1995-04-261-33/+47
* (SHELL): New definition.Richard Kenner1995-04-011-0/+2
* Put Alpha-specific decls before #include of runtime.h.Richard Kenner1995-03-201-17/+18
* (build_module_descriptor, really_start_method): Pass new parm toRichard Kenner1995-03-091-4/+4
* Added {} around file variable.Richard Kenner1995-02-211-4/+4
* __attribute__ ((constructor))Jason Merrill1995-01-142-2/+2
* (class_create_instance): Replace memchr with memset.Richard Kenner1994-11-181-1/+1
* Check target endianness at run time, not compile timeIan Lance Taylor1994-11-161-3/+1
* (init_objc): Add missing casts to args of bcopy.Richard Kenner1994-11-101-6/+6
* (lang_init): Ensure line number is 0, not -1.Richard Kenner1994-11-101-0/+6
* (__objc_xcalloc): Use calloc instead malloc/bzero.Richard Kenner1994-10-281-3/+2
* archive.c (__objc_free): New function.Doug Evans1994-10-081-1/+7
* (BOOL): Changed from char to unsigned char.Kresten Krab Thorup1994-10-061-1/+1
* Delay eeing when unarchiving.Kresten Krab Thorup1994-10-061-1/+6
* (warn_with_method): Make arg int, not char.Richard Kenner1994-09-271-2/+2
* Respin DI support to be combine friendly; Allow push of SF without temp reg; ...Michael Meissner1994-09-201-3/+1
* (__objc_init_protocols): Remove assertionKresten Krab Thorup1994-09-071-0/+2
* (conformsTo:): Change implementati to allways use class to do lookup.Kresten Krab Thorup1994-09-071-4/+14
* (objc_get_meta_class): New function.Kresten Krab Thorup1994-08-291-0/+6
* (get_imp): don't inline on i386.Kresten Krab Thorup1994-08-291-1/+4
* (build_selector_translation_table): Reset current_function_decl after hack_fu...Kresten Krab Thorup1994-08-191-1/+3
* (objc_sizeof_type): Assign from ROUND,Kresten Krab Thorup1994-08-151-2/+18
* encoding.c (objc_sizeof_type): Should assign from ROUND, not increment.Kresten Krab Thorup1994-08-151-3/+32
* removed declaration of bzeroKresten Krab Thorup1994-07-281-3/+0
* (build_module_descriptor): Don't set DECL_EXTERNAL onJim Wilson1994-07-211-1/+0