aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objects.c
AgeCommit message (Collapse)AuthorFilesLines
1998-09-17config-lang.in: Do not output the name of the selected thread file when ↵Ben Elliston1-105/+0
building the front-end. Sun Sep 13 08:13:39 1998 Ben Elliston <bje@cygnus.com> * objc/config-lang.in: Do not output the name of the selected thread file when building the front-end. The Makefile for the runtime library will do this. * objc/Make-lang.in: Do not build the runtime library or install the Objective C header files. The Makefile for the runtime library will do this. * objc/Makefile.in (all.indirect): Only build the front-end. (compiler): Rename to `frontend'. (obj-runtime): Remove target. (copy-headers): Likewise. (clean): No need to remove `libobjc.a' any longer. From-SVN: r22459
1998-09-02Boehm GC support for ObjC from Ovidiu Predescu.Ovidiu Predescu1-0/+13
From-SVN: r22199
1996-09-22Replace use of __obj_xmalloc and free with objc_malloc and objc_free.Richard Kenner1-3/+3
From-SVN: r12765
1996-03-05Update comments.Richard Kenner1-4/+4
From-SVN: r11443
1995-06-15Update FSF address.Richard Kenner1-1/+2
From-SVN: r9970
1995-04-26Changed Class * to Class in order to match NEXTSTEP and OpenStepRichard Kenner1-14/+13
runtime. From-SVN: r9497
1994-11-18(class_create_instance): Replace memchr with memset.Richard Kenner1-1/+1
From-SVN: r8515
1994-06-30This patch makes selectors in the Objective-C language be pointers to a ↵Kresten Krab Thorup1-1/+1
struct { void *sel_id... This patch makes selectors in the Objective-C language be pointers to a struct { void *sel_id, char *sel_types }, where the sel_types element is the type encoding of the method arguments. From-SVN: r7622
1993-11-18Include "tconfig.h" before "runtime.h".Richard Stallman1-1/+1
From-SVN: r6112
1993-11-02Include tconfig.h.Richard Stallman1-0/+1
From-SVN: r5971
1993-05-06calloc -> __objc_xcalloc, bzero instancesKresten Krab Thorup1-1/+4
From-SVN: r4351
1993-05-05Headerfiles reorganizedKresten Krab Thorup1-7/+20
From-SVN: r4329
1993-04-27Definition of (Meta)Class_t eliminated, using Class*Kresten Krab Thorup1-4/+4
From-SVN: r4244
1993-04-26Runtime portability cleanupKresten Krab Thorup1-1/+1
From-SVN: r4235
1993-04-10Initial revisionTom Wood1-0/+75
From-SVN: r4077