aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Expand)AuthorFilesLines
1995-06-15Change FSF address.Richard Kenner1-1/+2
1995-06-15Update header.Richard Kenner1-1/+1
1995-06-15Change FSF address.Richard Kenner1-1/+2
1995-06-15Update FSF address.Richard Kenner2-2/+4
1995-06-15Update header.Richard Kenner1-2/+1
1995-06-15Update FSF address.Richard Kenner13-13/+24
1995-06-15Update header.Richard Kenner1-2/+1
1995-06-15Update FSF address.Richard Kenner8-8/+16
1995-06-15Update header.Richard Kenner1-1/+1
1995-06-15Update FSF address.Richard Kenner3-3/+6
1995-06-14(hack_method_prototype): Set DECL_CONTEXT of parms.Richard Kenner1-0/+4
1995-06-14(build_module_descriptor, really_start_method): Pass extra parm toRichard Kenner1-3/+3
1995-05-25(PRECOMPUTE_SELECTORS, struct soffset): Use #ifdef __sparc__, notRichard Kenner1-3/+3
1995-05-22Numerous formatting changes.Richard Kenner1-1047/+1280
1995-05-16(struct sarray): Make capacity size_t.Richard Kenner1-1/+1
1995-05-16(sarray_realloc): Make array index variables size_t.Richard Kenner1-7/+7
1995-05-16(__objc_write_class): Write class version.Richard Kenner1-4/+21
1995-05-16Fix typos in comments.Richard Kenner8-15/+15
1995-05-16(__objc_init_install_dtable): Fix misspelling in name of local labelRichard Kenner1-3/+3
1995-05-15entered into RCSRichard Kenner1-0/+97
1995-05-14(start_method_def): Mark _self as possibly unused.Richard Kenner1-1/+1
1995-05-12(unused_list): New variable.Richard Kenner1-14/+32
1995-05-09(objc_init_statics): Fix missing part of last change.Richard Kenner1-1/+1
1995-05-09(__objc_send_initialize): Call superclass if object does not implementRichard Kenner1-15/+21
1995-05-08(_objc_load_callback): Add declaration.Richard Kenner1-0/+8
1995-05-08(_objc_load_callback): Add declaration.Richard Kenner1-0/+13
1995-05-05(SHELL): Now /bin/sh.Richard Kenner1-1/+1
1995-05-05NXConstantString.h renamed to NXConstStr.h.Doug Evans1-1/+1
1995-05-04NXConstantString renamed to NXConstStr.Richard Kenner1-3/+3
1995-04-28(*): Update calls to start_decl, finish_struct (pass NULLs for attributes).Doug Evans1-35/+38
1995-04-26(OBJC_VERSION): Version 7.Richard Kenner1-9/+193
1995-04-26Changed Class * to Class in order to match NEXTSTEP and OpenStepRichard Kenner11-153/+146
1995-04-26(OBJC_O): Added bare-bones implementation of NXConstantString.Richard Kenner1-2/+3
1995-04-26Initial revisionRichard Kenner2-0/+72
1995-04-26Changed Class * to Class in order to match NEXTSTEP and OpenStep runtime.Richard Kenner1-24/+86
1995-04-26Changed Class * to Class in order to match NEXTSTEP and OpenStep runtime.Richard Kenner1-33/+47
1995-04-01(SHELL): New definition.Richard Kenner1-0/+2
1995-03-20Put Alpha-specific decls before #include of runtime.h.Richard Kenner1-17/+18
1995-03-09(build_module_descriptor, really_start_method): Pass new parm toRichard Kenner1-4/+4
1995-02-21Added {} around file variable.Richard Kenner1-4/+4
1995-01-14__attribute__ ((constructor))Jason Merrill2-2/+2
1994-11-18(class_create_instance): Replace memchr with memset.Richard Kenner1-1/+1
1994-11-16Check target endianness at run time, not compile timeIan Lance Taylor1-3/+1
1994-11-10(init_objc): Add missing casts to args of bcopy.Richard Kenner1-6/+6
1994-11-10(lang_init): Ensure line number is 0, not -1.Richard Kenner1-0/+6
1994-10-28(__objc_xcalloc): Use calloc instead malloc/bzero.Richard Kenner1-3/+2
1994-10-08archive.c (__objc_free): New function.Doug Evans1-1/+7
1994-10-06(BOOL): Changed from char to unsigned char.Kresten Krab Thorup1-1/+1
1994-10-06Delay eeing when unarchiving.Kresten Krab Thorup1-1/+6
1994-09-27(warn_with_method): Make arg int, not char.Richard Kenner1-2/+2