aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Expand)Author
1995-04-01(SHELL): New definition.kenner
1995-03-20Put Alpha-specific decls before #include of runtime.h.kenner
1995-03-10(build_module_descriptor, really_start_method): Pass new parm tokenner
1995-02-22Added {} around file variable.kenner
1995-01-14__attribute__ ((constructor))merrill
1994-11-19(class_create_instance): Replace memchr with memset.kenner
1994-11-16Check target endianness at run time, not compile timeian
1994-11-10(init_objc): Add missing casts to args of bcopy.kenner
1994-11-10(lang_init): Ensure line number is 0, not -1.kenner
1994-10-28(__objc_xcalloc): Use calloc instead malloc/bzero.kenner
1994-10-08* objc/archive.c (__objc_free): New function.dje
1994-10-06(BOOL): Changed from char to unsigned char.krab
1994-10-06Delay eeing when unarchiving.krab
1994-09-27(warn_with_method): Make arg int, not char.kenner
1994-09-20Respin DI support to be combine friendly; Allow push of SF without temp reg; ...meissner
1994-09-07(__objc_init_protocols): Remove assertionkrab
1994-09-07(conformsTo:): Change implementati to allways use class to do lookup.krab
1994-08-29(objc_get_meta_class): New function.krab
1994-08-29(get_imp): don't inline on i386.krab
1994-08-19(build_selector_translation_table): Resetkrab
1994-08-15(objc_sizeof_type): Assign from ROUND,krab
1994-08-15 * objc/encoding.c (objc_sizeof_type): Should assign from ROUND,krab
1994-07-28removed declaration of bzerokrab
1994-07-21(build_module_descriptor): Don't set DECL_EXTERNAL onwilson
1994-07-13Include stdarg.h before stdio.h.kenner
1994-07-11*** empty log message ***krab
1994-06-30incremented objc_version iff using gnu runtime.krab
1994-06-30 This patch makes selectors in the Objective-C language be pointerskrab
1994-06-30 (read:, write:, streamVersion:):krab
1994-06-30 * objc-act.c (get_proto_encoding, build_typed_selector_reference):krab
1994-04-16(OBJC_O): Add encoding.o.kenner
1994-04-01Delete use of IN_GCC to control stddef.h/gstddef.h include.wilson
1994-04-01Change "gstddef.h" to <stddef.h>. Change "gstdarg.h" to <stdarg.h>.wilson
1994-04-01Change "gstdarg.h" to <stdarg.h>.wilson
1994-03-14(*.o): Add explicit dependencies for Sun's VPATH.dje
1994-02-02(SUBDIR_INCLUDES): Add -I for include directory.kenner
1994-01-24#ifdef out uses of TypedStream for the alpha, not supported yet.dje
1993-12-12Initial revisionkenner
1993-12-06Include ctype.h.kenner
1993-11-18Include "tconfig.h" before "runtime.h".rms
1993-11-05(compare_strings): Check for null pointers.rms
1993-11-05(objc_read_string): Allocate string properly.rms
1993-11-02Include tconfig.h.rms
1993-10-29(check_methods_accessible): Fix bug in -Wno-protocol. Reset chain tokenner
1993-09-27(objc_read_object): Added declaration.krab
1993-09-22(-compare:, -shouldNotImplement:): Added.krab
1993-09-22(objc_write_type, objc_write_types): Takekrab
1993-09-20(objc_read_string): Allocate n+1 chars instead of just n.krab
1993-08-24Initial revisionkrab
1993-08-24(objc_msg_sendv): Use new encoding facilities.krab